Skip to content

Releases: loro-dev/loro

loro-crdt@1.2.5

28 Dec 14:56
Compare
Choose a tag to compare

Patch Changes

loro-crdt@1.2.4

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

loro-crdt@1.2.3

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

loro-crdt@1.2.2

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)

loro-crdt@1.2.1

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

loro-crdt@1.2.0

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

loro-crdt@1.1.4

29 Nov 06:27
Compare
Choose a tag to compare

Patch Changes

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

loro-crdt@1.1.3

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

loro-crdt@1.1.2

16 Nov 11:35
Compare
Choose a tag to compare

Patch Changes

  • 70c4942: Add base64 build target
  • 35e7ea5: Add changeCount and opCount methods

loro-crdt@1.1.1

12 Nov 15:09
Compare
Choose a tag to compare

Patch Changes

  • 9abeb81: Add methods to modify VV
  • ee26952: Add isDeleted() method to each container