Skip to content

PowerSync 1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 07:28
1545073
  • 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.