Skip to content

Releases: shogowada/json-rpc-2.0

v1.7.0

04 Nov 15:07
Compare
Choose a tag to compare
  • Support removing method via removeMethod(name: string): void API

v1.6.0

06 May 11:36
Compare
Choose a tag to compare
  • Support sending request payload synchronously

v1.5.1

11 Feb 16:40
Compare
Choose a tag to compare
  • Support having different methods for server and client on TypedJSONRPCServerAndClient

v1.5.0

11 Feb 13:48
Compare
Choose a tag to compare
  • Provide typed interfaces (#44)

v1.4.2

17 Dec 13:25
Compare
Choose a tag to compare
  • Make it strict mode compatible (#43)

v1.4.1

28 Aug 22:06
Compare
Choose a tag to compare
  • Revert a breaking change where the thrown error needs to be Error to map message

v1.4.0

28 Aug 21:52
Compare
Choose a tag to compare
  • Make JSON-RPC error object params accessible via JSONRPCErrorException: #39

v1.3.0

09 Jun 11:39
Compare
Choose a tag to compare
  • Add hasMethod method: #37

v1.2.0

07 Jun 01:32
Compare
Choose a tag to compare
  • Expose functions to create JSON RPC success response, request and notification: #36

v1.1.1

06 Jun 08:40
Compare
Choose a tag to compare
  • Make "Method not found" error catchable via middleware: #35