- DATE:
- AUTHOR:
- PowerSync Product Team
JavaScript Packages/Libraries
OP-SQLite for PowerSync React Native: v0.7.0
DATE:
AUTHOR:
PowerSync Product Team
We are excited to share the release of version 0.7.0 of the @powersync/op-sqlite
. This package enables using OP-SQLite with PowerSync's React Native SDK.
It is available on NPM and GitHub.
Changelog
0.7.0
[IMPROVED] Updated the upstream
op-sqlite
peer dependency from 11.x.x to support ^13.x.x and ^14.x.x.Noteworthy changes from version 11 to version 14 include:
0.6.1
Dependency bump.
0.6.0
[IMPROVED]
close()
is now async, which allows clients to use it withawait
.[IMPROVED] Pending read/write operations are now rejected when the database is closed.
0.5.6
Beta release.
See the GitHub changelog for previous updates.