- Support the officially supported versions of node (10, 12, and 13); drop support for old versions
- Bump dependencies to eliminate vulnerable packages
- Bump dependencies to max avail for supported node versions (next release will drop node versions that are end of life)
- Fix calling of
cb
, which broke after switching tozip-stream
- Add support for node 0.10, drop support for node 0.6
- switched from zipper to zip-stream for the actual zipping
- Add full integration tests for express 2, 3, and 4
- Fix the res#zip callback to follow node callback conventions (err, result)
- Initial release.