File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
* Added ` triggerImmediately ` to ` onChange ` method.
7
7
* Report real-time progress information about downloads through ` SyncStatus.downloadProgress ` .
8
8
* Compose: Add ` composeState() ` extension method on ` SyncStatus ` .
9
- * Add ` includeOld ` option on ` Table ` which sets ` CrudEntry.oldData ` to previous values on updates.
10
- * Add ` includeMetadata ` option on ` Table ` which adds a ` _metadata ` column that can be used for updates.
9
+ * Add ` trackPreviousValues ` option on ` Table ` which sets ` CrudEntry.oldData ` to previous values on updates.
10
+ * Add ` trackMetadata ` option on ` Table ` which adds a ` _metadata ` column that can be used for updates.
11
11
The configured metadata is available through ` CrudEntry.metadata ` .
12
- * Add ` ignoreEmptyUpdate ` option which skips creating CRUD entries for updates that don't change any values.
12
+ * Add ` ignoreEmptyUpdates ` option which skips creating CRUD entries for updates that don't change any values.
13
13
14
14
## 1.0.0-BETA32
15
15
You can’t perform that action at this time.
0 commit comments