Releases: margelo/react-native-nitro-sqlite
Releases · margelo/react-native-nitro-sqlite
Release 9.1.9
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
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
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
9.1.5 (2025-02-28)
✨ Features
🔄 Code Refactoring
🏗️ Project configuration and build flow
- add changelog section for "refactor" (6ac1f1f)
Release 9.1.4
9.1.4 (2025-02-24)
📚 Documentation
🐛 Bug Fixes
- Remove deprecated
ArrayBuffer::makeBuffer
and fix Nitro specs (#118) (7a81fc0)
Release 9.1.3
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
9.1.2 (2025-02-14)
🐛 Bug Fixes
- Remove
BigInt
support (for now) (f9c0b6f)
Release 9.1.1
9.1.1 (2024-12-26)
🛠️ Dependency Upgrades
Release 9.1.0
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
9.0.2 (2024-11-27)
🐛 Bug Fixes
- add max nitro peer dependency version (Fixes #90) (73fb23c)