Skip to content

Releases: FriendsOfCake/crud-json-api

0.3.1

15 May 10:46
0dd6c60
Compare
Choose a tag to compare

Update to CakePHP 3.6+ courtesy of mr. @saeideng

Please note that:

  • this prepares the plugin for CakePHP 4.x
  • all future development will be done against this version
  • the custom Route was removed

0.2.5

28 Apr 10:37
447760f
Compare
Choose a tag to compare
  • JSONAPI specification improvement. The API now responds with a 400 Bad Request if the include query parameter is used but not available/enabled in the API. Courtesy of @brenoroosevelt, PR #51.

0.2.4

27 Apr 07:07
99f4a5a
Compare
Choose a tag to compare

0.2.3

15 Apr 15:19
3c22024
Compare
Choose a tag to compare
  • 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

21 Jan 19:04
Compare
Choose a tag to compare

Fix PATCH method failing with a hasMany relationship (@birdy247)

0.2.1

27 Nov 18:54
9fa470d
Compare
Choose a tag to compare
  • Fixes API pagination

0.2.0

22 Sep 15:17
Compare
Choose a tag to compare
  • 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 underscored multi_word format #13

Initial release

05 May 15:43
Compare
Choose a tag to compare

Moving JSON API out of the Crud plugin