All notable changes to LaravelResponses
will be documented in this file.
- Dependency issue
- Support for UP TO Laravel 10.x
- Support for PHP 7.4
- Support for Laravel 9
- Composer dependencies
- Allowed to send to the user unformatted data (except for Model and Collection instances)
- PHP version in
composer.json
file
- Syntax error in
*Response
classes
README.md
file to describe new package usage
- Backport library support also for Laravel 6.x
- Removed incoming request dependency in
*Response
classes - Allowed collection of elements to be accepted by
ApiResponse
class $status
parameter is now$httpStatus
$jsonResource
parameter is now$responseFormatter
. Its type was changed fromJsonResource
tostring
, but is expected to be aJsonResource
instantiable class.
- PHP version in
composer.json
file
- Namespaces issues
composer.json
issues
ApiResponse
andPaginatedApiResponse
classes