Releases: tailflow/laravel-orion
Releases · tailflow/laravel-orion
v2.19.2
- fix: including morphTo relations (b1513e9, closes #210)
v2.19.0
- feat: return 409 response on attempts to store a resource over an existing one in one-to-one relation resources (14582bb)
- fix: disable batch operations on one-to-one relation resources (0652519)
v2.18.3
- fix: resolving request input when
use_validated
config option is set to true
(213c9a3)
v2.18.2
- fix(specs): building show and update endpoint specs of one-to-one relation resources (d4c1b64)
- fix(specs): do not include aggregate query parameters when aggregates are not declared (7729ee4)
v2.18.1
- fix: remove debug statement (a097a17)
v2.18.0
- feat: ability to customize policy class per controller (b436c04, docs)
v2.17.5
- fix: refresh updated entity using the base methods to avoid user-defined constraints
v2.17.4
- fix: including relation whitelisted by a wildcard
v2.17.3
- fix: relations specified in
alwaysIncluded
method were not included