Skip to content

Releases: laravie/api

v5.0.0

19 May 02:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v5.0.0

v3.2.1

08 Apr 13:07
Compare
Choose a tag to compare

Fixes

  • Fix http and https detection.

v4.0.0

03 Apr 04:09
Compare
Choose a tag to compare

Changes

  • Update support to Laravel Framework v7.
  • Enable default response transformation with bound transformers.
  • Improve array responses.

Fixes

  • Fix http and https detection.

v3.2.0

24 Jan 14:14
Compare
Choose a tag to compare

Added

  • Added on assoc array route definition support.

Changes

  • Enables multi-byte charsets in json formatter.
  • Improvement for pattern matching handling.
  • Improvement for compatibility with laravel's named route functions.

v3.1.0

26 Dec 09:08
Compare
Choose a tag to compare

Changes

  • Automatically handle rendering Laravel\Passport\Exceptions\OAuthServerException response.

v3.0.0

23 Sep 03:54
Compare
Choose a tag to compare

Added

  • Added Dingo\Api\Lumen\Decorator\RequestMiddleware class.
  • Added Dingo\Api\Lumen\Adapter\RequestMiddleware trait.

Removed

  • Remove support for Internal Request and remove the following classes:
    • Dingo\Api\Dispatcher
    • Dingo\Apo\Facade\API
  • Remove deprecated uses of Dingo\Api\Console\Command\Routes::fire().

v2.2.3

08 Sep 00:44
Compare
Choose a tag to compare

Changes

  • Add support for Laravel Framework 6.x.

v2.2.2

04 Aug 03:45
Compare
Choose a tag to compare

Changes

  • Validate FormRequest when resolving Illuminate\Contracts\Validation\ValidatesWhenResolved.
  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v2.1.7

03 Aug 10:32
Compare
Choose a tag to compare

Changes

  • Validate FormRequest when resolving Illuminate\Contracts\Validation\ValidatesWhenResolved.

v2.2.1

11 Jun 03:28
Compare
Choose a tag to compare

Changes

  • Mark Dingo\Api\Provider\DingoServiceProvider as abstract and add validateApiConfiguration() and loadApiConfiguration() methods.

Fixes

  • Fixes loading configuration for Lumen.