loro/crates
Zixuan Chen ee26952fc0
feat: Add isDeleted() method to containers (#555)
* 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>
2024-11-12 21:15:46 +08:00
..
bench-utils
delta chore: bump Rust crates to v1.1.0 2024-11-09 23:35:17 +08:00
dev-utils
examples perf: use simplified internal string (#551) 2024-11-11 15:08:27 +08:00
fractional_index chore: bump Rust crates to v1.1.0 2024-11-09 23:35:17 +08:00
fuzz perf: use a priority-queue-based search for updating text (#544) 2024-11-09 16:35:15 +08:00
kv-store chore: bump Rust crates to v1.1.0 2024-11-09 23:35:17 +08:00
loro feat: Add isDeleted() method to containers (#555) 2024-11-12 21:15:46 +08:00
loro-common fix: make internal string safer (#554) 2024-11-11 22:33:17 +08:00
loro-ffi perf: use a priority-queue-based search for updating text (#544) 2024-11-09 16:35:15 +08:00
loro-internal feat: Add isDeleted() method to containers (#555) 2024-11-12 21:15:46 +08:00
loro-python
loro-wasm feat: Add isDeleted() method to containers (#555) 2024-11-12 21:15:46 +08:00
rle chore: bump Rust crates to v1.1.0 2024-11-09 23:35:17 +08:00