Releases: FriendsOfCake/crud
Releases · FriendsOfCake/crud
4.4.1
- Fixes JSON API prev/next pagination #500
- Simplify parameter retrieval for detector setup #501
- Do not use/set ext for jsonapi detector #502
4.4.0
- Added
JsonApiListener
which allows returning responses which follow the JSON API standard.
v3.1.0
- Use class
CakeText
instead of String
for PHP 7 compatibility.
4.3.5
ApiListener
updated to account for PSR7 middleware changes in CakePHP 3.3 #441
v4.3.4
a few bug fixes for RelatedModelListener
4.3.2
- Bulk actions now use values of ids array instead of keys.
- Exception renderer used by
ApiListener
is now configurable.
4.3.1
Merge pull request #408 from davidyell/flash-customisation
Flash customisation
4.3.0
- Response error code for
ValidationException
changed to 422.
- Minimum CakePHP version constraint updated to 3.2.2.
4.2.4
- Fix tests
- Remove unnecessary
.coveralls.yml
file
4.2.3
Fix issue where check for SearchBehavior resulted in disabling SearchListener