- Upgraded SQLite to 3.8.11.1: https://www.sqlite.org/releaselog/3_8_11_1.html
- Fixed binary compatibility regression with old centos/rhel glibc GLIBC_2.14 (re-introduced alpine linux (musl) build regression)
- Now providing binaries against Visual Studio 2015 (pass --toolset=v140) and use binaries from https://github.com/mapbox/node-cpp11
- Fixed build regression against alpine linux (musl)
- Upgraded node-pre-gyp@0.6.8
- Fixed build regression against FreeBSD
- Upgraded node-pre-gyp@0.6.7
- Fixed build regression against ARM and i386 linux
- Upgraded node-pre-gyp@0.6.6
- Added support for io.js 2.0.0
- Upgraded node-pre-gyp@0.6.5
- Upgraded nan@1.8.4
- Fixed binaries to work on older linux systems (circa GLIBC_2.2.5 like centos 6) @bnoordhuis
- Updated internal libsqlite3 from 3.8.7.1 -> 3.8.9 (http://www.sqlite.org/news.html)
- IO.js and Node v0.12.x support.
- Node-webkit v0.11.x support regressed in this release, sorry (TryGhost#404).
- Upgraded node-pre-gyp@0.6.1
- Upgraded to node-pre-gyp@0.6.0 which should fix crashes against node v0.11.14
- Now providing binaries against Visual Studio 2014 (pass --toolset=v140) and use binaries from https://github.com/mapbox/node-cpp11
- Republish for possibly busted npm package.
- Use ~ in node-pre-gyp semver for more flexible dep management.
Released September 20nd, 2014
- Backwards-incompatible change: node versions 0.8.x are no longer supported.
- Updated to node-pre-gyp@0.5.27
- Updated NAN to 1.3.0
- Updated internal libsqlite3 to v3.8.6
Released August 6th, 2014
- Removed usage of
npm ls
withprepublish
target (which breaks node v0.8.x)
Released August 6th, 2014
- Fix bundled version of node-pre-gyp
Released August 5th, 2014
- Fix leak in complete() callback of Database.each() (#307)
- Started using
engineStrict
and improvedengines
declaration to make clear only >= 0.11.13 is supported for the 0.11.x series.
Released July 14th, 2014
- Now supporting node v0.11.x (specifically >=0.11.13)
- Fix db opening error with absolute path on windows
- Updated to node-pre-gyp@0.5.18
- updated internal libsqlite3 from 3.8.4.3 -> 3.8.5 (http://www.sqlite.org/news.html)
- Fixed regression in v2.2.2 for installing from binaries on windows.
- Fixed packaging problem whereby a
config.gypi
was unintentially packaged and could cause breakages for OS X builds.
- Now shipping with 64bit FreeBSD binaries against both node v0.10.x and node v0.8.x.
- Fixed solaris/smartos source compile by passing
-std=c99
when building internally bundled libsqlite3 (#201) - Reduced size of npm package by ignoring tests and examples.
- Various fixes and improvements for building against node-webkit
- Upgraded to node-pre-gyp@0.5.x from node-pre-gyp@0.2.5
- Improved ability to build from source against
sqlcipher
by passing custom library name:--sqlite_libname=sqlcipher
- No changes to C++ Core / Existing binaries are exactly the same
Released Jan 13th, 2014
- updated internal libsqlite3 from 3.7.17 -> 3.8.2 (http://www.sqlite.org/news.html) which includes the next-generation query planner http://www.sqlite.org/queryplanner-ng.html
- improved binary deploy system using https://github.com/springmeyer/node-pre-gyp
- binary install now supports http proxies
- source compile now supports freebsd
- fixed support for node-webkit
Released October 31st, 2013
- Started respecting
process.env.npm_config_tmp
as location to download binaries - Removed uneeded
progress
dependency
Released October 22nd, 2013
node-sqlite3
moved to mapbox github group- Fixed reporting of node-gyp errors
- Fixed support for node v0.6.x
- Minor fixes to binary deployment
- Support for binary deployment
Released August 7th, 2013
- Minor readme additions and code optimizations