Skip to content

Releases: margelo/react-native-nitro-sqlite

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)

Release 9.0.1

26 Nov 16:42
08f7c73
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

Release 8.2.4

13 Nov 00:08
4a4ed95
Compare
Choose a tag to compare

8.2.4 (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.

Fixes https://github.com/margelo/react-native-quick-sqlite/issues/72 and https://github.com/margelo/react-native-quick-sqlite/issues/48

🐛 Bug Fixes

  • Migrate example and dependencies to RN76 (#73)
  • Improve project config, release and build workflow (#74)
  • remove release-it patch (aed6b79)

Release 8.2.3

05 Nov 20:09
17660b1
Compare
Choose a tag to compare

8.2.3 (2024-11-05)

🐛 Bug Fixes