Releases · TryGhost/node-sqlite3 (original) (raw)
v5.1.7
What's Changed
- Updated bundled SQLite to v3.44.2 by @daniellockyer
- Replaced
@mapbox/node-pre-gyp
withprebuild
+prebuild-install
(605c7f9) by @daniellockyer- this should fix a lot of bundling issues reported by the community
- Improved
RowToJS
performance by removingNapi::String::New
instantiation by @daniellockyer - Various minor code refactors and improvements (thanks @zenon8adams!)
New Contributors
- @zenon8adams made their first contribution in #1701
Full Changelog: v5.1.6...v5.1.7
v5.1.7-rc.0
v5.1.6
What's Changed
- Fixed glibc compatibility by hardcoding lower version for
log2
by @daniellockyer - Add generic type annotations for Statement and Database get/all/each methods callback rows by @stevescruz in #1686
New Contributors
- @stevescruz made their first contribution in #1686
Full Changelog: v5.1.5...v5.1.6