Releases: tailflow/laravel-orion
Releases · tailflow/laravel-orion
v2.17.2
- fix: ensure root-level filters are not applied on includes/aggregates (4156974, closes #189)
- fix: ensure non-existing relation inclusion does not break requests (f4ad23e, closes #190)
- fix: batch operations - attempting to fetch entities using query builder with previously applied constraints of other entities (c264c6a, closes #191)
v2.17.1
v2.17.0
A release packed with awesome features by @GautierDele, huge thanks for the time and efforts taken to implement those ✨
- feat: aggregates support (PR #184, search docs, query docs)
- feat: includes filtering support (PR #184, docs)
- feat: max pagination limit (PR #185, docs)
- feat: added
buildStoreFetchQuery
andrunStoreFetchQuery
methods (6d50eae, docs)
v2.16.0
v2.15.1
v2.15.0
A release packed with fixes and improvements by @alkin and @a21ns1g4ts ✨ Huge thanks ~
- fix(specs): consider JsonResource wrapping (PR #169)
- fix(specs): batchUpdate request structure (PR #170)
- feat(specs): standardized order of operations (PR #171)
- feat(specs): improved dbal type mapping (PR #173)
- feat(specs): resolve
Path
class instance using DI to allow further customizations (PR #174)