Releases: tailflow/laravel-orion
Releases · tailflow/laravel-orion
v2.12.1
- fix(specs): add
all in
and any in
filters
v2.12.0
- feat:
all in
, any in
filter operators (docs)
v2.11.1
- fix:
ResourcesCacheStore
uninitialized variable (closes #157)
v2.11.0
- chore: Laravel 9 support
- chore: allow higher version of symfony/yaml dependency (PR #149), thank you @KennethTrecy ✨
v2.10.0
- feat(core):
operator
field in filters is now optional (PR #147), thank you @alberto-bottarini ✨
- fix(core): attaching resources with custom key(on controller level) in many-to-many relations (PR #136), thank you @odparraj for the heads-up ✨
- chore(core): facade PHPDoc method signature fixes (PR #144), thank you @joelbutcher ✨
v2.9.1
- chore(core): add facade PHPDoc (PR #141), thank you @joelbutcher ✨
- fix(core): ability to override force-delete logic in HandleRelationStandardOperations trait (PR #143), thank you @iksaku✨
v2.9.0
- feat(core): scoped filters
- feat(core): add
withMeta
method to controllers
- feat(core): add
beforeFilterApplied
hook
v2.8.0
- feat(core): ability to filter Many-to-Many relation resources by date pivot fields
- fix(core): filtering datetime fields on both model(relation) and pivot resources
v2.7.0
- feat(core): case-insensitive search support
- chore(ci): switch to Circle CI
v2.6.0
- feat(core): allow providing filter descriptors directly to query builder bypassing the request