Releases: archiverjs/node-archiver
Releases · archiverjs/node-archiver
1.1.0
- minor doc fixes.
- bump deps to ensure latest versions are used.
1.0.1
- minor doc fixes.
- dependencies upgraded.
1.0.0
- version unification across many archiver packages.
- dependencies upgraded and now using semver caret (^).
0.21.0
- core: add support for
entry.prefix
. update some internals to use it. - core(glob): when setting
options.cwd
get an absolute path to the file and use the relative path forentry.name
. #173 - core(bulk): soft-deprecation of
bulk
feature. will remain for time being with no new features or support. - docs: initial jsdoc for core. http://archiverjs.com/docs
- tests: restructure a bit.
0.20.0
0.19.0
- src -> glob naming for future compatibility with another archive as a source
0.18.0
0.17.0
0.16.0
- bump deps