Releases: margelo/react-native-nitro-sqlite
Release 8.2.6
8.2.6 (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
🐛 Bug Fixes
Release 8.2.3
Release 8.2.2
Release 8.2.1
8.2.1 (2024-10-18)
🐛 Bug Fixes
- Fixes missing
typescript
files in publishedlib
directory (margelo/react-native-quick-sqlite@d1269a7) - Enable bun support in
release-it
(#68) (0e983d1) - release-it config (993ad2f)