Releases: tystr/rest-orm
Releases · tystr/rest-orm
v0.6.0
v0.5.5
v0.5.4
- Change repository property access to protected
- update copyright year
- Ensure that the RepositoryFactory only creates repositories that implement the repository interface
- Exlclude test directory from coverage report
- Report test coverage to code climate
- Fix typo in RepositoryInterface
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.0
- fixed cs
- Update hal-example.php to use the repository factory
- Add a factory for creating repositories
- Update RepositoryInterface with requirements arguments
- Pass requirements to the url generator from the repostiory
- Handle required url variables like /categories/{{categoryId}}/posts
v0.3.0
- Fix handling for embedded objects when using HAL
- Use the "Default" serializer group when serializing objects for persisting. This allows for adding groups to properties to exclude them from the PUT/POST requests. This is essentially the same functionality as the @readonly jms/serializer annotation but for serializing not deserializing
v0.2.0
- Modify the Repository to accept parameters and pass them to the request factory
- Add missing argument to RepositoryInterface::save()
- Modify Request\Factory to pass parameters to the url generator
- Add missing method to UrlGeneratorInterface
- Add functionality to url generators to accept parameters and append a query string to the url
- Refactor Manager -> Repository
- fixed @return docblock