Releases: WiseLibs/better-sqlite3
Releases · WiseLibs/better-sqlite3
v8.1.0
What's Changed
- Add support for electron
v23
prebuilds by @m4heshd in #951 - Upgrade mocha: 8 → 10 by @threema-danilo in #928
- Update SQLite to version 3.40.1 by @JoshuaWise in #952
Full Changelog: v8.0.1...v8.1.0
v8.0.1
v8.0.0
Breaking Changes
- Dropped support for Node.js versions
10.x
and12.x
.
Non-breaking Changes
- Upgraded to SQLite version
3.40.0
. - Fixed LIMIT and OFFSET queries on virtual tables, by @mandel59 in #873
- Fixed various compilation issues:
- By @nathanhammond in #894
- By @neoxpert in #870
New Contributors
- @mandel59 made their first contribution in #873
- @nathanhammond made their first contribution in #894
- @neoxpert made their first contribution in #870
- @threema-danilo made their first contribution in #878
Full Changelog: v7.6.2...v8.0.0
v7.6.2
v7.6.1
What's Changed
- Update SQLite to version 3.39.1 by @JoshuaWise in #841
Full Changelog: v7.6.0...v7.6.1
v7.6.0
What's Changed
- Update troubleshooting.md by @thonkinator in #752
- Update troubleshooting.md by @mceachen in #814
- Update SQLite to version 3.39.0 by @JoshuaWise in #828
New Contributors
- @thonkinator made their first contribution in #752
Full Changelog: v7.5.3...v7.6.0
v7.5.3
Full Changelog: v7.5.2...v7.5.3
v7.5.2
v7.5.1
What's Changed
- Upgraded to SQLite version 3.38.2 (see commit and SQLite's release notes)
- Add support for electron
v17
prebuilds by @m4heshd in #757 - Add Linux prebuilt binaries for
armv7
andarm64
and other improvements by @m4heshd in #758 - Removed usage of symlinks during installation, which caused issues on some platforms b544892
Full Changelog: v7.5.0...v7.5.1
v7.5.0
- Upgraded SQLite to version
3.37.2
- added the
.busy
property to prepared Statements - added the
nativeBinding
option to the Database constructor - changed the
code
property ofSqliteError
to be enumerable - added
SqliteError
to the API documentation - Removed
tar
dependency - Reduced the size of installing
better-sqlite3
(by using afiles
list inpackage.json
)