mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
ee26952fc0
* feat: Add isDeleted() method to containers - Add isDeleted() method to all container types (Text, Map, List, Tree, etc.) - Fix deletion tracking for containers in tree operations - Add tests to verify deletion state across different scenarios * chore: fix redundant field names --------- Co-authored-by: Leon Zhao <leeeon233@gmail.com> |
||
---|---|---|
.. | ||
benches | ||
docs | ||
examples | ||
fuzz | ||
proptest-regressions/dag | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
deno.json | ||
deno.lock | ||
Encoding.md | ||
README.md |
loro-internal
This is the internal implementation of Loro.
Its interface subject to change. You should not use it as dependency directly.
Consider use loro
crate instead.