Releases: powersync-ja/react-native-quick-sqlite
Releases · powersync-ja/react-native-quick-sqlite
v2.4.0
Minor Changes
- 43598db: Improved behaviour for closing a database connection. This should prevent some crash issues.
v2.3.0
Minor Changes
- 73a0a68: powersync-sqlite-core 0.3.8: Increase column limit to 1999; improved handling of migrations on views.
v2.2.0
Minor Changes
- cbe61de: Upgrade minSdkVersion to 24 for Expo 52
v2.1.2
Patch Changes
- a6e21ed: Use powersync-sqlite-core 0.3.6 to fix issue with dangling rows.
v2.1.1
Patch Changes
- 9ac4ce7: Result object keys are no longer ordered alphabetically, but rather maintain insertion order. The behaviour now matches other libraries.
v2.1.0
Minor Changes
- 23bcb1d: Added
refreshSchema()
to bindings. Will cause all connections to be aware of a schema change.
v2.0.1
Patch Changes
- 63cc6b2: Fix issue where new databases would not always have journal_mode = WAL.
v2.0.0
Major Changes
- ad95915: Use powersync-sqlite-core 0.3.0
v1.4.0
Minor Changes
- 429361a: - Remove use of nativeCallSyncHook() for new architecture support.