Skip to content

Releases: margelo/react-native-nitro-sqlite

Release 9.1.3

15 Feb 16:46
c22b100

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

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

Choose a tag to compare

9.1.1 (2024-12-26)

🛠️ Dependency Upgrades

Release 9.1.0

02 Dec 15:09
12757ca

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

Choose a tag to compare

9.0.2 (2024-11-27)

🐛 Bug Fixes

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

Release 9.0.1

26 Nov 16:42
08f7c73

Choose a tag to compare

9.0.1 (2024-11-26)

🏗️ Project configuration and build flow

  • add back types property in package.json for backwards compatibility (17f4382)

Release 8.2.7 (react-native-quick-sqlite)

26 Nov 16:47
2666fd6

Choose a tag to compare

8.2.7 (react-native-quick-sqlite) (2024-11-26)

🏗️ Project configuration and build flow

  • add back types property in package.json for backwards compatibility (bb53d35)

Release 8.2.6 (react-native-quick-sqlite)

18 Nov 21:17
3e90fb1

Choose a tag to compare

8.2.6 (react-native-quick-sqlite) (2024-11-18)

Add README.md to react-native-quick-sqlite package with deprecation warning and links to react-native-nitro-sqlite

Release 9.0.0

13 Nov 13:27
1728794

Choose a tag to compare

9.0.0 (2024-11-13)

This is the first official release of react-native-nitro-sqlite, our new Nitro Modules implementation of this popular React Native SQLite library.

Using Nitro Modules will allow us to ship new features more easily and fix bugs faster. The codebase has received a major cleanup and this release includes many other (performance) optimizations!

✨ Features

  • Migrate library to a react-native-nitro-modules (#55) (f37bc1f)
  • Rebrand project to react-native-nitro-sqlite (#81) (66069ab)

Release 8.2.5

13 Nov 10:57
236ee56

Choose a tag to compare

8.2.5 (2024-11-13)

Important

From major version 9.0.0 on, this library become a Nitro module and will be shipped under the NPM package name react-native-nitro-sqlite.
We will try to fix non-nitro issues for react-native-quick-sqlite until the migration is fully complete. Therefore, react-native-nitro-sqlite might still receive future updates.

🏗️ Project configuration and build flow

  • Simplify build files for Android (#82)