Releases: shogowada/json-rpc-2.0
Releases · shogowada/json-rpc-2.0
v1.7.0
- Support removing method via
removeMethod(name: string): void
API
v1.6.0
- Support sending request payload synchronously
v1.5.1
- Support having different methods for server and client on
TypedJSONRPCServerAndClient
v1.5.0
- Provide typed interfaces (#44)
v1.4.2
- Make it strict mode compatible (#43)
v1.4.1
- Revert a breaking change where the thrown error needs to be
Error
to map message
v1.4.0
- Make JSON-RPC error object params accessible via
JSONRPCErrorException
: #39
v1.3.0
- Add
hasMethod
method: #37
v1.2.0
- Expose functions to create JSON RPC success response, request and notification: #36
v1.1.1
- Make "Method not found" error catchable via middleware: #35