Skip to content

Releases: tailflow/laravel-orion

v2.1.1

02 Jul 04:28
eaf160c
Compare
Choose a tag to compare
  • Fixed missing softDeletes parameter in HandlesStandardBatchOperations concern

v2.1.0

27 Jun 07:01
34b3b70
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added missing search method to relation controllers

v2.0.0

13 Jun 06:34
3c0cc72
Compare
Choose a tag to compare

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
805a8e2
Compare
Choose a tag to compare
  • Fixed parsing of boolean query params (force, with_trashed, only_trashed)

v1.2.8

17 May 05:13
81f4113
Compare
Choose a tag to compare
  • Fixed resolving relation from a param constraint

v1.2.7

11 Apr 03:34
Compare
Choose a tag to compare
  • 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
0fd5f65
Compare
Choose a tag to compare
  • Fixed batch force deleting of trashed entities

v1.2.5

11 Feb 15:21
063f7c7
Compare
Choose a tag to compare
  • Fix hook result type that is considered a response

v1.2.4

04 Feb 12:53
d374253
Compare
Choose a tag to compare
  • Fixed filtering with nullable values