Skip to content

Releases: tailflow/laravel-orion

v2.23.0

04 Nov 13:26
686c16c
Compare
Choose a tag to compare
  • feat: add the ability to create API routes with multiple route parameters (PR #271, thank you @jonerickson)
  • fix(specs): marking property as nullable

v2.22.5

14 Jun 12:10
Compare
Choose a tag to compare
  • chore: extend doctrine/dbal version constraint to ^4.0

v2.22.4

14 Jun 11:28
Compare
Choose a tag to compare
  • fix: prevent query builder from overwriting scopes upon applying (PR #257, thank you @jonerickson)
  • fix: generating specs on Laravel 11 (closes #259)
  • chore: add PHPUnit 10 & 11 dependency constraints

v2.22.3

09 May 07:26
b69499a
Compare
Choose a tag to compare
  • chore: extend symfony/yaml version constraint to avoid collisions with Laravel Sail (PR #251, thank you @gogl92)

v2.22.2

30 Mar 11:41
Compare
Choose a tag to compare
  • fix: filtering by date fields in laravel 10+

v2.22.1

27 Nov 08:42
Compare
Choose a tag to compare

v2.22.0

13 Oct 10:02
Compare
Choose a tag to compare
  • fix(specs): only add tags that are missing (PR #216, thank you @ChaDonSom)
  • feat: add withoutSearch method to resource registration (PR #237, thank you @v-radev)
  • fix(core): filtering using deeply nested relations

v2.21.1

03 Apr 12:16
Compare
Choose a tag to compare
  • fix: defining relation resources with the same name as parent (759d512)

v2.21.0

03 Apr 11:08
Compare
Choose a tag to compare
  • feat: respect paginationDisabled property value (PR #215, thank you @rossity)
  • feat: support for dynamic relations (5aac480)
  • fix: search on identically named relation fields (07b92c4)

v2.20.0

25 Mar 10:41
36a6883
Compare
Choose a tag to compare
  • feat: ability to apply limit to included relations (PR #218, thank you @grebbekevin)