loro/loro-js
Zixuan Chen 3c124f454b
feat: access value/container by path (#308)
* feat: access elem by path

* fix: parse tree node index by str

* fix: reuse treeid try_from

* chore: rename methods on lib.rs

---------

Co-authored-by: Leon Zhao <leeeon233@gmail.com>
2024-04-01 17:25:12 +08:00
..
.vscode feat: event & wasm 2023-07-29 02:03:51 +08:00
src docs: clarify that peer id should be convertable to a u64 (#306) 2024-04-01 10:06:13 +08:00
tests feat: access value/container by path (#308) 2024-04-01 17:25:12 +08:00
.gitignore Doc: loro-crdt documents in comments (#165) 2023-11-10 20:30:54 +08:00
.npmignore chore: bump loro-wasm loro-crdt version 2023-11-10 20:41:11 +08:00
CHANGELOG.md chore: bump loro-crdt 2024-03-31 02:12:06 +08:00
LICENSE chore: add license 2023-11-12 23:23:12 +08:00
package.json chore: bump loro-crdt 2024-03-31 02:12:06 +08:00
pnpm-lock.yaml Perf: speed up utf16 and wasm (#90) 2023-04-03 09:29:25 +08:00
README.md chore: bump loro-wasm loro-crdt version 2023-11-10 20:41:11 +08:00
rollup.config.mjs feat: extra pkg loro-crdt to wrap loro-wasm 2023-03-24 10:08:11 +08:00
tsconfig.json refactor!: Add prelim support, making creating sub container easier (#300) 2024-03-30 11:38:24 +08:00
vite.config.ts Refactor: use ValueOrContainer for diff event (#202) 2023-12-05 11:57:41 +08:00

loro-crdt

Loro CRDTs is a high-performance CRDT framework.

It makes your app state synchronized, collaborative and maintainable effortlessly.

Learn more at https://loro.dev