Skip to content

Commit 149435e

Browse files
committed
Changelog entries.
1 parent 603b56a commit 149435e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PowerSync/PowerSync.Common/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PowerSync.Common Changelog
22

33
## 0.0.6-alpha.1
4+
- Dropping support for the legacy C# sync implementation.
45
- Add `trackPreviousValues` option on `TableOptions` which sets `CrudEntry.PreviousValues` to previous values on updates.
56
- Add `trackMetadata` option on `TableOptions` which adds a `_metadata` column that can be used for updates. The configured metadata is available through `CrudEntry.Metadata`.
67
- Add `ignoreEmptyUpdates` option on `TableOptions` which skips creating CRUD entries for updates that don't change any values.

PowerSync/PowerSync.Maui/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PowerSync.Maui Changelog
22

33
## 0.0.4-alpha.1
4-
- Upstream PowerSync.Common version bump
4+
- Upstream PowerSync.Common version bump (See Powersync.Common changelog for more information)
55

66
## 0.0.3-alpha.1
77
- Upstream PowerSync.Common version bump

0 commit comments

Comments
 (0)