Skip to content

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

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

Laravel 11 support (beta)

07 Apr 14:21
4f8e3d9
Compare
Choose a tag to compare
Pre-release

This adds support for Laravel 11, thanks @nasrulhazim

I have marked it as beta1, please go ahead and try it and provide feedback.

Compatibility fixes

11 Feb 09:57
24f17dd
Compare
Choose a tag to compare

These PRs have various compatibility-related fixes for Laravel 10 or PHP 8.2

#38
#40
#41

Comment out the blueprint CLI command due to problem with blueprint and doctrine

24 May 10:22
Compare
Choose a tag to compare

This is a blocker for the functioning of this package, so until the dingo/blueprint issue is resolved, we cannot use this.

Laravel 10 support

04 May 02:17
ba1ff81
Compare
Choose a tag to compare

Adds support for Laravel 10

Thanks to @patoui for contriburing PR for this.