Skip to content

Releases: WiseLibs/better-sqlite3

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)

v7.4.6

29 Dec 23:34
Compare
Choose a tag to compare

What's Changed

  • Upgraded to SQLite version 3.37.0

New Contributors

Full Changelog: v7.4.5...v7.4.6

v7.4.5

19 Nov 22:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.4...v7.4.5

v7.4.4

25 Oct 14:01
Compare
Choose a tag to compare
  • added prebuilds for Alpine containers (looks like this failed)
  • added prebuilds for Windows 32-bit
  • fixed various installation issues

v7.4.3

19 Jul 05:17
Compare
Choose a tag to compare

Fixed #651

v7.4.2

19 Jul 04:46
Compare
Choose a tag to compare
  • Upgraded SQLite to version 3.36.0
  • Added SQLITE_ENABLE_MATH_FUNCTIONS compile-time option

v7.4.1

06 Jun 02:32
Compare
Choose a tag to compare
  • Fixed some installation issues
  • Added prebuilt binaries for Node v16
  • Added prebuilt binaries for Electron v13