- Added node v8 and v10 support
- Republished with
mkdirp
inside node_modules/node-pre-gyp/node_modules/
- Added support for node v6, v7
- Upgraded to [email protected]
- Fixed resource leak (#69)
- Upgraded to zlib 1.2.8
- Updated to work with NAN 2 and Node.js 4/5 (@elaberge)
- Updated node-pre-gyp to v0.6.2
- Support for io.js v1.0.2
- Support for building against io.js v1.0.1
- Added copyFile method for efficient handling of large zip archive members.
- Now supporting node v.11.14 and Visual Studio 2014 (--toolset=v140)
- Now supporting node v.11.x
- Fixed bundling of node-pre-gyp
- Fixed Solaris build
- Fixed potential segfault when an invalid filename is requested from
zipfile.ReadFile
(#46)
- Now supporting binary deploy through node-pre-gyp (#42). Run
npm install --build-from-source
now to build from source instead of installing from a binary.
- Upgraded libzip to hg at http://hg.nih.at/libzip/rev/66d608d38359 to fix #36