synk 0.1.0-dev.2
synk: ^0.1.0-dev.2 copied to clipboard
A Shared Editing Library based on CRDTs.
0.1.0-dev.2 #
- feat: added
SynkBool,SynkDouble,SynkInt, andSynkStringfor basic data types - docs: added examples for all the primitive data types
0.1.0-dev.1 #
- chore: initial pre-release of the Synk core engine ✨
- chore: initial project scaffolding and internal data structures (
Item,ID,Transaction) - feat: added
SynkDocandStateVectorfor tracking distributed document states - feat: implemented
SynkMapwith deterministic LWW (Last-Writer-Wins) conflict resolution - feat: implemented
SynkProtocolfor binary (Uint8List) delta-updates between peers