Skip to content

Releases: open-rpc/client-js

1.5.1

25 Sep 16:50

Choose a tag to compare

1.5.1 (2020-09-25)

Bug Fixes

  • remove PostMessage EventListener on close (844af19)

1.5.0

03 Aug 20:28

Choose a tag to compare

1.5.0 (2020-08-03)

Bug Fixes

  • README: add postmessage transports to list (adfa4b6)

Features

  • add options to HTTPTransport constructor (6f26276)

1.4.0

27 Jul 17:05

Choose a tag to compare

1.4.0 (2020-07-27)

Bug Fixes

  • provider: rename to ClientInterface (3bfe849)
  • provider: type (2124382)
  • add default export back (d2b4dc2)
  • remove duplicate JSONRpcError type (be1669f)
  • README: change example interfaces (6904bab)
  • README: consistent naming (40242fe)
  • README: transport ordering (5b52a17)
  • typdoc: add typedoc.jsosn and use library mode (7f7c94c)
  • request manager requestObject type should be JSONRPCMessage (5a3c194)

Features

  • change public request interface to match provider (bd33563)

1.3.3

17 Jul 15:48

Choose a tag to compare

1.3.3 (2020-07-17)

Bug Fixes

  • README: add collapsed examples (588bcba)
  • README: example formatting (840857f)
  • add failing notification test (a638062)
  • onNotification not firing bug (0b62f9c)

1.3.2

17 Jul 03:32

Choose a tag to compare

1.3.2 (2020-07-17)

Bug Fixes

  • correct order of req/res uri for event emitter (0e5ca00), closes #190 #188

1.3.1

24 Jun 22:13

Choose a tag to compare

1.3.1 (2020-06-24)

Bug Fixes

  • break out postmessage into 2 transports (2db3289)
  • naming + use random port for tests/ci (6b7ad0c)

1.3.0

11 Jun 21:56

Choose a tag to compare

1.3.0 (2020-06-11)

Bug Fixes

  • postmessage: add iframe support (893c0b8)
  • PostMessage: exports (0df7146)
  • latest wip (bce6627)
  • refactor to createWindow + get tests passing (6b61cac)

Features

1.2.5

27 Mar 21:59

Choose a tag to compare

1.2.5 (2020-03-27)

Bug Fixes

1.2.4

07 Oct 22:37

Choose a tag to compare

1.2.4 (2019-10-07)

Bug Fixes

  • corrects handling for response payloads (e762764), closes #75

1.2.3

30 Sep 20:04

Choose a tag to compare

1.2.3 (2019-09-30)

Bug Fixes

  • readme single quote to double quote (aa0e8b2)
  • websocket transport to serialize string prior to sending (adee025)