Skip to main content
Module

x/async_call_rpc/CHANGELOG.md

A lightweight JSON RPC client & server
Go to Latest
File

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2020-06-07)

⚠ BREAKING CHANGES

  • switch to node es module support
  • switch to rollup

Features

  • add new logger (16e2195)
  • dispose resource when iterator end (ebfc5df)
  • preservePauseOnException (2a7ebb1)
  • relax type on Serialization (ecbc956)
  • support thisSideImpl as Promise (db66d72)
  • switch to node es module support (6e21733)
  • switch to rollup (81d4e4a)

Bug Fixes

  • build script (42d701a)
  • close #6 - Bug: Error when the thrown error doesn’t a subclass of Error (6229b7f)

1.0.4 (2019-12-23)

1.0.3 (2019-12-23)

1.0.2 (2019-12-23)

1.0.1 (2019-12-23)

Bug Fixes

  • change the package name (234440c)

1.0.0 (2019-09-21)

Features