loro/crates
Zixuan Chen bc09a0489f
feat: add typed versions of getMap and getList to Loro class (#96)
* feat: add typed versions of getMap and getList to Loro class

This commit adds `getTypedMap` and `getTypedList` methods to the `Loro` class, which allow for accessing maps and lists with type information. It also adds corresponding `getTyped`, `insertTyped`, and `setTyped` methods to `LoroMap` and `LoroList`. This makes it easier and safer to work with Loro's data structures.

* chore: bump version

* chore: alpha 1

* feat: add size and length to list and map

* chore: update deno test script
2023-05-11 11:59:48 +08:00
..
bench-utils refactor: move loro-core to loro-internal 2023-01-16 20:08:43 +08:00
loro feat: expose from loro crate 2023-03-21 11:09:12 +08:00
loro-e2ee refactor: move loro-core to loro-internal 2023-01-16 20:08:43 +08:00
loro-ffi feat: add java bindgen 2023-01-29 17:48:37 +08:00
loro-internal Feat: expose frontier & make it comparable (#95) 2023-04-05 20:31:58 +08:00
loro-nodejs feat: add simple origin 2023-03-20 21:26:36 +08:00
loro-python feat: add java bindgen 2023-01-29 17:48:37 +08:00
loro-wasm feat: add typed versions of getMap and getList to Loro class (#96) 2023-05-11 11:59:48 +08:00
rle Perf: speed up utf16 and wasm (#90) 2023-04-03 09:29:25 +08:00