PowerSync v1.0.0-Beta.6
Pre-release
Pre-release
·
59 commits
to main
since this release
- BREAKING CHANGE:
watchqueries are now throwable and therefore will need to be accompanied by atrye.g.
try database.watch()- BREAKING CHANGE:
transactionfunctions are now throwable and therefore will need to be accompanied by atrye.g.
try await database.writeTransaction { transaction in
try transaction.execute(...)
}- Allow
executeerrors to be handled userIdis now set tonilby default and therefore it is no longer required to be set tonilwhen instantiatingPowerSyncCredentialsand can therefore be left out.