Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: y-crdt/y-crdt

Tags

v0.25.0

Toggle v0.25.0's commit message
release v0.25.0

v0.24.0

Toggle v0.24.0's commit message
- XML attribute methods now accepts any Prelim type: allow XML attrib…

…utes to work with any Prelim type #571, Add support for full JSON values in XML attribute methods #569

- enable manual gabage collection of blocks with parametrised set of blocks to delete: Enable GC of specific blocks on demand #570
- add mergeUpdates methods to ywasm: Add mergeUpdatesV1 and mergeUpdatesV2 functions to WASM bindings #566

v0.23.5

Toggle v0.23.5's commit message
- Added `Update::state_vector_lower` method

- Added `Update::insertions` method
- Extended weak ref quotations to work with unbounded ranges

v0.23.4

Toggle v0.23.4's commit message
- fixed bug in ReadTxn::has_missing_updates

- fixed bug in uuid v4 generation

v0.23.3

Toggle v0.23.3's commit message
- added method: ReadTxn::has_missing_updates

- added method: WriteTxn::prune_pending

v0.23.2

Toggle v0.23.2's commit message
- fixed lib0 v2 deserialization on Skip blocks

- fixed access to dereferenced items from WeakRef cache

v0.23.1

Toggle v0.23.1's commit message
- support JsonPath over Out::UndefinedRef

- fix panics when displaying events with removed elements
- yffi: add yweak_read function for reading quoted strings

v0.23.0

Toggle v0.23.0's commit message
- JSON Path support for Any and Doc

- Update::state_vector - don't include disjoined updates
- add Update::EMPTY_V1 and Update::EMPTY_V2 byte arrays

v0.22

Toggle v0.22's commit message
- StickyIndex: JSON serialisation compatible with Yjs: #521

- StickyIndex: yffi - JSON serialization/deserialization functions
- StickyIndex: ywasm - renamed methods to match RelativePosition method names in Yjs
- Replaced Branch allocation from `Arc` → `Box`: #519
- Optimised squash performance for `DeleteSet`: #511
- Updated dependencies

v0.21.3

Toggle v0.21.3's commit message
- Update::state_vector_lower + Update::delete_set