Releases: FriendsOfCake/crud
Releases · FriendsOfCake/crud
5.2.1
Enhancements
- Allow setting
findMethod
config for actions as array with options. #560
- Documentation updates.
5.2.0
- Rename "Object" to "BaseObject" for PHP 7.2 compatibility. (#549)
5.1.3
- Update SearchListener to work with Search plugin version 4. #544
5.1.2
- Fix errors reported by static analysis tool PHPStan
5.1.1
- Allow specifying filter collection for search listener (#539).
5.1.0
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
JsonApiListener
and related classes moved to separate crud-json-api plugin for easier maintenance.
4.4.4
- 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
Merge pull request #508 from dakota/add-json-api-query-support
Add json api query support and include support
4.4.2
- Fix incorrect request type detection #504
- Documentation updates