Skip to content

Releases: mikebarlow/laravel-response-helpers

Laravel 11 support added

04 Sep 21:50
5b3b535
Compare
Choose a tag to compare

Added support for Laravel 11 and updated tests and dev dependencies.

Added Laravel 10 support

22 May 11:16
87885d4
Compare
Choose a tag to compare

As title says, Laravel 10 support has been added.

Dev dependency updates for PHPUnit and testbench too.

Added Laravel 9 Support

09 May 07:26
24e1898
Compare
Choose a tag to compare

Thanks to bahmanshams for the PR for this. Sorry it took so long to merge in!

Handling API Resources

13 Jan 16:36
Compare
Choose a tag to compare

In response to this issue, I've finally added the ability for the helpers to properly handle Laravel API Resources.

This has been released as a breaking change as there is a chance that the response helpers would now return JSON differently.

Added Laravel 8 Support

09 Oct 08:14
71f28bc
Compare
Choose a tag to compare

Thanks to @mrtimp for the PR!

Initial Release

25 Jun 09:49
Compare
Choose a tag to compare

Initial Release of Laravel API Response Helpers.