Releases: FriendsOfCake/crud-json-api
Releases · FriendsOfCake/crud-json-api
0.3.1
0.2.5
- JSONAPI specification improvement. The API now responds with a
400 Bad Request
if theinclude
query parameter is used but not available/enabled in the API. Courtesy of @brenoroosevelt, PR #51.
0.2.4
- fix pagination links not maintaining the
filter
query parameter (#48, @brenoroosevelt)
0.2.3
- Now supports JSON:API Sparse Fieldsets (#31, @rchavik)
- Now supports JSON:API Multifield Sorting (#36, @rchavik)
- Improved JSON:API Filtering/search (#30, @bravo-kernel)
- Fixed links using incorrect foreign key for associations (#26, @oskar1233)
- Fixed unencodable stack traces breaking out of the debug node leading to invalid json (#33. @AD7six)
- Drops support for PHP 5.5
0.2.2
0.2.1
0.2.0
- fixes incorrect ExceptionRenderer @dereuromark
- now properly supports CakePHP ErrorHandlerMiddleware #16
- now supports hasMany relationships when posting incoming data @Marlinc #17
- now properly converts incoming dasherized
multi-word
attribute keynames to CakePHP-compatible underscoredmulti_word
format #13
Initial release
Moving JSON API out of the Crud plugin