We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002c8e2 commit b6d4166Copy full SHA for b6d4166
CHANGELOG.md
@@ -1,10 +1,15 @@
1
# Changelog
2
3
+
4
+## 1.0.0-BETA5
5
6
+* Fix `hasSynced` not updating after `disconnectAndClear`
7
+* Fix error being thrown in iOS app launch
8
9
## 1.0.0-BETA4
10
11
* Fix sync status being reset when `update` function is run
12
-
13
## 1.0.0-BETA3
14
15
* Add `waitForFirstSync` function - which resolves after the initial sync is completed
gradle.properties
@@ -17,7 +17,7 @@ development=true
17
RELEASE_SIGNING_ENABLED=true
18
# Library config
19
GROUP=com.powersync
20
-LIBRARY_VERSION=1.0.0-BETA4
+LIBRARY_VERSION=1.0.0-BETA5
21
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
22
# POM
23
POM_URL=https://github.com/powersync-ja/powersync-kotlin/
0 commit comments