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
(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-rc.0