Releases: tailflow/laravel-orion
Releases · tailflow/laravel-orion
v1.2.3
v1.2.2
v1.2.1
v1.2
This release is packed with some most-wanted features:
- Ability to customize resource keys
- Ability to disable pagination
- Relations whitelisting using wildcards
v1.1.3
- Fixed including of the nested relations
- Fixed saving model attributes protected by
$guarded
property (thanks to @ibrahim-mubarak)
v1.1.1
v1.1
v1.0
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