- 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 [email protected] from [email protected]
- 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