✨ We're very excited to announce node-sqlite3's first minor release of v5, packed with features and improvements.
If you encounter any problems, please open a detailed issue using the templates.
What's Changed
- Updated bundled SQLite to v3.39.3 by @daniellockyer
- Added ability to receive updates from
sqlite3_update_hook
by @soukand in #1267 - Added support for setting SQLite limits by @paulfitz in #1548
- Added library types file by @bpasero in #1527
- Added
package-lock.json
to.gitignore
by @JoelEinbinder in #1628 - Fixed remaining method declarations by @alexanderfloh in #1633
- Fixed importing
sqlite3#verbose
using destructuring syntax by @mahdi-farnia in #1632
New Contributors
- @JoelEinbinder made their first contribution in #1628
- @mahdi-farnia made their first contribution in #1632
- @soukand made their first contribution in #1267
Full Changelog: v5.0.11...v5.1.0