Releases: archiverjs/node-archiver
Releases · archiverjs/node-archiver
0.15.0
22 Aug 21:37
Compare
Sorry, something went wrong.
No results found
support using function to adjust data properties for bulk and directory. (GH #140 )
add use for future middleware (not fully implemented)
define stat octals in decimal form. (GH #138 )
refactor instance vending
updated dependencies to latest versions.
0.15.0-1
05 Jun 19:53
Compare
Sorry, something went wrong.
No results found
0.14.4
20 May 14:55
Compare
Sorry, something went wrong.
No results found
0.14.3
15 Feb 01:35
Compare
Sorry, something went wrong.
No results found
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
23 Jan 09:39
Compare
Sorry, something went wrong.
No results found
core: sanitizing the dirpath could cause issues with certain path formats (ie ../) that may be valid otherwise.
0.14.1
23 Jan 09:04
Compare
Sorry, something went wrong.
No results found
core: make directory a first class citizen with destpath and data arguments
0.14.0
23 Jan 03:49
Compare
Sorry, something went wrong.
No results found
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
03 Jan 22:24
Compare
Sorry, something went wrong.
No results found
use setImmediate for some callbacks to reduce stack depth. #108
unit tests that attempt zip and tar extraction.
less whiny about some errors.
update dependencies. zip-stream now supports ZIP64 (needs testing)
code and doc cleanup.
0.13.0
28 Nov 21:53
Compare
Sorry, something went wrong.
No results found
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
24 Oct 00:05
Compare
Sorry, something went wrong.
No results found
core: introduce queue for fs.stat.
core: initial abort support.
test: some refactoring.
docs: some readme and example updates.