Releases: tailflow/laravel-orion
Releases · tailflow/laravel-orion
v2.1.1
02 Jul 04:28
Compare
Sorry, something went wrong.
No results found
Fixed missing softDeletes parameter in HandlesStandardBatchOperations concern
v2.1.0
27 Jun 07:01
Compare
Sorry, something went wrong.
No results found
Added ability to perform search on deeply nested recursive relations
Added Accept header content type preserving
Introduced performFill wrapper method
Fixed controller class name qualification for route resolution in specs
Fixed missing request body parameters in specs
v2.0.1
18 Jun 03:38
Compare
Sorry, something went wrong.
No results found
Added missing search method to relation controllers
v2.0.0
13 Jun 06:34
Compare
Sorry, something went wrong.
No results found
It's been a long time coming, but here we are, the 2nd major version of Laravel Orion is out and brings a lot of exciting features ✨
OpenAPI specifications generation
JSON fields search
Nested relations search
Relationship controller hook methods now receive a parent entity model as well
Default auth guard is now resolved from config
Learn more about the release and how to upgrade here .
v1.2.9
24 May 03:56
Compare
Sorry, something went wrong.
No results found
Fixed parsing of boolean query params (force, with_trashed, only_trashed)
v1.2.8
17 May 05:13
Compare
Sorry, something went wrong.
No results found
Fixed resolving relation from a param constraint
v1.2.7
11 Apr 03:34
Compare
Sorry, something went wrong.
No results found
Fixed a bug when batch update operation was using model-specific key name, instead of the key name defined on a controller
v1.2.6
29 Mar 14:36
Compare
Sorry, something went wrong.
No results found
Fixed batch force deleting of trashed entities
v1.2.5
11 Feb 15:21
Compare
Sorry, something went wrong.
No results found
Fix hook result type that is considered a response
v1.2.4
04 Feb 12:53
Compare
Sorry, something went wrong.
No results found
Fixed filtering with nullable values