0.2.2 • Published 9 months ago

loro-migrate v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Loro Migrate

Convert Loro snapshot from versions older than v1.0 to the latest version.

Usage

npx loro-migrate /path/old-snapshot /path/new-snapshot v0.16
import { migrate, LoroVersion } from "loro-migrate";

const oldSnapshot: Uint8Array = ......;
const newSnapshot: Uint8Array = migrate(oldSnapshot, LoroVersion.V016 );
0.2.1

9 months ago

0.2.2

9 months ago

0.2.0

9 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago