loro/crates/loro-internal/src
Zixuan Chen bef39ce6b5
Feat: allow editing on detached mode (#473)
* refactor: add detached editing config and prepare the architecture for editing detached doc

* feat: subscribe for peer id change

* fix: undo after checkout & add tests for detached editing

* test: add fuzzer for detached editing

* feat: expose detached editing configure to wasm

* test: add wasm test for detached editing
2024-09-24 11:16:59 +08:00
..
arena Merge main 2024-07-12 16:15:54 +08:00
container feat: block encode header (#458) 2024-09-11 22:53:10 +08:00
dag Test: Add fuzzing tests for gc mode correctly & fix several failed cases (#461) 2024-09-12 20:07:57 +08:00
delta feat: add old parent and old index in tree diff (#452) 2024-09-09 16:16:02 +08:00
diff style: use clippy to perf code (#407) 2024-07-24 17:39:29 +08:00
diff_calc fix: tree undo when converting movement to creation, new target id should be used (#468) 2024-09-20 16:51:37 +08:00
encoding Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
handler refactor: use hierarchy value for tree value (#470) 2024-09-23 09:05:12 +08:00
op fix: insert change split error 2024-08-29 22:18:11 +08:00
oplog Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
state refactor: use hierarchy value for tree value (#470) 2024-09-23 09:05:12 +08:00
tests chore: fix warnings 2024-08-19 11:26:10 +08:00
utils Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
arena.rs Test: Add fuzzing tests for gc mode correctly & fix several failed cases (#461) 2024-09-12 20:07:57 +08:00
awareness.rs feat: awareness (#318) 2024-04-14 20:44:20 +08:00
change.rs Test: Add fuzzing tests for gc mode correctly & fix several failed cases (#461) 2024-09-12 20:07:57 +08:00
configure.rs Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
container.rs refactor: refine parent info register 2024-08-17 15:05:54 +08:00
cursor.rs feat: Add event listener and native support of cursor transformation for undo/redo (#369) 2024-05-23 10:19:08 +08:00
dag.rs Test: Add fuzzing tests for gc mode correctly & fix several failed cases (#461) 2024-09-12 20:07:57 +08:00
delta.rs Use fractional index to order the children of the tree (#298) 2024-05-07 14:01:13 +08:00
diff_calc.rs Test: Add fuzzing tests for gc mode correctly & fix several failed cases (#461) 2024-09-12 20:07:57 +08:00
encoding.rs feat: fork doc at the target version (#469) 2024-09-23 09:51:07 +08:00
error.rs Feat-rust-api (#193) 2023-11-28 16:22:43 +08:00
estimated_size.rs feat: estimate change size 2024-05-28 16:46:42 +08:00
event.rs Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
fork.rs feat: fork doc at the target version (#469) 2024-09-23 09:51:07 +08:00
fuzz.rs Use fractional index to order the children of the tree (#298) 2024-05-07 14:01:13 +08:00
handler.rs Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
history_cache.rs refactor: use hierarchy value for tree value (#470) 2024-09-23 09:05:12 +08:00
id.rs feat: movable tree support (#120) 2023-10-30 11:13:52 +08:00
jsonpath.rs feat: jsonpath experimental support (#466) 2024-09-19 19:22:39 +08:00
kv_store.rs Feat when exporting gc snapshot with short history, don't encode the latest state (#445) 2024-09-04 21:00:17 +08:00
lib.rs Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
loro.rs Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
macros.rs feat: stabilizing encoding (#219) 2024-01-02 17:03:24 +08:00
op.rs feat: block encode header (#458) 2024-09-11 22:53:10 +08:00
oplog.rs Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
parent.rs chore: fix warnings 2024-08-19 11:26:10 +08:00
span.rs refactor: mov important basic types into loro-common 2023-07-14 16:38:53 +08:00
state.rs Fix: get tree's alive children correctly (#474) 2024-09-24 10:27:57 +08:00
subscription.rs Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
txn.rs Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
undo.rs Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00
value.rs feat: add old parent and old index in tree diff (#452) 2024-09-09 16:16:02 +08:00
version.rs Feat: allow editing on detached mode (#473) 2024-09-24 11:16:59 +08:00