Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: margelo/react-native-nitro-sqlite

Release 9.6.0

08 Mar 16:41
@chrispader chrispader
deda800
This commit was signed with the committer’s verified signature.
chrispader Christoph Pader
GPG key ID: AFDF13CD4809AD5A
Verified
Learn about vigilant mode.

Choose a tag to compare

9.6.0 (2026年03月08日)

⚠️ Attention: This release will require you to update react-native-nitro-modules to version 0.35.0 to remove a memory leak ⚠️

🏗️ Project configuration and build flow

  • remove unnecessary docs check in update-lockfiles.yml (7fd8dff)
  • sync bun.lock (a496573)
  • undo CocoaPods change (4f5bb2d)
  • Update GitHub workflows (#265) (274cee7)
  • upgrade example app to React Native 0.85.0-rc.0 (#264) (3f3a416)
  • upgrade Nitro to 0.35.0 (e7b27b8)
Assets 2
Loading

Release 9.5.0

08 Mar 16:41
@chrispader chrispader
67e3eb9
This commit was signed with the committer’s verified signature.
chrispader Christoph Pader
GPG key ID: AFDF13CD4809AD5A
Verified
Learn about vigilant mode.

Choose a tag to compare

v9.5.0
chore: release 9.5.0
Loading

Release 9.4.0

12 Feb 21:26
@chrispader chrispader
0c18f6d
This commit was signed with the committer’s verified signature.
chrispader Christoph Pader
GPG key ID: AFDF13CD4809AD5A
Verified
Learn about vigilant mode.

Choose a tag to compare

9.4.0 (2026年02月12日)

✨ Features

  • Implement Nitro's getExternalMemorySize (#261) (dee8bec)
  • Improve Array buffer memory allocation and thread-safety and add tests (#260) (a96e730)
  • Re-implement TypeORM support on JS side instead of as part of Hybrid object (#258) (a8b6efc)

🐛 Bug Fixes

  • invalid casing in README (4851d5d)
  • Keep hybrid object data (#255) (5e108c5)
  • remove remaining enableSimpleNullHandling artifacts (186dbfc)
  • Typescript config and errors (#259) (b53311f)

🏗️ Project configuration and build flow

  • improve release-it config (10ecb08)
  • move hybridObjects to cpp/hybridObjects folder (#262) (fe5333e)
Loading
lin72h reacted with thumbs up emoji
1 person reacted

Release 9.3.0

04 Feb 17:10
@chrispader chrispader
3cd301f
This commit was signed with the committer’s verified signature.
chrispader Christoph Pader
GPG key ID: AFDF13CD4809AD5A
Verified
Learn about vigilant mode.

Choose a tag to compare

9.3.0 (2026年02月04日)

✨ Features

  • Update Nitro to version 0.33.5 (#252)
  • feat: Use new Nitro null types (#251)

🏗️ Project configuration and build flow

Contributors

chrispader
Loading

Release 9.2.2

28 Nov 11:31
@chrispader chrispader
9cc18f4
This commit was signed with the committer’s verified signature.
chrispader Christoph Pader
GPG key ID: AFDF13CD4809AD5A
Verified
Learn about vigilant mode.

Choose a tag to compare

9.2.2 (2025年11月28日)

🏗️ Project configuration and build flow

  • chore: Update JDK version to 17 (compileOptions in Gradle config) by @chrispader in #243
  • chore: Update insecure typeorm version by @chrispader in #244

Contributors

chrispader
Loading

Release 9.2.0

06 Nov 15:07
@chrispader chrispader
ad75b0a
This commit was signed with the committer’s verified signature.
chrispader Christoph Pader
GPG key ID: AFDF13CD4809AD5A
Verified
Learn about vigilant mode.

Choose a tag to compare

9.2.0 (2025年11月06日)

✨ Features

  • Add better error handling (#239) (aaca4e5)
  • Migrate JS-sided locks to DatabaseQueue for transactions and executeBatch commands (#227) (5a7be1c)

🐛 Bug Fixes

🔄 Code Refactoring

🏗️ Project configuration and build flow

  • Add .ruby-version file and update ruby version across codebase (#233) (a19cc7e)
  • improve prettier config (#231) (207ce3f)
  • update example and root project version (af6edb3)
  • Update RN version to v0.82 (#230) (51efde5)
Loading

Release 9.1.11

04 Aug 09:45
@chrispader chrispader
e6bf3cd
This commit was signed with the committer’s verified signature.
chrispader Christoph Pader
GPG key ID: D5196DD1687E7DE1
Verified
Learn about vigilant mode.

Choose a tag to compare

9.1.11 (2025年08月04日)

🏗️ Project configuration and build flow

  • update nitro generated files (5900a2c)
  • update nitro-codegen (37d7bb5)
  • update NitroModules to v0.27.2 (930c9d2)
Loading

Release 9.1.10

28 Jun 17:27
@chrispader chrispader
99006e4
This commit was signed with the committer’s verified signature.
chrispader Christoph Pader
GPG key ID: D5196DD1687E7DE1
Verified
Learn about vigilant mode.

Choose a tag to compare

9.1.10 (2025年06月28日)

🏗️ Project configuration and build flow

  • Enable 16KB memory page size support on Android (#191)
Loading

Release 9.1.9

25 Apr 11:35
@chrispader chrispader
0d7d6d8
This commit was signed with the committer’s verified signature.
chrispader Christoph Pader
GPG key ID: D5196DD1687E7DE1
Verified
Learn about vigilant mode.

Choose a tag to compare

9.1.9 (2025年04月25日)

🐛 Bug Fixes

  • fix: Android build failing due to duplicate static library in RN 0.75 (#177)
Loading

Release 9.1.8

14 Apr 15:17
@chrispader chrispader
8cfc5f3
This commit was signed with the committer’s verified signature.
chrispader Christoph Pader
GPG key ID: D5196DD1687E7DE1
Verified
Learn about vigilant mode.

Choose a tag to compare

9.1.8 (2025年04月14日)

✨ Features

  • Implement null handling for executeBatch (6a2abe4)

🐛 Bug Fixes

  • execute always replacing null values (25a3f0d)
  • update c++ batch code (dca00e6)
  • use null handling function (a04aa6a)

🔄 Code Refactoring

  • move null handling code (5e5aff9)
  • simplify null handling in execute (9a9b921)

🏗️ Project configuration and build flow

  • only bump iOS minimum deployment target for simulators (46f58cb)
  • remove Xcode 16.2 Swift hotfix (653c504)
  • update nitrogen specs (0cbafbb)
Loading
Previous 1 3
Previous

AltStyle によって変換されたページ (->オリジナル) /