Releases: mikebarlow/laravel-response-helpers
Releases · mikebarlow/laravel-response-helpers
Laravel 11 support added
Added support for Laravel 11 and updated tests and dev dependencies.
Added Laravel 10 support
As title says, Laravel 10 support has been added.
Dev dependency updates for PHPUnit and testbench too.
Added Laravel 9 Support
Thanks to bahmanshams for the PR for this. Sorry it took so long to merge in!
Handling API Resources
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
Thanks to @mrtimp for the PR!
Initial Release
Initial Release of Laravel API Response Helpers.