better-sqlite3 8.6.0
What's Changed
- upgraded to SQLite 3.43.0 by @JoshuaWise in 6ee3399932c73c0f34d1b2e604d50b44a4e94f6f
- Upgrade dependencies by @mceachen in https://github.com/WiseLibs/better-sqlite3/pull/1052
- Fix db::serialize() crashing with Electron by @DamienEspitallier in https://github.com/WiseLibs/better-sqlite3/pull/1036
- Fix: Create target directory when copying by @felixrieseberg in https://github.com/WiseLibs/better-sqlite3/pull/1030
- fix result code type in SQliteError documentation by @cedricvanrompay in https://github.com/WiseLibs/better-sqlite3/pull/1009
- Remove SQLITE_INTROSPECTION_PRAGMAS compile-time option by @threema-danilo in https://github.com/WiseLibs/better-sqlite3/pull/927
- feat(database): now
nativeBindingsupports addon object by @destyk in https://github.com/WiseLibs/better-sqlite3/pull/974
New Contributors
- @DamienEspitallier made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/1036
- @felixrieseberg made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/1030
- @cedricvanrompay made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/1009
- @destyk made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/974
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v8.5.2...v8.6.0