Releases: WiseLibs/better-sqlite3
Releases · WiseLibs/better-sqlite3
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
)
v7.4.6
What's Changed
- Upgraded to SQLite version
3.37.0
New Contributors
- @StoneCypher made their first contribution in #676
Full Changelog: v7.4.5...v7.4.6
v7.4.5
v7.4.4
added prebuilds for Alpine containers(looks like this failed)- added prebuilds for Windows 32-bit
- fixed various installation issues
v7.4.3
v7.4.2
- Upgraded SQLite to version
3.36.0
- Added
SQLITE_ENABLE_MATH_FUNCTIONS
compile-time option
v7.4.1
- Fixed some installation issues
- Added prebuilt binaries for Node v16
- Added prebuilt binaries for Electron v13