You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add sync progress information through SyncStatusData.downloadProgress.
Add trackPreviousValues option on Table which sets CrudEntry.previousValues to previous values on updates.
Add trackMetadata option on Table which adds a _metadata column that can be used for updates.
The configured metadata is available through CrudEntry.metadata.
Add ignoreEmptyUpdates option which skips creating CRUD entries for updates that don't change any values.