# Change Log ## [v0.4.0](https://github.com/jdickey/repository-base/tree/v0.3.0) (2018-02-03) [Full Changelog](https://github.com/jdickey/repository-base/compare/v0.2.0...v0.3.0) * Added [YARD-generated documentation](./doc/index.html) * Updated Ruby version to 2.5.0; * Updated developer dependencies to now-current versions; * Made trivial code changes to satisfy static-analysis tools. Tests still green. ## [v0.3.0](https://github.com/jdickey/repository-base/tree/v0.3.0) (2015-03-30) [Full Changelog](https://github.com/jdickey/repository-base/compare/v0.2.0...v0.3.0) **Fixed bugs:** - Adding an entity? Its attributes may not always be a Hash. [\#19](https://github.com/jdickey/repository-base/issues/19) **Merged pull requests:** - Support entity attributes conversion. Also, merge fixed Travis into master. [\#20](https://github.com/jdickey/repository-base/pull/20) ([jdickey](https://github.com/jdickey)) ## [v0.2.0](https://github.com/jdickey/repository-base/tree/v0.2.0) (2015-02-22) [Full Changelog](https://github.com/jdickey/repository-base/compare/v0.1.2...v0.2.0) **Fixed bugs:** - Public methods should return entities, not DAO records. [\#18](https://github.com/jdickey/repository-base/issues/18) ## [v0.1.2](https://github.com/jdickey/repository-base/tree/v0.1.2) (2015-02-20) [Full Changelog](https://github.com/jdickey/repository-base/compare/v0.1.1...v0.1.2) **Fixed bugs:** - The \#update method should return an entity, not a record. [\#17](https://github.com/jdickey/repository-base/issues/17) ## [v0.1.1](https://github.com/jdickey/repository-base/tree/v0.1.1) (2015-02-19) [Full Changelog](https://github.com/jdickey/repository-base/compare/v0.1.0...v0.1.1) **Implemented enhancements:** - Add Inch badge \(and prodded docs\). [\#14](https://github.com/jdickey/repository-base/issues/14) **Fixed bugs:** - The `\#add` method should return an entity on success, NOT a record. [\#16](https://github.com/jdickey/repository-base/issues/16) **Merged pull requests:** - \[Close \#14\] Added Inch CI badge and internal docs. [\#15](https://github.com/jdickey/repository-base/pull/15) ([jdickey](https://github.com/jdickey)) ## [v0.1.0](https://github.com/jdickey/repository-base/tree/v0.1.0) (2015-02-18) [Full Changelog](https://github.com/jdickey/repository-base/compare/v0.0.5...v0.1.0) **Closed issues:** - Integrate `repository-support` Gem in place of `lib/repository/support/\*` sources. [\#13](https://github.com/jdickey/repository-base/issues/13) ## [v0.0.5](https://github.com/jdickey/repository-base/tree/v0.0.5) (2015-02-17) [Full Changelog](https://github.com/jdickey/repository-base/compare/v0.0.4...v0.0.5) **Closed issues:** - Implement \#delete method. [\#11](https://github.com/jdickey/repository-base/issues/11) **Merged pull requests:** - Implement \#delete method. [\#12](https://github.com/jdickey/repository-base/pull/12) ([jdickey](https://github.com/jdickey)) ## [v0.0.4](https://github.com/jdickey/repository-base/tree/v0.0.4) (2015-02-17) [Full Changelog](https://github.com/jdickey/repository-base/compare/v0.0.3...v0.0.4) **Closed issues:** - Implement \#update method. [\#9](https://github.com/jdickey/repository-base/issues/9) **Merged pull requests:** - Implement \#update method. [\#10](https://github.com/jdickey/repository-base/pull/10) ([jdickey](https://github.com/jdickey)) ## [v0.0.3](https://github.com/jdickey/repository-base/tree/v0.0.3) (2015-02-17) [Full Changelog](https://github.com/jdickey/repository-base/compare/v0.0.2...v0.0.3) **Closed issues:** - Implement \#find\_by\_slug method. [\#7](https://github.com/jdickey/repository-base/issues/7) **Merged pull requests:** - Implement `\#find\_by\_slug` method. [\#8](https://github.com/jdickey/repository-base/pull/8) ([jdickey](https://github.com/jdickey)) ## [v0.0.2](https://github.com/jdickey/repository-base/tree/v0.0.2) (2015-02-16) [Full Changelog](https://github.com/jdickey/repository-base/compare/v0.0.1...v0.0.2) **Closed issues:** - Implement \#all method. [\#5](https://github.com/jdickey/repository-base/issues/5) - Badges! [\#2](https://github.com/jdickey/repository-base/issues/2) **Merged pull requests:** - Implement \#all method. [\#6](https://github.com/jdickey/repository-base/pull/6) ([jdickey](https://github.com/jdickey)) ## [v0.0.1](https://github.com/jdickey/repository-base/tree/v0.0.1) (2015-02-16) **Closed issues:** - Implement \#add method [\#3](https://github.com/jdickey/repository-base/issues/3) **Merged pull requests:** - \[Close \#3\] Implement `\#add` method. [\#4](https://github.com/jdickey/repository-base/pull/4) ([jdickey](https://github.com/jdickey)) - Add a Gitter chat badge to README.md [\#1](https://github.com/jdickey/repository-base/pull/1) ([gitter-badger](https://github.com/gitter-badger)) \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*