2.0.3 — August 25th, 2017 — Diff
- bugfix: revert #261 due to potential issues with editing entryData in special cases.
- bugfix: add var to entryData in glob callback (GH#273)
2.0.2 — August 25th, 2017 — Diff
- docs: fix changelog date.
2.0.1 — August 25th, 2017 — Diff
- bugfix: add const to entryData in glob callback (#261)
- other: coding style fixes (#263)
2.0.0 — July 5th, 2017 — Diff
- feature: support for symlinks. (#228)
- feature: support for promises on
finalize. (#248) - feature: addition of
symlinkmethod for programmatically creating symlinks within an archive. - change: emit
warninginstead oferrorwhen stat fails and the process can still continue. - change: errors and warnings now contain extended data (where available) and have standardized error codes (#256)
- change: removal of deprecated
bulkfunctionality. (#249) - change: removal of internal
_entriesproperty in favor ofprogressevent. (#247) - change: support for node v4.0+ only. node v0.10 and v0.12 support has been dropped. (#241)
1.3.0 — December 13, 2016 — Diff
- improve
directoryandglobmethods to use events rather than callbacks. (#203) - fix bulk warning spam (#208)
- updated mocha (#205)
1.2.0 — November 2, 2016 — Diff
- Add a
process.emitWarningfordeprecated(#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.cwdget an absolute path to the file and use the relative path forentry.name. #173 - core(bulk): soft-deprecation of
bulkfeature. 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.