Releases: powersync-ja/react-native-quick-sqlite
Releases · powersync-ja/react-native-quick-sqlite
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.
v1.3.1
09 Sep 17:16
Compare
Sorry, something went wrong.
No results found
Patch Changes
b8e0524 : Use install_modules_dependencies if available in newer react-native versions.
v1.3.0
02 Sep 10:18
Compare
Sorry, something went wrong.
No results found
Minor Changes
11fc707 : Rename back to @journeyapps/react-native-quick-sqlite for now
5f70fd2 : Use powersync-sqlite-core 0.2.1
v1.2.0
12 Jul 07:43
Compare
Sorry, something went wrong.
No results found
Minor Changes
f9d83cc : Move package to @powersync/react-native-quick-sqlite
v1.1.8
10 Jul 10:40
Compare
Sorry, something went wrong.
No results found
Patch Changes
f072d10 : Silencing transactions that are reporting on failed rollback exceptions when they are safe to ignore.
v1.1.7
23 May 12:07
Compare
Sorry, something went wrong.
No results found
Patch Changes
421bcbd : The default minimum SDK for Expo 51 is 23, so attempting to compile with our package using 21 would result in a build error.
v1.1.6
09 May 11:19
Compare
Sorry, something went wrong.
No results found
Patch Changes
634c9c2 : Removed the requirement for lodash and uuid packages.