Skip to content

Releases: loro-dev/loro

[email protected]

21 May 05:14
c8bbb43
Compare
Choose a tag to compare

Patch Changes

  • 5cd80b0: Refine undo impl

    • Add "undo" origin for undo and redo event
    • Allow users to skip certain local operations
    • Skip undo/redo ops that are not visible to users
    • Add returned bool value to indicate whether undo/redo is executed

[email protected]

21 May 05:14
c8bbb43
Compare
Choose a tag to compare

Patch Changes

  • 5cd80b0: Refine undo impl

    • Add "undo" origin for undo and redo event
    • Allow users to skip certain local operations
    • Skip undo/redo ops that are not visible to users
    • Add returned bool value to indicate whether undo/redo is executed
  • Updated dependencies [5cd80b0]

[email protected]

20 May 22:41
d01fd66
Compare
Choose a tag to compare

Minor Changes

  • c12c2b9: Movable Tree Children & Undo

    🐛 Bug Fixes

    • Refine error message on corrupted data (#356)
    • Add MovableList to CONTAINER_TYPES (#359)
    • Better jitter for fractional index (#360)

    🧪 Testing

    • Add compatibility tests (#357)

    Feat

    • Make the encoding format forward and backward compatible (#329)
    • Undo (#361)
    • Use fractional index to order the children of the tree (#298)

    🐛 Bug Fixes

    • Tree fuzz sort value (#351)
    • Upgrade wasm-bindgen to fix str free err (#353)

[email protected]

20 May 22:41
d01fd66
Compare
Choose a tag to compare

Minor Changes

  • c12c2b9: Movable Tree Children & Undo

    🐛 Bug Fixes

    • Refine error message on corrupted data (#356)
    • Add MovableList to CONTAINER_TYPES (#359)
    • Better jitter for fractional index (#360)

    🧪 Testing

    • Add compatibility tests (#357)

    Feat

    • Make the encoding format forward and backward compatible (#329)
    • Undo (#361)
    • Use fractional index to order the children of the tree (#298)

    🐛 Bug Fixes

    • Tree fuzz sort value (#351)
    • Upgrade wasm-bindgen to fix str free err (#353)

Patch Changes

[email protected]

09 May 08:33
3f23a67
Compare
Choose a tag to compare

Patch Changes

  • 43506cc: Fix unsound issue caused by wasm-bindgen

    🐛 Bug Fixes

    • Fix potential movable list bug (#354)
    • Tree fuzz sort value (#351)
    • Upgrade wasm-bindgen to fix str free err (#353)

    📚 Documentation

    • Simplify readme (#352)

[email protected]

09 May 08:33
3f23a67
Compare
Choose a tag to compare

Patch Changes

  • 43506cc: Fix unsound issue caused by wasm-bindgen

    🐛 Bug Fixes

    • Fix potential movable list bug (#354)
    • Tree fuzz sort value (#351)
    • Upgrade wasm-bindgen to fix str free err (#353)

    📚 Documentation

    • Simplify readme (#352)
  • Updated dependencies [43506cc]

[email protected]

04 May 03:43
Compare
Choose a tag to compare

Patch Changes

  • e30678d: Perf: fix deletions merge

    🐛 Bug Fixes

    • (wasm) Movable list .kind() (#342)

    ⚡ Performance

    • Delete span merge err (#348)

    ⚙️ Miscellaneous Tasks

    • Warn missing debug impl (#347)

[email protected]

04 May 03:43
Compare
Choose a tag to compare

Patch Changes

  • e30678d: Perf: fix deletions merge

    🐛 Bug Fixes

    • (wasm) Movable list .kind() (#342)

    ⚡ Performance

    • Delete span merge err (#348)

    ⚙️ Miscellaneous Tasks

    • Warn missing debug impl (#347)
  • Updated dependencies [e30678d]

[email protected]

02 May 08:56
307df25
Compare
Choose a tag to compare

Patch Changes

  • 04c6290: Bug fixes and improvements.

    🐛 Bug Fixes

    • Impl a few unimplemented! for movable tree (#335)
    • Refine ts type; reject invalid operations (#334)
    • Get cursor err on text and movable list (#337)
    • Missing MovableList in all container type (#343)
    • Upgrade generic-btree to allow large btree (#344)

    📚 Documentation

    • Add warn(missing_docs) to loro and loro-wasm (#339)
    • Minor fix on set_change_merge_interval api (#341)

    ⚙️ Miscellaneous Tasks

    • Skip the checking if not debug_assertions (#340)

[email protected]

02 May 08:56
307df25
Compare
Choose a tag to compare

Patch Changes

  • 04c6290: Bug fixes and improvements.

    🐛 Bug Fixes

    • Impl a few unimplemented! for movable tree (#335)
    • Refine ts type; reject invalid operations (#334)
    • Get cursor err on text and movable list (#337)
    • Missing MovableList in all container type (#343)
    • Upgrade generic-btree to allow large btree (#344)

    📚 Documentation

    • Add warn(missing_docs) to loro and loro-wasm (#339)
    • Minor fix on set_change_merge_interval api (#341)

    ⚙️ Miscellaneous Tasks

    • Skip the checking if not debug_assertions (#340)
  • Updated dependencies [04c6290]