Releases: api-ecosystem-for-laravel/dingo-api
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.
Compatibility fixes
Comment out the blueprint CLI command due to problem with blueprint and doctrine
This is a blocker for the functioning of this package, so until the dingo/blueprint issue is resolved, we cannot use this.
Laravel 10 support
Adds support for Laravel 10
Thanks to @patoui for contriburing PR for this.