Releases: craftzdog/react-native-sqlite-2
Releases · craftzdog/react-native-sqlite-2
v1.6.0
- perf(ios): Run query in background thread to avoid blocking UI thread
 - perf(android): Run query in background thread
 - fix(android): Handle REAL datatype correctly #31 (Thanks @chrmod)
 - fix(android): Fix "Null" Strings in Android for INSERT and UPDATE statements. #27 (Thanks @Ayiga)
 - fix(ios): Fix warning due to no requiresMainQueueSetup
 - docs(readme): Fix installation instruction for Android #25 (Thanks @yairopro)
 
1.4.0
- Add case commit, rollback and correct exception throw #7 - Thanks @zerglingno1
 - Fix WPF project arch for x86/x64 #8 - Thanks @Kudo
 - Fix invalid Podspec #10 - Thanks @sammacbeth