v11.10.0
·
1605 commits
to master
since this release
11.10.0 (2023-12-05)
Features
- json-crdt: 🎸 add .toBinary() for File (ea2693a)
- json-crdt: 🎸 add ability for file to sync to model (d0036aa)
- json-crdt: 🎸 add ability to encode file without model view (cb9362d)
- json-crdt: 🎸 add ability to print file to human-readable string (f9e1ff7)
- json-crdt: 🎸 add ability to replay to specific patch (404f9cb)
- json-crdt: 🎸 add autoflushing functionality (247dab3)
- json-crdt: 🎸 add File.apply() method (891b259)
- json-crdt: 🎸 buffer local transactions and allow to create transactions (6ae8a46)
- json-crdt: 🎸 implement file encoding and decoding (e1d9c03)
- json-crdt: 🎸 improve encoding constants (e26edd5)
- json-crdt: 🎸 start debug file format implementation (c24cea3)
- json-crdt: 🎸 unserialize frontier (018a907)