Releases: cachapa/sql_crdt
Releases · cachapa/sql_crdt
2.1.2
2.1.1
2.1.0
2.0.0: Refactor: make this package extend `crdt`
- Simplify code and API - Allow specifying custom queries when generating changesets - Remove superfluous method `watchChangeset`
1.1.1+1
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1: Revert to using ints for is_deleted column
This made compatibility with sqlite_crdt too complex for not much gain. Maybe one day SQLite will support boolean types and we can revisit this.