Skip to content

Commit 237cc5b

Browse files
committed
Add changelog entries
1 parent 9f62a26 commit 237cc5b

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

packages/powersync/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

packages/powersync_core/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

packages/powersync_sqlcipher/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

0 commit comments

Comments
 (0)