File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66* Added ` triggerImmediately ` to ` onChange ` method.
77* Report real-time progress information about downloads through ` SyncStatus.downloadProgress ` .
88* 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.
1111 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.
1313
1414## 1.0.0-BETA32
1515
You can’t perform that action at this time.
0 commit comments