File tree 4 files changed +20
-10
lines changed
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:
30
30
---
31
31
32
32
#### ` powersync_core ` - ` v1.3.0 `
33
-
34
- - __ todo__
35
-
36
33
#### ` powersync ` - ` v1.13.0 `
37
-
38
- - __ todo__
39
-
40
34
#### ` powersync_sqlcipher ` - ` v0.1.6 `
41
35
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.
43
41
44
42
#### ` powersync_flutter_libs ` - ` v0.4.8 `
45
43
Original file line number Diff line number Diff line change 1
1
## 1.13.0
2
2
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.
4
8
5
9
## 1.12.4
6
10
Original file line number Diff line number Diff line change 1
1
## 1.3.0
2
2
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.
4
8
5
9
## 1.2.4
6
10
Original file line number Diff line number Diff line change 1
1
## 0.1.6
2
2
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.
4
8
5
9
## 0.1.5+4
6
10
You can’t perform that action at this time.
0 commit comments