v0.2.0
- 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 namedCollab
. - 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.