Releases: archiverjs/node-archiver
Releases · archiverjs/node-archiver
0.15.0
0.15.0-1
0.14.4
- package.json updates.
0.14.3
- core: basic validation of dirpath in
directory
. - test: switch to yauzl for zip plugin tests.
- test: misc changes.
- update deps.
- update repo urls.
0.14.2
- core: sanitizing the dirpath could cause issues with certain path formats (ie ../) that may be valid otherwise.
0.14.1
- core: make directory a first class citizen with destpath and data arguments
0.14.0
- core: add
directory
method as a simpler way to recursively append a directory tree. - other misc cleanup and tweaks. see git log.
0.13.1
0.13.0
- core: ensure unix path for each file.src.
- core: ensure that queue tasks exit early if called after abort or finalized.
- core: ensure module calls are avoided after abort.
- core: end internal streams on abort.
- core: some logical changes to aid with abort. internal methods shouldn't emit errors when aborted as its irrelevant.
0.12.0
- core: introduce queue for fs.stat.
- core: initial abort support.
- test: some refactoring.
- docs: some readme and example updates.