Releases: yoanm/php-jsonrpc-server-sdk
Releases · yoanm/php-jsonrpc-server-sdk
Test PHP 7.4 on Travis
v3.1.0 Test PHP 7.4 on Travis (#73)
Fix phpunit vulnerability
v3.0.1 Update phpunit/phpunit requirement from ^6.0 || ^7.0 to ^6.0 || ^7.0 …
Refactoring
v3.0.0 v3.0.0
Params validation improvement
validateParams
must now return a list of violations.
This modification enable better error handling for caller, it's now possible to describe path and error message (and any other useful information) in response.
[Technical] Add phpunit-extended
[twgit] Release finish: release/1.3.0 [twgit] Contains feature/phpunit-extended
Remove "method not found" responsibility from the method resolver
Can now return null in case method is not found. Responsibility have been moved to the method manager
Doc update
Add general instructions on README
First stable release
[twgit] Release finish: release/1.0.0 [twgit] Contains feature/badges [twgit] Contains feature/behat
First release
v0.0.1 Init (#1)