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