Skip to content

Releases: tailflow/laravel-orion

v2.17.2

27 Oct 16:54
Compare
Choose a tag to compare
  • 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

26 Oct 16:28
Compare
Choose a tag to compare
  • fix: including nested relations (787acb8)

v2.17.0

25 Oct 15:49
Compare
Choose a tag to compare

A release packed with awesome features by @GautierDele, huge thanks for the time and efforts taken to implement those ✨

v2.16.0

04 Oct 11:22
a49ff93
Compare
Choose a tag to compare
  • feat: use the resourceAbilityMap defined on BaseController (PR #179), thank you @alkin

v2.15.1

05 Sep 07:58
Compare
Choose a tag to compare
  • fix(core): merging scoped filters into request

v2.15.0

17 Aug 14:19
5a9f08b
Compare
Choose a tag to compare

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)

v2.14.0

28 Jul 09:01
1d999ba
Compare
Choose a tag to compare
  • feat: ability to use validated() instead of all() for resources request data (PR #168, docs), thank you @alkin

v2.13.1

21 Jul 18:34
10de4de
Compare
Choose a tag to compare
  • fix: undefined array key "filters" error (PR #167), thank you @josecl

v2.13.0

16 Jul 15:05
Compare
Choose a tag to compare

v2.12.2

27 Jun 08:01
Compare
Choose a tag to compare
  • fix(core): sorting by multiple fields of the same relation