We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e63954 commit 0eb8b27Copy full SHA for 0eb8b27
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
## unreleased
4
5
-- Add sync progress information through `SyncStatusData.downloadProgress`.
+* Add sync progress information through `SyncStatusData.downloadProgress`.
6
+* Add `trackPreviousValues` option on `Table` which sets `CrudEntry.previousValues` to previous values on updates.
7
+* Add `trackMetadata` option on `Table` which adds a `_metadata` column that can be used for updates.
8
+ The configured metadata is available through `CrudEntry.metadata`.
9
+* Add `ignoreEmptyUpdates` option which skips creating CRUD entries for updates that don't change any values.
10
11
# 1.0.0
12
0 commit comments