Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Releases: Saritasa/php-dingo-api-custom

3.0.0

06 Aug 17:03
35231b0
Compare
Choose a tag to compare

Laravel 11 support

2.2.2

25 Jul 10:33
7ba952e
Compare
Choose a tag to compare

Fix for dingo/api Known issue #1636 with ScopeFactory binding.

2.2.1

24 Jan 12:28
Compare
Choose a tag to compare

Fix notice in the Saritasa\DingoApi\Exceptions\ValidationException at transforming errors.

2.2.0

21 Jan 11:06
Compare
Choose a tag to compare
  • Declare compatibility with Laravel 6.0+
  • Drop PHP 7.0 support and Travis CI testing

2.1.1

02 Apr 12:45
8347778
Compare
Choose a tag to compare

If collection resource key explicitly set to empty string, it won't be wrapped into 'resource' envelope.
See this for details.

2.1.0

18 Mar 05:50
Compare
Choose a tag to compare

Switched to Dingo/Api 2.1 (which has support of laravel 5.8)

2.0.2

29 Jan 06:58
c1a21c6
Compare
Choose a tag to compare

Switched to Dingo/Api 2.0 beta (which contains bugfix in authentication)

2.0.1

13 Mar 06:07
3be12d3
Compare
Choose a tag to compare

Resolve issue with CursorRequest initialisation

2.0.0

09 Feb 13:26
Compare
Choose a tag to compare

Switched to Dingo/Api 2.0. Use this version with Laravel 5.5+

1.0.15

19 Jan 11:05
87bd7cf
Compare
Choose a tag to compare

Add apiRoute() helper method to simplify retrieving api routes