Skip to content

Releases: loro-dev/loro

[email protected]

03 Jan 18:13
Compare
Choose a tag to compare

Patch Changes

  • da24910: fix: should commit before travel_change_ancestors #599

[email protected]

31 Dec 06:28
Compare
Choose a tag to compare

Patch Changes

  • d552955: Make getByPath work for "tree/0/key"
  • df81aec: Better event ordering

[email protected]

28 Dec 14:56
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 Dec 02:22
Compare
Choose a tag to compare

Patch Changes

  • 5aa7985: Fixed LoroTree's incorrect index when moving a node within its current parent

[email protected]

23 Dec 06:39
Compare
Choose a tag to compare

Patch Changes

  • 42949c0: Fix VersionVector ownership issue in WASM binding
  • 1ca1275: feat: UndoManager's onPush now can access the change event

[email protected]

17 Dec 05:19
56216ef
Compare
Choose a tag to compare

Patch Changes

  • 3b7a738: Add getShallowValue and toJsonWIthReplacer

    • Add getShallowValue for each container (#581)
    • Implement toJsonWithReplacer method for LoroDoc to customize JSON serialization (#582)
    • Rename importUpdateBatch into importBatch & refine type (#580)

[email protected]

11 Dec 09:29
Compare
Choose a tag to compare

Patch Changes

  • adb6ab8: fix: panic when returned non-boolean value from text.iter(f) #578

[email protected]

10 Dec 08:38
Compare
Choose a tag to compare

Minor Changes

  • 01fccc5: Return ImportStatus in the import_batch method

Patch Changes

  • d08a865: fix: getOrCreateContainer should not throw if value is null #576

[email protected]

29 Nov 06:27
Compare
Choose a tag to compare

Patch Changes

  • 0325061: Fix a deadloop case when importing updates (#570)

[email protected]

18 Nov 07:28
Compare
Choose a tag to compare

Patch Changes

  • d6966ac: The fractional index in LoroTree is now enabled by default with jitter=0.

    To reduce the cost of LoroTree, if the index property in LoroTree is unused, users can still
    call tree.disableFractionalIndex(). However, in the new version, after disabling the fractional
    index, tree.moveTo(), tree.moveBefore(), tree.moveAfter(), and tree.createAt() will
    throw an error