Skip to main content
Module

x/async_call_rpc/CHANGELOG.md

A lightweight JSON RPC client & server
Latest
File

Changelog

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

4.0.0 (2020-07-19)

⚠ BREAKING CHANGES

  • remove support for deprecated messageChannel

Features

  • remove support for deprecated messageChannel (e6681f7)

3.3.0 (2020-07-19)

Deprecation

Features

  • impl requestReplay in log, close #22 (d241b34)
  • new interface for messageChannel and deprecates old, close #19 (7022b8c)

Bug Fixes

3.2.2 (2020-06-28)

Bug Fixes

  • support entry points for old platform that doesnt support exports field (9a108cd)

3.2.1 (2020-06-28)

Bug Fixes

  • entry points dts not exported (28e51f0)
  • wrong url in readme (ca2b581)

3.2.0 (2020-06-27)

Features

  • start to provide builtin message channels (d97381d)

3.1.0 (2020-06-27)

Features

  • add deno ws server (c07d297)
  • add node websocket server (6c0af32)
  • Support patch req/res in JSON RPC spec close #9 (9f91c51)
  • support sending notifications close #7 (e9abca6)

3.0.0 (2020-06-27)

⚠ BREAKING CHANGES

  • Enable strict mode by default, if you need the non-strict behavior, switch “strict” to false.
  • Move strict.noUndefined to 3rd parameter of JSONSerialization since only JSON needs it.
  • The export version changed from full to base. If you need full version, please import from async-call-rpc/full.

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