File tree Expand file tree Collapse file tree 4 files changed +20
-10
lines changed Expand file tree Collapse file tree 4 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,14 @@ Packages with dependency updates only:
3030---
3131
3232#### ` powersync_core ` - ` v1.3.0 `
33-
34- - __ todo__
35-
3633#### ` powersync ` - ` v1.13.0 `
37-
38- - __ todo__
39-
4034#### ` powersync_sqlcipher ` - ` v0.1.6 `
4135
42- - __ todo__
36+ * Report real-time progress information about downloads through ` SyncStatus.downloadProgress ` .
37+ * Add ` trackPreviousValues ` option on ` Table ` which sets ` CrudEntry.previousValues ` to previous values on updates.
38+ * Add ` trackMetadata ` option on ` Table ` which adds a ` _metadata ` column that can be used for updates.
39+ The configured metadata is available through ` CrudEntry.metadata ` .
40+ * Add ` ignoreEmptyUpdates ` option which skips creating CRUD entries for updates that don't change any values.
4341
4442#### ` powersync_flutter_libs ` - ` v0.4.8 `
4543
Original file line number Diff line number Diff line change 11## 1.13.0
22
3- - __ todo__
3+ * Report real-time progress information about downloads through ` SyncStatus.downloadProgress ` .
4+ * Add ` trackPreviousValues ` option on ` Table ` which sets ` CrudEntry.previousValues ` to previous values on updates.
5+ * Add ` trackMetadata ` option on ` Table ` which adds a ` _metadata ` column that can be used for updates.
6+ The configured metadata is available through ` CrudEntry.metadata ` .
7+ * Add ` ignoreEmptyUpdates ` option which skips creating CRUD entries for updates that don't change any values.
48
59## 1.12.4
610
Original file line number Diff line number Diff line change 11## 1.3.0
22
3- - __ todo__
3+ * Report real-time progress information about downloads through ` SyncStatus.downloadProgress ` .
4+ * Add ` trackPreviousValues ` option on ` Table ` which sets ` CrudEntry.previousValues ` to previous values on updates.
5+ * Add ` trackMetadata ` option on ` Table ` which adds a ` _metadata ` column that can be used for updates.
6+ The configured metadata is available through ` CrudEntry.metadata ` .
7+ * Add ` ignoreEmptyUpdates ` option which skips creating CRUD entries for updates that don't change any values.
48
59## 1.2.4
610
Original file line number Diff line number Diff line change 11## 0.1.6
22
3- - __ todo__
3+ * Report real-time progress information about downloads through ` SyncStatus.downloadProgress ` .
4+ * Add ` trackPreviousValues ` option on ` Table ` which sets ` CrudEntry.previousValues ` to previous values on updates.
5+ * Add ` trackMetadata ` option on ` Table ` which adds a ` _metadata ` column that can be used for updates.
6+ The configured metadata is available through ` CrudEntry.metadata ` .
7+ * Add ` ignoreEmptyUpdates ` option which skips creating CRUD entries for updates that don't change any values.
48
59## 0.1.5+4
610
You can’t perform that action at this time.
0 commit comments