Skip to content

Releases: FriendsOfCake/crud

4.4.0

08 Mar 19:35
Compare
Choose a tag to compare
  • Added JsonApiListener which allows returning responses which follow the JSON API standard.

v3.1.0

13 Feb 13:38
Compare
Choose a tag to compare
  • Use class CakeText instead of String for PHP 7 compatibility.

4.3.5

27 Aug 12:32
Compare
Choose a tag to compare
  • ApiListener updated to account for PSR7 middleware changes in CakePHP 3.3 #441

v4.3.4

11 Jul 08:50
Compare
Choose a tag to compare

a few bug fixes for RelatedModelListener

4.3.2

12 May 17:05
Compare
Choose a tag to compare
  • Bulk actions now use values of ids array instead of keys.
  • Exception renderer used by ApiListener is now configurable.

4.3.1

20 Apr 21:20
Compare
Choose a tag to compare
Merge pull request #408 from davidyell/flash-customisation

Flash customisation

4.3.0

01 Mar 07:06
Compare
Choose a tag to compare
  • Response error code for ValidationException changed to 422.
  • Minimum CakePHP version constraint updated to 3.2.2.

4.2.4

26 Dec 08:30
Compare
Choose a tag to compare
  • Fix tests
  • Remove unnecessary .coveralls.yml file

4.2.3

26 Dec 07:50
Compare
Choose a tag to compare

Fix issue where check for SearchBehavior resulted in disabling SearchListener

4.2.2

26 Dec 07:28
Compare
Choose a tag to compare
  • Add more documentation for various actions
  • Throw a more user-friendly exception when the SearchBehavior is not attached