Skip to content

Releases: FriendsOfCake/crud

5.1.3

13 Aug 16:23
Compare
Choose a tag to compare
  • Update SearchListener to work with Search plugin version 4. #544

5.1.2

11 Aug 20:14
Compare
Choose a tag to compare
  • Fix errors reported by static analysis tool PHPStan

5.1.1

01 Aug 12:54
Compare
Choose a tag to compare
  • Allow specifying filter collection for search listener (#539).

5.1.0

04 Jun 08:31
Compare
Choose a tag to compare
  • ApiListener now throws MethodNotAllowedException instead of BadRequestException when requesting invalid method type. (#533)
  • Move logic for dispatchComponents to initialize() to comply with Cake 3.3 AuthComponent. (#534)

5.0.0

08 May 16:47
Compare
Choose a tag to compare
  • JsonApiListener and related classes moved to separate crud-json-api plugin for easier maintenance.

4.4.4

02 May 21:06
Compare
Choose a tag to compare
  • Better error message from JsonApiListener if the entity class for a repository is the default entity \Cake\ORM\Entity (#518).
  • Dasherize JSON API relationships node (#529).

4.4.3

12 Apr 07:55
Compare
Choose a tag to compare
Merge pull request #508 from dakota/add-json-api-query-support

Add json api query support and include support

4.4.2

26 Mar 17:43
Compare
Choose a tag to compare
  • Fix incorrect request type detection #504
  • Documentation updates

4.4.1

23 Mar 19:18
Compare
Choose a tag to compare
  • 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

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