Skip to content

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

Support for Laravel 12

06 Mar 02:40
6bdbb68
Compare
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
Compare
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
Compare
Choose a tag to compare

Switch to fractal fork

12 Jan 23:35
4e423e0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Further support for latest symfony / laravel 11

16 Jul 01:03
86d47ce
Compare
Choose a tag to compare

Laravel 11 Support

09 May 18:43
f695c57
Compare
Choose a tag to compare

Further changes for Laravel 11 support