Skip to content

Releases: yoanm/php-jsonrpc-server-sdk

Test PHP 7.4 on Travis

12 Jan 09:45
12882da
Compare
Choose a tag to compare
v3.1.0

Test PHP 7.4 on Travis (#73)

Fix phpunit vulnerability

20 Apr 21:12
Compare
Choose a tag to compare
v3.0.1

Update phpunit/phpunit requirement from ^6.0 || ^7.0 to ^6.0 || ^7.0 …

Refactoring

19 Apr 21:33
808b88c
Compare
Choose a tag to compare
v3.0.0

v3.0.0

Params validation improvement

21 Apr 07:43
Compare
Choose a tag to compare

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

21 Apr 07:27
Compare
Choose a tag to compare
[twgit] Release finish: release/1.3.0

[twgit] Contains feature/phpunit-extended

Remove "method not found" responsibility from the method resolver

04 Apr 13:57
Compare
Choose a tag to compare

Can now return null in case method is not found. Responsibility have been moved to the method manager

Doc update

03 Apr 17:51
Compare
Choose a tag to compare

Add general instructions on README

First stable release

03 Apr 15:25
Compare
Choose a tag to compare
[twgit] Release finish: release/1.0.0

[twgit] Contains feature/badges
[twgit] Contains feature/behat

First release

01 Apr 17:39
9fd564a
Compare
Choose a tag to compare
First release Pre-release
Pre-release
v0.0.1

Init (#1)