Skip to content

Releases: streamich/json-joy

v3.1.0

06 Nov 21:42
Compare
Choose a tag to compare

3.1.0 (2021-11-06)

Bug Fixes

  • 🐛 correct type import (e47205d)
  • 🐛 fix imports after refactor (f0f6905)

Features

  • 🎸 add JSON Pointer codegen (180fb66), closes #82

v3.0.0

24 Oct 13:12
Compare
Choose a tag to compare

3.0.0 (2021-10-24)

Features

  • 🎸 add RPC implementation with MessagePack responses (c7e1692)
  • 🎸 move RPC with JSON under /rpc/json route (d2a50ad)

Performance Improvements

  • ⚡️ remove optional success code (7fdd244)
  • ⚡️ use precomputed buffers for HTTP header data (c7252d5)

BREAKING CHANGES

  • 🧨 Now default JSON RPC route is /rpc/json

v2.19.0

17 Oct 21:05
Compare
Choose a tag to compare

2.19.0 (2021-10-17)

Features

  • 🎸 add MsgPack Uint8Array branded type (d6b1fc5)
  • 🎸 export MsgPack branded type (bba1cf3)

v2.18.2

17 Oct 11:00
Compare
Choose a tag to compare

2.18.2 (2021-10-17)

Bug Fixes

  • 🐛 export RpcPersistentClient (9ccb441)
  • 🐛 on call subscribe execute call only once (fdf850a)

v2.18.1

15 Aug 20:20
Compare
Choose a tag to compare

2.18.1 (2021-08-15)

Bug Fixes

  • 🐛 add es2020 build target (e3f6bec)
  • 🐛 publish es2020 target to NPM (bcd0648)

v2.18.0

15 Aug 19:10
Compare
Choose a tag to compare

2.18.0 (2021-08-15)

Bug Fixes

  • 🐛 support quotes and special characters in stirngs (05599c5)

Features

  • 🎸 implement json-size (0d67ae7)

Performance Improvements

v2.17.0

01 Aug 19:14
Compare
Choose a tag to compare

2.17.0 (2021-08-01)

Bug Fixes

  • 🐛 on persisten client call wait for for first rpc duplex (bdedd9b)

Features

  • 🎸 expose .call() methods which return a Promise (1c05336)
  • 🎸 improve persistent client (fb55b16)
  • 🎸 improve start() and stop() of persistent client (259f0c3)
  • 🎸 send periodic ".ping" keep-alive messages (944b23f)

v2.16.4

01 Aug 16:53
Compare
Choose a tag to compare

2.16.4 (2021-08-01)

Bug Fixes

  • 🐛 reset reconnect retry country only on successful open (85f92cb)

v2.16.3

01 Aug 16:24
Compare
Choose a tag to compare

2.16.3 (2021-08-01)

Bug Fixes

  • 🐛 revert back channel predicate (923baf5)

v2.16.2

01 Aug 16:15
Compare
Choose a tag to compare

2.16.2 (2021-08-01)

Bug Fixes

  • 🐛 make array type explicit (a7f223f)
  • 🐛 try reconnecting only when channel is empty (498fc32)