Releases: api-ecosystem-for-laravel/dingo-api
Releases · api-ecosystem-for-laravel/dingo-api
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.
v4.0.2
Fixes API route list
Thanks to Endy-c #19
Laravel 9, PHP 8.1 support
Big thanks to the contributors in this PR: #18
Build test support for PHP 8, and fixes
Update travis config, test php 8 versions, fix php 8/8.1 errors (#13) * Update travis config, test php 8 versions * Update the way php is defined, put in place structure to allow testing laravel 9 * Forgot to remove matrix * Fix up travis config, esp envs global vs jobs * Just add a comment for future reference * Fix sorting for php 8 * Use bionic for php 8.1 * After looking at the test, we want the highest limit * Try 8.1.0 based on suggestions on travisci forums * Try and cast nulls to string for php 8.1 compact * Drop 8.1 for now (too many fixes)
Replace jwt-auth package with newly maintained repo Latest
Still using the same package, just replaced repo location with a new community one.
New upstream has various updates, including support for php 8
Thanks to @matthewmnewman
Migration from dingo/api
Code-wise this tag should be identical to v3.0.7 on the dingo/api repo.