mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 14:53:12 +00:00
This change will make the internal operations more accessible to the application code. * feat: add exportJsonInIdSpan and make peer compression optional - Introduced `export_json_updates_without_peer_compression` method to allow exporting JSON updates without compressing peer IDs, making it easier for application code to process. - Updated existing `export_json_updates` method to accept a `with_peer_compression` parameter, defaulting to true. - Refactored related code in various files to accommodate the new functionality, ensuring backward compatibility. * fix: slice err & add tests * chore: changeset |
||
---|---|---|
.. | ||
__snapshots__ | ||
awareness.test.ts | ||
basic.test.ts | ||
checkout.test.ts | ||
compatibility.test.ts | ||
counter.test.ts | ||
detached_editing.test.ts | ||
event.test.ts | ||
gc.test.ts | ||
issue.test.ts | ||
json.test.ts | ||
misc.test.ts | ||
movable_list.test.ts | ||
richtext.test.ts | ||
text.ts | ||
tree.test.ts | ||
type.test.ts | ||
undo.test.ts | ||
version.test.ts |