Skip to content

Commit 0eb8b27

Browse files
committed
Add changelog entry
1 parent 5e63954 commit 0eb8b27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## unreleased
44

5-
- Add sync progress information through `SyncStatusData.downloadProgress`.
5+
* 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.
610

711
# 1.0.0
812

0 commit comments

Comments
 (0)