Skip to content

Releases: dingo/api

2.4.0 final

24 Oct 22:40
512eb1a
Compare
Choose a tag to compare
Merge pull request #1681 from lloricode/for-blueprint

reopen https://github.com/dingo/api/pull/1680

Blueprint version bump

27 Sep 04:15
512eb1a
Compare
Choose a tag to compare
Pre-release
Merge pull request #1681 from lloricode/for-blueprint

reopen https://github.com/dingo/api/pull/1680

Laravel 6 update

26 Sep 13:22
91d0eed
Compare
Choose a tag to compare
Laravel 6 update Pre-release
Pre-release
Merge pull request #1675 from mycarrysun/laravel-6

Laravel 6 Updates

Minor fixes + FormRequest validation

20 Jun 13:51
e67c722
Compare
Choose a tag to compare
  • 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

24 Mar 13:39
f77539e
Compare
Choose a tag to compare
v2.2.3

Merge pull request #1641 from specialtactics/feature/add-route-url-ge…

Bugfix for cache command

20 Mar 11:01
b5a1c9b
Compare
Choose a tag to compare
Merge pull request #1640 from timjuly/master

Missing use of Kernel

use Illuminate\Support\Carbon instead of now()

20 Mar 00:23
80030ad
Compare
Choose a tag to compare
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

19 Mar 13:53
bc61105
Compare
Choose a tag to compare

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

02 Mar 11:25
df06656
Compare
Choose a tag to compare

Thanks to @mallardduck for the PR to add initial Laravel 5.8 support.

Adds Route::pattern() support

20 Feb 13:25
c43bd7e
Compare
Choose a tag to compare
2.0.1

Merge pull request #1619 from specialtactics/feature/implement-param-…