loro/crates/loro-wasm
Zixuan Chen 9ecc0a90b1
refactor!: Add prelim support, making creating sub container easier (#300)
This PR includes a BREAKING CHANGE.

It enables you to create containers before attaching them to the document, making the API more intuitive and straightforward.

A container can be either attached to a document or detached. When it's detached, its history/state does not persist. You can attach a container to a document by inserting it into an attached container. Once a container is attached, its state, along with all of its descendants's states, will be recreated in the document. After attaching, the container and its descendants, will each have their corresponding "attached" version of themselves?

When a detached container x is attached to a document, you can use x.getAttached() to obtain the corresponding attached container.
2024-03-30 11:38:24 +08:00
..
.cargo docs: add config comment 2024-01-24 23:15:00 +08:00
scripts chore: wasm-snip init 2023-11-29 15:07:39 +08:00
src refactor!: Add prelim support, making creating sub container easier (#300) 2024-03-30 11:38:24 +08:00
.gitignore Doc: loro-crdt documents in comments (#165) 2023-11-10 20:30:54 +08:00
.npmignore chore: bump versions 2023-03-28 01:05:17 +08:00
Cargo.toml refactor: replace debug-log with tracing (#285) 2024-03-04 20:06:24 +08:00
CHANGELOG.md chore: bump loro-crdt to v0.12.0 2024-03-27 23:53:34 +08:00
deno.lock feat: stabilizing encoding (#219) 2024-01-02 17:03:24 +08:00
LICENSE
package-lock.json chore(release): 0.4.1 2023-11-12 21:10:24 +08:00
package.json chore: bump loro-crdt to v0.12.0 2024-03-27 23:53:34 +08:00
pnpm-lock.yaml feat: extra pkg loro-crdt to wrap loro-wasm 2023-03-24 10:08:11 +08:00
README.md chore: bump loro-wasm loro-crdt version 2023-11-10 20:41:11 +08:00
yarn.lock Doc: loro-crdt documents in comments (#165) 2023-11-10 20:30:54 +08:00

Loro WASM

Loro WASM is a WASM package of Loro. Learn more at https://loro.dev