Releases: dingo/api
Releases · dingo/api
2.4.0 final
Merge pull request #1681 from lloricode/for-blueprint reopen https://github.com/dingo/api/pull/1680
Blueprint version bump
Merge pull request #1681 from lloricode/for-blueprint reopen https://github.com/dingo/api/pull/1680
Laravel 6 update
Merge pull request #1675 from mycarrysun/laravel-6 Laravel 6 Updates
Minor fixes + FormRequest validation
- Fixes for new StyleCI fixers
- Allow HTTPS route declaration
- Fix for situation where URL param has no example in docs generation
- Fixes for FormRequest resolution validation not working for Lumen and Laravel
This breaks Laravel 5.5 compatibility, so I am bumping minor version from 2.2 to 2.3
Added URL Generator to API Facade
v2.2.3 Merge pull request #1641 from specialtactics/feature/add-route-url-ge…
Bugfix for cache command
Merge pull request #1640 from timjuly/master Missing use of Kernel
use Illuminate\Support\Carbon instead of now()
Merge pull request #1639 from lloricode/bugfix/illuminate-date Use Illuminate\Support\Carbon for TTLs laravel 5.8 (PSR-16)
Reworked Cache TTL handling for Laravel 5.8
There have been some somewhat significant changes to the composer.json file, which is why patch version is being bumped. Laravel framework is not a core dependency (please read here if you are interested why #1637), and the minimum required versions bumped to 5.5, as this package no longer supported versions previous to those.
Adds support for Laravel 5.8
Thanks to @mallardduck for the PR to add initial Laravel 5.8 support.
Adds Route::pattern() support
2.0.1 Merge pull request #1619 from specialtactics/feature/implement-param-…