Releases: powersync-ja/react-native-quick-sqlite
Releases · powersync-ja/react-native-quick-sqlite
v2.4.0
27 Jan 15:31
Compare
Sorry, something went wrong.
No results found
Minor Changes
43598db : Improved behaviour for closing a database connection. This should prevent some crash issues.
v2.3.0
09 Jan 08:45
Compare
Sorry, something went wrong.
No results found
Minor Changes
73a0a68 : powersync-sqlite-core 0.3.8: Increase column limit to 1999; improved handling of migrations on views.
v2.2.1
18 Dec 08:20
Compare
Sorry, something went wrong.
No results found
v2.2.0
19 Nov 08:16
Compare
Sorry, something went wrong.
No results found
Minor Changes
cbe61de : Upgrade minSdkVersion to 24 for Expo 52
v2.1.2
11 Nov 15:11
Compare
Sorry, something went wrong.
No results found
Patch Changes
a6e21ed : Use powersync-sqlite-core 0.3.6 to fix issue with dangling rows.
v2.1.1
11 Nov 06:14
Compare
Sorry, something went wrong.
No results found
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
04 Nov 14:36
Compare
Sorry, something went wrong.
No results found
Minor Changes
23bcb1d : Added refreshSchema()
to bindings. Will cause all connections to be aware of a schema change.
v2.0.1
30 Oct 11:57
Compare
Sorry, something went wrong.
No results found
Patch Changes
63cc6b2 : Fix issue where new databases would not always have journal_mode = WAL.
v2.0.0
10 Oct 13:38
Compare
Sorry, something went wrong.
No results found
Major Changes
ad95915 : Use powersync-sqlite-core 0.3.0
v1.4.0
20 Sep 12:35
Compare
Sorry, something went wrong.
No results found
Minor Changes
429361a : - Remove use of nativeCallSyncHook() for new architecture support.