Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 1.22 KB

v1.6.2

  • fix(android): Update build config for android

v1.6.1

  • build(dependency): Update websql dependency to 1.0.0 (Thanks @p2k)

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 (Thanks @chrmod)
  • fix(android): Fix "Null" Strings in Android for INSERT and UPDATE statements. (Thanks @Ayiga)
  • fix(ios): Fix warning due to no requiresMainQueueSetup
  • docs(readme): Fix installation instruction for Android (Thanks @yairopro)

v1.5.2

  • Fix a warning that the package name does not match the directory structure: dog.craftz.sqlite_2 vs dog/sqlite_2.

v1.5.1

  • Change the package name for Android

v1.5.0

  • Fix peer dependency to react native >= 0.47.0
  • Fixing build on android: removed createJSModules #15

v1.4.0

  • Update contact info in podspec
  • Fix WPF project arch for x86/x64 #8
  • Add case commit, rollback and correct exception throw #7

v1.3.0

  • Add WPF support #5

v1.2.0

  • Add Windows module for react-native-windows #3

v1.1.0

  • Improve performance

v1.0.3

  • Remove unnecessary dependency

v1.0.1

  • Suppress debug logs
  • remove unnecessary peer dependency