Releases: tailflow/laravel-orion
Releases · tailflow/laravel-orion
v2.23.0
- 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
- chore: extend
doctrine/dbal
version constraint to ^4.0
v2.22.4
- 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
- chore: extend
symfony/yaml
version constraint to avoid collisions with Laravel Sail (PR #251, thank you @gogl92)
v2.22.2
- fix: filtering by date fields in laravel 10+
v2.22.0
- 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
- fix: defining relation resources with the same name as parent (759d512)
v2.21.0
- 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
- feat: ability to apply limit to included relations (PR #218, thank you @grebbekevin)