Releases: api-ecosystem-for-laravel/dingo-api
Updating fractal to major version fork for minimum stability
No breaking changes.
Switch to fractal fork
Switches fractal from thephpleague (no longer maintained) to php-open-source-saver.
Note that if you are using the League/Fractal namespace directly within your application, you will have to update it. See here for more information: https://github.com/PHP-Open-Source-Saver/fractal
Adds feature in url generator to pass params
There's a small chance this may be a breaking change depending on your use case, but I decided against major version as it's such a trivial update.
This concerns you if you're using API::route()
with a non-default API version.
Please see this PR - #55
Making dingo/blueprint an optional dependency
If someone is using this, you will want to just add it to your project's composer.json file.
Details:
#52
A few fixes
Fixed a few minor regression bugs found during adding tests back through gitlab actions
Updating a dep and countering edge case
Further support for latest symfony / laravel 11
Laravel 11 Support
Further changes for Laravel 11 support
Laravel 11 support (beta)
This adds support for Laravel 11, thanks @nasrulhazim
I have marked it as beta1, please go ahead and try it and provide feedback.