Skip to content

Releases: smolcars/react-native-turbo-sqlite

Release 0.6.2

Choose a tag to compare

@github-actions github-actions released this 09 Apr 22:15

0.6.2 (2026-04-09)

Bug Fixes

  • podspec find_config collision with Reanimated (dfc63f4)

Release 0.6.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 20:15

0.6.1 (2026-04-09)

Bug Fixes

  • sqlcipher check broken on Android (e620d1f)

Release 0.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 16:54

0.6.0 (2026-04-02)

Bug Fixes

  • improve DatabaseHostObject lifetime and cleanup (cc9f535)

Features

  • web support via @sqlite.org/sqlite-wasm and add async API functions (2abfbb8)

Release 0.5.0

Choose a tag to compare

@hsjoberg hsjoberg released this 20 Mar 19:48
v0.5.0
bb8804d

0.5.0 (2026-03-20)

Features

  • add support for react-native-windows (c340dd0)
  • add support for sqlcipher (fe6fdab)

Bug Fixes

  • fix npm publishing (6b80451)
  • missing file changes react-native 0.76-0.79 (ebea895)
  • use UnsafeObject instead of Database to prepare for rnw support (42bd24e)

Contributors

Release 0.4.0

Choose a tag to compare

@hsjoberg hsjoberg released this 03 Mar 10:28
v0.4.0
6464ee4

0.4.0 (2026-03-03)

Bug Fixes

  • improve async loading of sql.js (48d03e3)
  • make test/mock API match native (13b69f0)
  • support importing mock (43c99ce)

Release 0.3.1

Choose a tag to compare

@hsjoberg hsjoberg released this 05 Aug 16:35
v0.3.1
3f9b383

0.3.1 (2025-08-05)

Bug Fixes

  • skip checking for new architecture on iOS (a486fef)

Release 0.3.0

Choose a tag to compare

@hsjoberg hsjoberg released this 23 Jul 11:55
v0.3.0
c8da011

0.3.0 (2025-07-23)

  • automatically create folders when calling openDatabase (bac2743)
  • update sqlite to 3.50.3 (aa3ff44)

v0.2.0

Choose a tag to compare

@hsjoberg hsjoberg released this 01 Nov 15:08

0.2.0 (2024-11-01)

Bug Fixes

  • react-native 0.76 support (37f8f20)
  • remove CODE_OF_CONDUCT.md (ef60253)

Features

  • add super basic support for Jest mocks using sql.js (2a07726)