hive_crdt 2.0.2 hive_crdt: ^2.0.2 copied to clipboard
Dart implementation of Conflict-free Replicated Data Types (CRDTs), backed by a Hive store.
2.0.2 #
- Fix watching for changes during a store purge
2.0.1 #
- Add purge() method to clear the data store
2.0.0 #
- Reapply breaking change: Remove nodeId from HlcAdapter, please use HlcCompatAdapter for backward compatibility
1.1.1 #
- Revert breaking change on minor version bump
1.1.0 #
- Breaking: Remove nodeId from HlcAdapter, please use HlcCompatAdapter for backward compatibility
1.0.3 #
- Fix getRecord returning non-nullable type
1.0.2 #
- Fix (de)serialization of deleted records
1.0.1 #
- Migrate to Dart null safety