Releases: archiverjs/node-archiver
Releases · archiverjs/node-archiver
3.0.1
19 Jul 22:28
Compare
Sorry, something went wrong.
No results found
other: update dependencies
docs: now deployed using netlify
3.0.0
22 Aug 22:35
Compare
Sorry, something went wrong.
No results found
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
10 Jan 17:03
Compare
Sorry, something went wrong.
No results found
bugfix: fix relative symlink paths (#293 )
other: coding style fixes (#294 )
2.1.0
10 Jan 17:04
Compare
Sorry, something went wrong.
No results found
refactor: directory now uses glob behind the scenes. should fix some directory recursion issues. (#267 , #275 )
docs: more info in quick start. (#284 )
2.0.3
26 Aug 00:52
Compare
Sorry, something went wrong.
No results found
bugfix: revert #261 due to potential issues with editing entryData in special cases.
bugfix: add var to entryData in glob callback (#273 )
2.0.2
26 Aug 00:32
Compare
Sorry, something went wrong.
No results found
docs: fix changelog date.
2.0.1
26 Aug 00:30
Compare
Sorry, something went wrong.
No results found
bugfix: add const to entryData in glob callback (#261 )
other: coding style fixes (#263 )
2.0.0
05 Jul 23:30
Compare
Sorry, something went wrong.
No results found
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 of error 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 of progress event. (#247 )
change: support for node v4.0+ only. node v0.10 and v0.12 support has been dropped. (#241 )
1.3.0
13 Dec 15:48
Compare
Sorry, something went wrong.
No results found
improve directory and glob methods to use events rather than callbacks. (#203 )
fix bulk warning spam (#208 )
updated mocha (#205 )
1.2.0
02 Nov 23:18
Compare
Sorry, something went wrong.
No results found
Add a process.emitWarning for deprecated (#202 )