Skip to content

Releases: tailflow/laravel-orion

v1.2.3

01 Feb 06:03
8cb6ec1
Compare
Choose a tag to compare
  • Fixed filling attributes in perform* methods overrides values set in hooks
  • Added InteractsWithJsonFields trait with castField(s)ToJson helper methods as a generic replacement of castPivotFields method

v1.2.2

14 Jan 10:51
d38bfde
Compare
Choose a tag to compare
  • Fixed normalization of deeply nested relations of the same parent

v1.2.1

10 Jan 06:40
557358c
Compare
Choose a tag to compare
  • Fixed normalization of relations of the same parent

v1.2

07 Jan 07:03
5b888f3
Compare
Choose a tag to compare

This release is packed with some most-wanted features:

v1.1.3

23 Dec 15:11
6f304a1
Compare
Choose a tag to compare
  • Fixed including of the nested relations
  • Fixed saving model attributes protected by $guarded property (thanks to @ibrahim-mubarak)

v1.1.1

01 Dec 16:05
724f066
Compare
Choose a tag to compare

This patch release contains the fix for "ambiguous column" sql exception occurring in search endpoint.

v1.1

30 Nov 14:36
ae1d709
Compare
Choose a tag to compare

In this small release support for PHP 8 is added with no other changes.

v1.0

28 Nov 07:31
Compare
Choose a tag to compare

It's been over a year since the development of Laravel Orion began, and now it is finally reached its first stable version 🎉

The release includes:

  • REST API for models and relationships with batch operations support
  • Comprehensive set of endpoint hooks
  • Advanced searching capabilities with sorting, filtering, and keyword search
  • Relations inclusion and soft deletes via query parameters
  • Straightforward authorization and validation
  • Responses transformation via API resources

What's next?

  • Typescript SDK to make integration with frontend a breeze
  • Enhanced batch operations
  • Testing utilities