Releases: loro-dev/loro
Releases · loro-dev/loro
[email protected]
Patch Changes
-
38b4bcf: Add text update API
🐛 Bug Fixes
- Workaround lldb bug make loro crate debuggable (#414)
- Delete the bring back tree node from the undo container remap (#423)
📚 Documentation
- Fix typo
- Refine docs about event (#417)
🎨 Styling
- Use clippy to perf code (#407)
⚙️ Miscellaneous Tasks
- Add test tools (#410)
-
Updated dependencies [38b4bcf]
[email protected]
[email protected]
Patch Changes
-
45c98d5: Better text APIs and bug fixes
🚀 Features
- Add insert_utf8 and delete_utf8 for Rust Text API (#396)
- Add text iter (#400)
- Add more text api (#398)
🐛 Bug Fixes
- Tree undo when processing deleted node (#399)
- Tree diff calc children should be sorted by idlp (#401)
- When computing the len of the map, do not count elements that are None (#402)
📚 Documentation
- Update wasm docs
- Rm experimental warning
⚙️ Miscellaneous Tasks
- Update fuzz config
- Pnpm
- Rename position to fractional_index (#381)
[email protected]
Patch Changes
-
45c98d5: Better text APIs and bug fixes
🚀 Features
- Add insert_utf8 and delete_utf8 for Rust Text API (#396)
- Add text iter (#400)
- Add more text api (#398)
🐛 Bug Fixes
- Tree undo when processing deleted node (#399)
- Tree diff calc children should be sorted by idlp (#401)
- When computing the len of the map, do not count elements that are None (#402)
📚 Documentation
- Update wasm docs
- Rm experimental warning
⚙️ Miscellaneous Tasks
- Update fuzz config
- Pnpm
- Rename position to fractional_index (#381)
-
Updated dependencies [45c98d5]
[email protected]
Patch Changes
- 1e94248: Add
.fork()
to duplicate the doc
[email protected]
[email protected]
Patch Changes
- 439e4e9: Update pkg desc
[email protected]
[email protected]
Patch Changes
- afac347: feat: implement
Counter
and expose it to js side