All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support Laravel 11.x
- Support Laravel 10.x
- Improve typing
- Update Bootstrap version for docs
- Added
callHttpProcedure
method which calls the procedure without any chained assertions
- Internal exception when procedure method not exists #34
- Don't use a queue for pending requests
- Set $data of InvalidRequestException #32
- Minimum version of Laravel 9.x
- Problem with request with big payload #27
- Tests for PHP 8.1
- New
terminate
method for to execute pending tasks
- Status code is not integer set the code to -1 #22
- Cyrillic display in generated documentation #20
- Return nothing on notifications #19
- Route binding #18
- Result for call in batchmode combined with notification #19
- Command for generating documentation
- Procedures no longer use controller traits
- Middleware for compressing the response
- Trait to make testing easier
- Support PHP 8.0
- Support Laravel 8
- Added extended output in debug mode #5
- Fixed correct header output #5
- Replace
Collection
toRequest
for make procedure
- initial release