Skip to content

Releases: streamich/json-joy

v2.0.1

12 Dec 18:00
Compare
Choose a tag to compare

2.0.1 (2020-12-12)

Performance Improvements

v2.0.0

23 Oct 16:14
Compare
Choose a tag to compare

2.0.0 (2020-10-23)

Features

  • 🎸 allow metadata on error object (cb58bc3)
  • 🎸 use strings for returned messages from server (48fc97c)

BREAKING CHANGES

  • 🧨 JSON-Rx server now returns JSON serialized strings instead of POJO
    messages

v1.9.0

14 Oct 18:51
Compare
Choose a tag to compare

1.9.0 (2020-10-14)

Features

  • 🎸 add buffering to JsonRxServer (18bc4d1)

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)