Skip to content

Releases: streamich/json-joy

v16.27.2

05 Oct 19:32
Compare
Choose a tag to compare

16.27.2 (2024-10-05)

Bug Fixes

  • 🐛 move json-expression library externally (3d62c55)

v16.27.1

05 Oct 11:42
Compare
Choose a tag to compare

16.27.1 (2024-10-05)

Bug Fixes

v16.27.0

01 Oct 22:02
Compare
Choose a tag to compare

16.27.0 (2024-10-01)

Bug Fixes

  • json-crdt: 🐛 correctly handle deletes (f7af05b)
  • json-crdt: 🐛 return undefined view on empty document (14a5e42)

Features

  • json-crdt: 🎸 add store convenience API (760da9c)
  • json-crdt: 🎸 improve view selector (5a433a6)
  • json-crdt: 🎸 return undefined on missing sub view (d88f762)

v16.26.0

01 Oct 18:01
Compare
Choose a tag to compare

16.26.0 (2024-10-01)

Features

  • 🎸 remove usage of constructor name property (857c8d3)

v16.25.0

24 Sep 13:04
Compare
Choose a tag to compare

16.25.0 (2024-09-24)

Features

  • json-crdt: 🎸 introduce .applyLocalPatch() method (24ba067)

v16.24.0

19 Sep 11:20
Compare
Choose a tag to compare

16.24.0 (2024-09-19)

Features

  • 🎸 make array check more robust (40e8705)

Performance Improvements

  • ⚡️ update deep equal benchmarks (0cde6cc)

v16.23.2

17 Sep 13:57
Compare
Choose a tag to compare

16.23.2 (2024-09-17)

Bug Fixes

  • json-crdt: 🐛 do not detach builder clock on .reset() (e668d84)

v16.23.1

19 Aug 08:33
Compare
Choose a tag to compare

16.23.1 (2024-08-19)

Bug Fixes

  • json-crdt: 🐛 make change flush safe (91a37ae)

v16.23.0

08 Aug 09:56
Compare
Choose a tag to compare

16.23.0 (2024-08-08)

Bug Fixes

  • json-type-value: 🐛 show value encoding problemsn in development mode (24d5adb)

Features

  • json-type: 🎸 improve type builder import method (544188a)

v16.22.1

01 Aug 21:22
Compare
Choose a tag to compare

16.22.1 (2024-08-01)

Bug Fixes

  • json-type-value: 🐛 add default type for values (ee36743)