streamich / json-joy

JSON CRDT, JSON CRDT Patch, JSON Patch+, JSON Predicate, JSON Pointer, JSON Expression, JSON Type
https://jsonjoy.com/libs/json-joy-js
Apache License 2.0
697 stars 11 forks source link

Add support for ephemeral Peritext overlays #611

Closed streamich closed 2 months ago

streamich commented 2 months ago

This change unifies—through the same slice refresh pipepline—treatment of three different slice types:

  1. Stored (saved) slices, the ones persisted in the document.
  2. Extra (ephemeral) slices, the ones still replicated between users, but which are not persisted in the document.
  3. And, the local slices, which are only visible to the current user, for which not extra replication metadata is stored.
github-actions[bot] commented 2 months ago

:tada: This PR is included in version 15.10.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: