Releases: Saritasa/php-dingo-api-custom
Releases · Saritasa/php-dingo-api-custom
2.2.1
Fix notice in the Saritasa\DingoApi\Exceptions\ValidationException at transforming errors.
2.2.0
- Declare compatibility with Laravel 6.0+
- Drop PHP 7.0 support and Travis CI testing
2.1.1
If collection resource key explicitly set to empty string, it won't be wrapped into 'resource' envelope.
See this for details.
2.1.0
Switched to Dingo/Api 2.1 (which has support of laravel 5.8)
2.0.2
Switched to Dingo/Api 2.0 beta (which contains bugfix in authentication)
2.0.1
Resolve issue with CursorRequest initialisation
2.0.0
Switched to Dingo/Api 2.0. Use this version with Laravel 5.5+
1.0.15
Add apiRoute() helper method to simplify retrieving api routes