Skip to content

Releases: cachapa/sql_crdt

2.1.2

11 Oct 17:42
Compare
Choose a tag to compare
Fix table filtering

2.1.1

11 Oct 16:34
Compare
Choose a tag to compare
Filter custom query tables when sending delta changesets

2.1.0

14 Sep 20:11
Compare
Choose a tag to compare
Update to latest `crdt` version

2.0.0: Refactor: make this package extend `crdt`

12 Sep 08:22
Compare
Choose a tag to compare
- Simplify code and API
- Allow specifying custom queries when generating changesets
- Remove superfluous method `watchChangeset`

1.1.1+1

17 Aug 22:20
Compare
Choose a tag to compare
Add `CrdtChangeset` type alias

1.1.1

09 Aug 22:20
Compare
Choose a tag to compare
Guard against a possible race condition when setting the canonical time

1.1.0

08 Aug 06:48
Compare
Choose a tag to compare
Update project

1.0.3

23 Jul 15:08
Compare
Choose a tag to compare
Fix watch argument generator not being re-run on every query

1.0.2

27 Jun 16:31
Compare
Choose a tag to compare
Fix publish script

1.0.1: Revert to using ints for is_deleted column

05 May 09:31
Compare
Choose a tag to compare
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.