Skip to content

Releases: barell/json-rpc-server

v1.0.4

17 May 07:51
Compare
Choose a tag to compare

Fixed

  • Invalid error response form

v1.0.3

15 May 17:54
Compare
Choose a tag to compare

Fixed

  • Resolving the service before checking if the method is callable

v1.0.2

09 Apr 20:15
Compare
Choose a tag to compare

Added:

  • Service provider to resolve class names into objects

Fixed:

  • Named parameters out of order if optional

v1.0.1

08 Apr 21:34
Compare
Choose a tag to compare
  • fixed hasMethod function while no methods has been defined yet
  • fixed readme example syntax error

v1.0.0

02 Apr 17:09
Compare
Choose a tag to compare

First stable release.

v0.9.0

30 Mar 18:55
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

This is release candidate for the final version, needs more testing.

Initial Release

28 Mar 20:25
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is initial non stable release. The code seems to be working fine for the simple case but is missing tests and may change its internal structure.