Skip to content

Releases: streamich/json-joy

v1.8.0

14 Oct 10:22
Compare
Choose a tag to compare

1.8.0 (2020-10-14)

Bug Fixes

  • 🐛 don't send unsubscribe message, when error received (18cc84a)

Features

  • 🎸 add batching to JsonRxClient (6d6e13d)
  • 🎸 add batching to RX server (7f5a78c)
  • 🎸 add TimeQueue implementation (0f837ff)
  • 🎸 allow JsonRx{Client,Server} to receive batches (de8ee45)

v1.7.0

11 Oct 12:52
Compare
Choose a tag to compare

1.7.0 (2020-10-11)

Features

  • 🎸 add flat with switch statement applyPatch implementatio (5ca0d86)

Performance Improvements

  • ⚡️ speed up applyPatch (67ee7e2)

v1.6.2

11 Oct 10:47
Compare
Choose a tag to compare

1.6.2 (2020-10-11)

Performance Improvements

  • ⚡️ add no-clone benchmark (15f0f9d)

v1.6.1

11 Oct 01:40
Compare
Choose a tag to compare

1.6.1 (2020-10-11)

Performance Improvements

  • ⚡️ improve perf (beaf18b)
  • ⚡️ improve performance (f4894de)
  • ⚡️ set up benchmarking (bda1a8e)
  • ⚡️ speed up deep cloning (2c7e1e1)

v1.6.0

23 Sep 20:43
Compare
Choose a tag to compare

1.6.0 (2020-09-23)

Features

  • 🎸 add ability to stop client (3f34a93)

v1.5.0

23 Sep 10:13
Compare
Choose a tag to compare

1.5.0 (2020-09-23)

Features

  • 🎸 add server .stop() method (11c41dd)

v1.4.0

22 Sep 22:14
Compare
Choose a tag to compare

1.4.0 (2020-09-22)

Features

  • 🎸 allow to pass through context with every message (a5871b2)

v1.3.1

17 Sep 09:36
Compare
Choose a tag to compare

1.3.1 (2020-09-17)

Bug Fixes

  • 🐛 improve Rx server typing (d25a165)
  • 🐛 improve rx sever call type (40eaf07)

v1.3.0

17 Sep 09:14
Compare
Choose a tag to compare

1.3.0 (2020-09-17)

Bug Fixes

  • 🐛 remove complete subscption records (c0fb1e4)

Features

  • 🎸 prevent client from using same ID (bf5f9d0)

v1.2.0

17 Sep 07:41
Compare
Choose a tag to compare

1.2.0 (2020-09-17)

Features

  • 🎸 allow subscription observable to be wrapped in promise (9a67900)