json-joy

JSON CRDT, JSON CRDT Patch, JSON Patch+, JSON Predicate, JSON Pointer, JSON Expression, JSON Type

APACHE-2.0 License

Downloads
410.7K
Stars
644
Committers
4

Bot releases are hidden (Show)

json-joy - v2.0.1

Published by streamich almost 4 years ago

2.0.1 (2020-12-12)

Performance Improvements

  • โšก๏ธ update deps (18d9b4e)
json-joy - v2.0.0

Published by streamich almost 4 years ago

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
json-joy - v1.9.0

Published by streamich about 4 years ago

1.9.0 (2020-10-14)

Features

  • ๐ŸŽธ add buffering to JsonRxServer (18bc4d1)
json-joy - v1.8.0

Published by streamich about 4 years ago

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)
json-joy - v1.7.0

Published by streamich about 4 years ago

1.7.0 (2020-10-11)

Features

  • ๐ŸŽธ add flat with switch statement applyPatch implementatio (5ca0d86)

Performance Improvements

  • โšก๏ธ speed up applyPatch (67ee7e2)
json-joy - v1.6.2

Published by streamich about 4 years ago

1.6.2 (2020-10-11)

Performance Improvements

  • โšก๏ธ add no-clone benchmark (15f0f9d)
json-joy - v1.6.1

Published by streamich about 4 years ago

1.6.1 (2020-10-11)

Performance Improvements

  • โšก๏ธ improve perf (beaf18b)
  • โšก๏ธ improve performance (f4894de)
  • โšก๏ธ set up benchmarking (bda1a8e)
  • โšก๏ธ speed up deep cloning (2c7e1e1)
json-joy - v1.6.0

Published by streamich about 4 years ago

1.6.0 (2020-09-23)

Features

  • ๐ŸŽธ add ability to stop client (3f34a93)
json-joy - v1.5.0

Published by streamich about 4 years ago

1.5.0 (2020-09-23)

Features

  • ๐ŸŽธ add server .stop() method (11c41dd)
json-joy - v1.4.0

Published by streamich about 4 years ago

1.4.0 (2020-09-22)

Features

  • ๐ŸŽธ allow to pass through context with every message (a5871b2)
json-joy - v1.3.1

Published by streamich about 4 years ago

1.3.1 (2020-09-17)

Bug Fixes

  • ๐Ÿ› improve Rx server typing (d25a165)
  • ๐Ÿ› improve rx sever call type (40eaf07)
json-joy - v1.3.0

Published by streamich about 4 years ago

1.3.0 (2020-09-17)

Bug Fixes

  • ๐Ÿ› remove complete subscption records (c0fb1e4)

Features

  • ๐ŸŽธ prevent client from using same ID (bf5f9d0)
json-joy - v1.2.0

Published by streamich about 4 years ago

1.2.0 (2020-09-17)

Features

  • ๐ŸŽธ allow subscription observable to be wrapped in promise (9a67900)
json-joy - v1.1.3

Published by streamich about 4 years ago

1.1.3 (2020-09-16)

Bug Fixes

  • ๐Ÿ› better unsubscribe message skipping (e0fdf95)
json-joy - v1.1.2

Published by streamich about 4 years ago

1.1.2 (2020-09-16)

Bug Fixes

  • ๐Ÿ› don't send unsubscribe message if observable completed (c256e53)
json-joy - v1.1.1

Published by streamich about 4 years ago

1.1.1 (2020-09-04)

Bug Fixes

  • ๐Ÿ› use commonjs modules for es6 build (6523118)
json-joy - v1.1.0

Published by streamich about 4 years ago

1.1.0 (2020-09-03)

Features

  • ๐ŸŽธ add JSON Patch docs (2d01b3c)
  • ๐ŸŽธ implement JSON-RPC server (a062d18)
  • ๐ŸŽธ implement JsonRxRpcServer (95e4c78)
json-joy - v1.0.0

Published by streamich about 4 years ago

1.0.0 (2020-09-02)

Features

  • ๐ŸŽธ implement json-pointer, json-patch, json-rx (fdaf12a)