Releases: tailflow/laravel-orion
Releases · tailflow/laravel-orion
v2.5.2
- fix(core): filtering by nullable fields using "in" operator
v2.5.1
- fix(core): filtering timestamp fields by date only
v2.5.0
- feat(core): ability to filter and sort Many-to-Many relation resources by pivot fields
v2.4.0
- feat(core): add
before*Fresh
hook, e.g. beforeStoreFresh
(PR #131)
- feat(core): ability to customize request validation errors for specific endpoints (PR #132)
Thank you, @horstoeko ✨
v2.3.0
- feat(core): pass parent entities to policies (PR #135), thank you @marcvdm ✨
v2.1.5
- fix(core): make resource key optional for hasOneThrough relation (4716556)
v2.1.4
- fix(specs): missing nullable properties identification (2a3f5de)
v2.1.3
- fix(relation controllers): fetching relation entity using custom key (4e7d1f3)
v2.1.2
- fix(specs): request body schema ref (65b9996)