Skip to content

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

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.

v4.0.2

31 Aug 13:09
634bed0
Compare
Choose a tag to compare

What's Changed

  • explode can't be null in php 8 set default include input to empty string by @germ1f in #25
  • change signature of setRouteCollections by @germ1f in #24

New Contributors

Full Changelog: v4.0.1...v4.0.2

Fixes API route list

20 Aug 09:10
25ebd2d
Compare
Choose a tag to compare

Thanks to Endy-c #19

Laravel 9, PHP 8.1 support

20 Aug 09:07
31bf026
Compare
Choose a tag to compare

Big thanks to the contributors in this PR: #18

Build test support for PHP 8, and fixes

30 Jan 13:38
ac4de98
Compare
Choose a tag to compare
Update travis config, test php 8 versions, fix php 8/8.1 errors (#13)

* Update travis config, test php 8 versions

* Update the way php is defined, put in place structure to allow testing laravel 9

* Forgot to remove matrix

* Fix up travis config, esp envs global vs jobs

* Just add a comment for future reference

* Fix sorting for php 8

* Use bionic for php 8.1

* After looking at the test, we want the highest limit

* Try 8.1.0 based on suggestions on travisci forums

* Try and cast nulls to string for php 8.1 compact

* Drop 8.1 for now (too many fixes)

Replace jwt-auth package with newly maintained repo Latest

30 Jan 12:44
0aed272
Compare
Choose a tag to compare

Still using the same package, just replaced repo location with a new community one.

New upstream has various updates, including support for php 8

Thanks to @matthewmnewman

Migration from dingo/api

27 Jan 14:06
3d8e5dc
Compare
Choose a tag to compare

Code-wise this tag should be identical to v3.0.7 on the dingo/api repo.