Skip to content

Releases: margelo/react-native-nitro-sqlite

Release 8.2.6

18 Nov 21:17
3e90fb1
Compare
Choose a tag to compare

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

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

Release 8.2.2

25 Oct 17:22
3e3fd30
Compare
Choose a tag to compare

8.2.2 (2024-10-25)

🐛 Bug Fixes

  • Android build fails due to duplicate *.so files (#71) (ca06237)
  • bun release/build config (c1dfa98)

Release 8.2.1

18 Oct 10:19
d1d6409
Compare
Choose a tag to compare

8.2.1 (2024-10-18)

🐛 Bug Fixes

Release 8.2.0

06 Oct 18:01
a4c23a9
Compare
Choose a tag to compare

8.2.0 (2024-10-06)

✨ Features

🐛 Bug Fixes

8.0.6 (2023-10-13)

🐛 Bug Fixes

8.0.5 (2023-09-30)

✨ Features

🐛 Bug Fixes

  • Clean up internal state on reload (#16) (bef8671)
  • example: use import for the example (#17) (fbb907b)
  • Fix crash with sqlite records that contain blobs (#11) (da78db6)
  • readme: update how to specify custom build flags via CocoaPods (#20) (9568aea)