Releases: margelo/react-native-nitro-sqlite
Release 9.1.1
Release 9.1.0
Release 9.0.2
Release 9.0.1
Release 8.2.7 (react-native-quick-sqlite)
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)
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
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
Release 8.2.5
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
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