8000 Tags · cachapa/hive_crdt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cachapa/hive_crdt

Tags

3.1.2

Toggle 3.1.2's commit message
Update dependencies

3.1.1

Toggle 3.1.1's commit message
Add `isDeleted` flag to watched change events

3.1.0

Toggle 3.1.0's commit message
Update to latest `crdt` version

3.0.1

Toggle 3.0.1's commit message
Update to latest `crdt` version

3.0.0

Toggle 3.0.0's commit message
Refactor: replace dependency on `sql_crdt` with `crdt`

This version introduces a major refactor which results in multiple breaking changes in line with `crdt` 5.0.0.

This package is now compatible with [crdt_sync](https://github.com/cachapa/crdt_sync), thereby abstracting the communication protocol and network management for real-time remote synchronization.

Changes:
- Removed direct interaction with the `Record` and `Hlc` classes
- Added multiple table support

2.0.4

Toggle 2.0.4's commit message
Version bump

2.0.3

Toggle 2.0.3's commit message
Update to dart 3

2.0.2

Toggle 2.0.2's commit message
Fix watching for changes during a store purge

2.0.1

Toggle 2.0.1's commit message
Add purge() method to reset the data store

2.0.0

Toggle 2.0.0's commit message
Reapply: Remove nodeId requirement from HlcAdapter

0