Releases: dingo/api
Releases · dingo/api
Improve array responses
See here for details -
Laravel 7 support - update league/fractal
Merge pull request #1723 from dingo/feature/laravel-7 Update fractal dependency
Laravel 7 support - RC2 for testing
Merge pull request #1720 from dingo/feature/laravel-7 Will not have compatibility with previous versions due to symfony 5
Laravel 7 support - RC for testing
Merge pull request #1719 from dingo/feature/laravel-7 Laravel 7 support
Numerous fixes
- Add original exception passing to exception handler (@zhwei)
- Fix http/https detection (@gazben) #
- Allow null items to be passed as responses (@specialtactics) #1572
non assoc array route definition support added
Fixes a bug which causes duplicate run of prepareValidation in a FormRequest
Enables multi-byte charsets in json formatter
v2.4.3 Merge pull request #1697 from specialtactics/chore/styleci-defaults-c…
Improvement for compatibility with laravel's named route functions
Improvement for pattern matching handling
Refer here for details: #1232 (comment)