Releases: RhubarbPHP/Module.RestApi
Releases · RhubarbPHP/Module.RestApi
3.0.4
3.0.3
Added: Current Request middleware.
3.0.2
Fixed: To/From pagination
3.0.2 alpha
breaking change release which was reverted
version 3
Now just a Slim Framework wrapper application with some entity adapter helpers
2.0.9
Expanded Exception trapping to the base exception class.
2.0.4
- Fixed: Rest resource filter methods do not need to return a collection
Security Update: Can only POST/PUT exposed columns
columns definition on a rest resource previously only specified the columns to return in GET
requests. It now limits the columns which can be set via POST
/PUT
requests.
Decoupled response object from method handlers
- Changed: Decoupled response object from method handlers
- Added: XML request/response support
- Changed: CollectionRestResource::listItems can now be overridden
Minor change
Changing getItemResourceForModel to protected to allow overriding