Skip to content

Releases: margelo/react-native-nitro-sqlite

Release 8.2.4

13 Nov 00:08
4a4ed95

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

Choose a tag to compare

8.2.3 (2024-11-05)

🐛 Bug Fixes

Release 8.2.2

25 Oct 17:22
3e3fd30

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

Choose a tag to compare

8.2.1 (2024-10-18)

🐛 Bug Fixes

Release 8.2.0

06 Oct 18:01
a4c23a9

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)