Releases: powersync-ja/react-native-quick-sqlite
Releases · powersync-ja/react-native-quick-sqlite
v2.4.5
Patch Changes
- 2fd1357: Added expo config plugin, that automatically applies podfile changes needed for use_frameworks when
staticLibrary
option is specified for the plugin.
- 211f8dd: Use powersync-sqlite-core version 0.4.0
- a1d1911: Fix crash when binding or reading blobs.
v2.4.4
Patch Changes
- d743f0c: Update SQLite from 3.39.4 to 3.49.1
v2.4.3
Patch Changes
- 9aec2e6: Update PowerSync core extension to version 0.3.14
v2.4.2
Patch Changes
- 85b8906: Update core PowerSync extension to 0.3.12
v2.4.1
Patch Changes
- 0466bb5: Update PowerSync core extension to 0.3.11
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.