loro/loro-js/CHANGELOG.md
2023-12-26 18:01:14 +08:00

58 KiB

Changelog

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