loro/loro-js/CHANGELOG.md
2024-01-20 00:59:07 +08:00

60 KiB

Changelog

0.9.3

Patch Changes

  • feat: add getChangeAtLamport
  • Updated dependencies
    • loro-wasm@0.9.3

0.9.2

Patch Changes

  • Fix a few rich text issue
    • fix: time travel back should be able to nullify rich text span (#254)
    • fix: formalize apply delta method (#252)
    • fix: how to find best insert pos for richtext & expand type reverse behavior (#250)
  • Updated dependencies
    • loro-wasm@0.9.2

0.9.1

Patch Changes

  • Fix use consistnt peer id repr and expose VersionVector type
  • Updated dependencies
    • loro-wasm@0.9.1

0.9.0

Minor Changes

  • Refine the rich text CRDT in Loro

Patch Changes

  • Updated dependencies
    • loro-wasm@0.9.0

0.8.0

Minor Changes

  • Stabilize encoding and fix several issues related to time travel

Patch Changes

  • Updated dependencies
    • loro-wasm@0.8.0

0.7.2-alpha.4

Patch Changes

  • Fix encoding value err
  • Updated dependencies
    • loro-wasm@0.7.2

0.7.2-alpha.3

Patch Changes

  • Fix export compressed snapshot
  • Updated dependencies
    • loro-wasm@0.7.2

0.7.2-alpha.2

Patch Changes

  • Add compressed method
  • Updated dependencies
    • loro-wasm@0.7.2

0.7.2-alpha.1

Patch Changes

  • Fix v0 exports
  • Updated dependencies
    • loro-wasm@0.7.2

0.7.2-alpha.0

Patch Changes

  • Add experimental encode methods
  • Updated dependencies
    • loro-wasm@0.7.2

0.7.1

Patch Changes

  • Fix a few richtext errors
  • Updated dependencies
    • loro-wasm@0.7.1

0.7.0

Minor Changes

  • refactor: remove setPanicHook and call it internally when loaded

Patch Changes

  • Updated dependencies
    • loro-wasm@0.7.0

0.6.5

Patch Changes

  • Fix checkout err on seq data
  • Updated dependencies
    • loro-wasm@0.6.5

0.6.4

Patch Changes

  • Fix time travel issue #211
  • Updated dependencies
    • loro-wasm@0.6.4

0.6.3

Patch Changes

  • Fix isContainer issue

0.6.2

Patch Changes

  • Refine getType and isContainer

0.6.1

Patch Changes

  • 6753c2f: Refine loro-crdt api
  • Updated dependencies [6753c2f]
    • loro-wasm@0.6.1

0.6.0

Minor Changes

  • Improve API of event

Patch Changes

  • Updated dependencies
    • loro-wasm@0.6.0

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0 (2023-11-27)

⚠ BREAKING CHANGES

  • encoding schema is changed

Bug Fixes

0.4.3 (2023-11-16)

Bug Fixes

0.4.2 (2023-11-16)

Features

  • get sub container directly when getting value (#175) (1ff1505)
  • wasm: add event id (e54d2ac)

Bug Fixes

0.4.1 (2023-11-12)

Features

Bug Fixes