- Refactored Response facade
- Refactored Response facade
- Refactored types of Core\Response::$_Data field
- Added HTTP status code 429 Too Many Requests
- Rename class in
rb_requet
blade generator.
- Updated
Rb\Facade\Response::error
method - added$data
parameter.
- Added default error message for the
Rb\Facade\Response::error
method.
- Documentation updated.
- Updated the
RbServiceProvider
to publishRbRequest
in same directory as specified in configs.
- Documentation updated.
- Return type added to the
authorize()
method. - Changed the default
request_path
andrequest_namespace
config values. - Changed the namespace of
RbRequest
class.
$data
and$errors
parameters are now optional in theRb\Facade\Response
facade.
- PHP 8 is the minimum required version.
- Fixed the providers in composer.json.
- Refactoring.
- Facade\Response class implemented.
- Bug fix related to setStatus method when status code is 2XX
- Using Validator contract in RBValidator.
- RBValidator class created.
- Status automatically set to "true" whenever status code is 2XX.
- RB_Request class renamed to RBRequest.
- HttpStatusCodes class renamed to HttpStatusCode.
- make:rb_request command renamed to make:rbrequest.
- Refactoring.
- Documentation updated.
- Issues fixed related to rb_request blade generator.
- Vendor publishing issue fixed
- Introducing RB_Request.
- Artisan command created for RB_Request generation.
- Making things configurable.
- HttpStatusCodes class created.
- ResponseTest refactoring.
- Updates to composer.json file.
- Type hints added in Response class.
- Readme.md added.
- getResponse() method added.
- unit test created for Response class.
- "src" directory created.
- Composer autoload added.
- Response class created.
- Refactoring.
- Documentation updated.
- Initial commit.