[!NOTE] This has been published as a RC due to the change of underlying prebuild tools. If no issues are reported, a full release will be published soon. Please report any bugs as a new issue.
What's Changed
- Updated bundled SQLite to v3.44.2 by @daniellockyer
- Replaced
@mapbox/node-pre-gyp
withprebuild
+prebuild-install
(https://github.com/TryGhost/node-sqlite3/commit/605c7f981abbcf980cb44f54abba285de9a69a23) 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 https://github.com/TryGhost/node-sqlite3/pull/1701
Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7-rc.0