Releases: streamich/json-joy
Releases · streamich/json-joy
v16.27.2
Bug Fixes
- 🐛 move json-expression library externally (3d62c55)
v16.27.0
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
Features
- 🎸 remove usage of constructor name property (857c8d3)
v16.25.0
Features
- json-crdt: 🎸 introduce .applyLocalPatch() method (24ba067)
v16.24.0
Features
- 🎸 make array check more robust (40e8705)
Performance Improvements
- ⚡️ update deep equal benchmarks (0cde6cc)
v16.23.2
Bug Fixes
- json-crdt: 🐛 do not detach builder clock on .reset() (e668d84)
v16.23.1
Bug Fixes
- json-crdt: 🐛 make change flush safe (91a37ae)
v16.23.0
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
Bug Fixes
- json-type-value: 🐛 add default type for values (ee36743)