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.

3.0.0 (2020-06-27)

⚠ BREAKING CHANGES

  • change to strict by default, move undefined keeping to JSONSerialization
  • export base version by default

Features

  • Add hook for custom Error data close #8 (2ab36bb)
  • change to strict by default, move undefined keeping to JSONSerialization (d860da5)
  • export base version by default (6a11550)
  • id generator, close #13 (d3c51b5)
  • preserve this binding, close #16 (69f1077)

Bug Fixes

  • server ignore sendLocalStack. close #18 (25629d3)

2.0.2 (2020-06-10)

Bug Fixes

  • umd not loadable; tslib not included (a037da6)

2.0.1 (2020-06-07)

Bug Fixes

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