Skip to content

Releases: margelo/react-native-nitro-sqlite

Release 9.1.9

25 Apr 11:35
0d7d6d8
Compare
Choose a tag to compare

9.1.9 (2025-04-25)

🐛 Bug Fixes

  • fix: Android build failing due to duplicate static library in RN 0.75 (#177)

Release 9.1.8

14 Apr 15:17
8cfc5f3
Compare
Choose a tag to compare

9.1.8 (2025-04-14)

✨ Features

  • Implement null handling for executeBatch (6a2abe4)

🐛 Bug Fixes

  • execute always replacing null values (25a3f0d)
  • update c++ batch code (dca00e6)
  • use null handling function (a04aa6a)

🔄 Code Refactoring

  • move null handling code (5e5aff9)
  • simplify null handling in execute (9a9b921)

🏗️ Project configuration and build flow

  • only bump iOS minimum deployment target for simulators (46f58cb)
  • remove Xcode 16.2 Swift hotfix (653c504)
  • update nitrogen specs (0cbafbb)

Release 9.1.7

05 Mar 14:41
26a8b09
Compare
Choose a tag to compare

9.1.7 (2025-03-05)

🐛 Bug Fixes

  • Avoid a bunch of heap allocations (shared_ptr/unique_ptr) (#130) (bafb06b)
  • Example project not building with use_frameworks! (#127) (883d418)

📚 Documentation

  • add installation section to README and fix links (bde0dc0)

Release 9.1.5

28 Feb 22:44
2c97c76
Compare
Choose a tag to compare

9.1.5 (2025-02-28)

✨ Features

🔄 Code Refactoring

🏗️ Project configuration and build flow

  • add changelog section for "refactor" (6ac1f1f)

Release 9.1.4

24 Feb 20:25
3517559
Compare
Choose a tag to compare

9.1.4 (2025-02-24)

📚 Documentation

  • Improve README

🐛 Bug Fixes

  • Remove deprecated ArrayBuffer::makeBuffer and fix Nitro specs (#118) (7a81fc0)

Release 9.1.3

15 Feb 16:46
c22b100
Compare
Choose a tag to compare

9.1.3 (2025-02-15)

✨ Features

  • Add null/undefined support (#109) (ae7ac42)
  • Update SQLite to version 3.49.0 (#110) (57ef1a6)
  • Minor updates to the README file

Release 9.1.2

14 Feb 23:25
9be1a8e
Compare
Choose a tag to compare

9.1.2 (2025-02-14)

🐛 Bug Fixes

  • Remove BigInt support (for now) (f9c0b6f)

Release 9.1.1

26 Dec 23:00
09d9159
Compare
Choose a tag to compare

9.1.1 (2024-12-26)

🛠️ Dependency Upgrades

Release 9.1.0

02 Dec 15:09
12757ca
Compare
Choose a tag to compare

9.1.0 (2024-12-02)

This version requires a react-native-nitro-modules version of >=0.17.0.

🏗️ Project configuration and build flow

Release 9.0.2

27 Nov 14:59
d609ff9
Compare
Choose a tag to compare

9.0.2 (2024-11-27)

🐛 Bug Fixes

  • add max nitro peer dependency version (Fixes #90) (73fb23c)