Skip to content

Releases: api-ecosystem-for-laravel/dingo-api

Fixes some PHP 8.4 deprecations

24 Sep 02:53
732c2f0

Choose a tag to compare

v4.7.1

Fixing PHP8.4 deprecations (#68)

Improving the logic on whether throwables get reported

16 May 14:53
7f16b7c

Choose a tag to compare

Support for Laravel 12

06 Mar 02:40
6bdbb68

Choose a tag to compare

  • Adds support for Laravel 12
  • Bump minimum PHP version to 8.2, please upgrade if you are using older as it't not within the maintenance window for PHP, and hence many dependencies no longer support it.

Adds support for Illuminate Simple Paginator

09 Feb 17:20
c0c73cb

Choose a tag to compare

Adds support and flow through to the new Fractal Adapter for Simple Paginate. This is useful for performance reasons, if you want to avoid the extra select count(*) query which the default LegthAwarePaginator does in Laravel.

There are no public API changes as part of this release, you may simply pass the different paginator type to the paginate() response function as normal.

#60

Updating fractal to major version fork for minimum stability

27 Jan 23:00
52eb1fd

Choose a tag to compare

Switch to fractal fork

12 Jan 23:35
4e423e0

Choose a tag to compare

Switches fractal from thephpleague (no longer maintained) to php-open-source-saver.

Note that if you are using the League/Fractal namespace directly within your application, you will have to update it. See here for more information: https://github.com/PHP-Open-Source-Saver/fractal

Adds feature in url generator to pass params

21 Aug 11:42
bed0add

Choose a tag to compare

There's a small chance this may be a breaking change depending on your use case, but I decided against major version as it's such a trivial update.

This concerns you if you're using API::route() with a non-default API version.

Please see this PR - #55

Making dingo/blueprint an optional dependency

23 Jul 04:12
aac28a4

Choose a tag to compare

If someone is using this, you will want to just add it to your project's composer.json file.

Details:
#52

A few fixes

22 Jul 13:12
525d2f7

Choose a tag to compare

Fixed a few minor regression bugs found during adding tests back through gitlab actions

Updating a dep and countering edge case

16 Jul 01:33
c84f168

Choose a tag to compare