better-sqlite3 8.0.0
Breaking Changes
- Dropped support for Node.js versions
10.xand12.x.
Non-breaking Changes
- Upgraded to SQLite version
3.40.0. - Fixed LIMIT and OFFSET queries on virtual tables, by @mandel59 in https://github.com/WiseLibs/better-sqlite3/pull/873
- Fixed various compilation issues:
- By @nathanhammond in https://github.com/WiseLibs/better-sqlite3/pull/894
- By @neoxpert in https://github.com/WiseLibs/better-sqlite3/pull/870
New Contributors
- @mandel59 made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/873
- @nathanhammond made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/894
- @neoxpert made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/870
- @threema-danilo made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/878
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v7.6.2...v8.0.0