1.6 KiB
1.6 KiB
Changelog
1.2.0 — November 2, 2016_ — Diff
- Add a
process.emitWarning
fordeprecated
(#202)
1.1.0 — August 29, 2016_ — Diff
- minor doc fixes.
- bump deps to ensure latest versions are used.
1.0.1 — July 27, 2016 — Diff
- minor doc fixes.
- dependencies upgraded.
1.0.0 — April 5, 2016 — Diff
- version unification across many archiver packages.
- dependencies upgraded and now using semver caret (^).
0.21.0 — December 21, 2015 — Diff
- 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 — November 30, 2015 — Diff
- simpler path normalization as path.join was a bit restrictive. #162
- move utils to separate module to DRY.