Releases: archiverjs/node-archiver
Releases · archiverjs/node-archiver
3.0.1
- other: update dependencies
- docs: now deployed using netlify
3.0.0
- breaking: follow node LTS, remove support for versions under 6. (#339)
- bugfix: use stats in tar.js and core.js (#326)
- other: update to archiver-utils@2 and zip-stream@2
- other: remove lodash npm module usage (#335, #339)
- other: Avoid using deprecated Buffer constructor (#312)
- other: Remove unnecessary return and fix indentation (#297)
- test: now targeting node v10 (#320)
2.1.1
2.1.0
2.0.3
2.0.2
- docs: fix changelog date.
2.0.1
2.0.0
- feature: support for symlinks. (#228)
- feature: support for promises on
finalize
. (#248) - feature: addition of
symlink
method for programmatically creating symlinks within an archive. - change: emit
warning
instead oferror
when 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
bulk
functionality. (#249) - change: removal of internal
_entries
property in favor ofprogress
event. (#247) - change: support for node v4.0+ only. node v0.10 and v0.12 support has been dropped. (#241)