Skip to content

2.1.0

Compare
Choose a tag to compare
@JaZo JaZo released this 17 Aug 10:00
· 41 commits to master since this release
5eed90e

Changed

  • The Repository is split up into one trait per action #91. This allows you to build your own repository by extending the BaseRepository and including just the actions/traits you need. See the (updated) readme for usage instructions. The Repository now uses these new traits and should be fully backwards compatible.

Fixed

  • Fix ParamNameMismatch issue #96.