Skip to content

Releases: WiseLibs/better-sqlite3

v8.1.0

07 Feb 01:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.1...v8.1.0

v8.0.1

02 Dec 02:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.0.1

v8.0.0

22 Nov 01:14
Compare
Choose a tag to compare

Breaking Changes

  • Dropped support for Node.js versions 10.x and 12.x.

Non-breaking Changes

New Contributors

Full Changelog: v7.6.2...v8.0.0

v7.6.2

15 Jul 22:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.6.1...v7.6.2

v7.6.1

14 Jul 00:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.6.0...v7.6.1

v7.6.0

09 Jul 05:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.5.3...v7.6.0

v7.5.3

16 May 06:38
Compare
Choose a tag to compare

Full Changelog: v7.5.2...v7.5.3

v7.5.2

15 May 16:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.5.1...v7.5.2

v7.5.1

07 Apr 04:54
Compare
Choose a tag to compare

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 and arm64 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

19 Jan 02:37
Compare
Choose a tag to compare
  • 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 of SqliteError to be enumerable
  • added SqliteError to the API documentation
  • Removed tar dependency
  • Reduced the size of installing better-sqlite3 (by using a files list in package.json)