Skip to content

v0.2.0

Compare
Choose a tag to compare
@mweidner037 mweidner037 released this 07 Jan 21:32
· 103 commits to master since this release
  • Increase modularity & generality (#184) - core abstraction is now a "collaborative data structure" (data structure that is replicated with replicas communicating through message passing), not just op-based CRDTs. In particular, the Crdt class is now named Collab.
  • Cleanup (#205) - misc tasks from my todo-list and TODOs in code comments.

This release has a number of breaking API changes - mostly renaming changes, but also some conceptual changes that affect power users. See minesweeper.ts for an example of the changes needed for an app using the library.

Alpha software - API subject to change.