Releases: archiverjs/node-archiver
Releases · archiverjs/node-archiver
0.7.0
23 Mar 03:58
Compare
Sorry, something went wrong.
No results found
tar: gzip helper (GH #65 )
0.6.1
16 Feb 07:29
Compare
Sorry, something went wrong.
No results found
bugfixes and small tweaks. see git log.
0.6.0
15 Feb 04:35
Compare
Sorry, something went wrong.
No results found
This release contains breaking changes. Callbacks have been fully removed in favor of events.
core: switch to events fully.
core: internal var cleanup.
core: highWaterMark to 1MB.
core: add pointer() to get emitted byte length.
core: remove early exit detection as its served its initial purpose.
zip: global store option.
0.5.2
25 Jan 01:09
Compare
Sorry, something went wrong.
No results found
core: add experimental catchEarly option (GH #59 )
core: drop readable-stream to node v0.10 compatible version
0.5.1
15 Jan 17:17
Compare
Sorry, something went wrong.
No results found
adjust when module output is piped. (GH #57 )
0.5.0
11 Jan 04:55
Compare
Sorry, something went wrong.
No results found
removal of node v0.6 support.
new file() and bulk() helpers.
new json format module for testing.
experimental zip file mode support.
massive overhaul to become more modular.
removal of addFile.
and much more. check out git log.
0.4.10
29 Sep 03:08
Compare
Sorry, something went wrong.
No results found
tar: fix handling of numeric values. (GH #45 )
formats: add format specs.
misc doc and test refactoring.
0.4.9
03 Sep 02:20
Compare
Sorry, something went wrong.
No results found
tar: zero length checks (GH #44 )
core: more queue handling tweaks.
misc code and test refactoring.
0.4.8
18 Aug 19:47
Compare
Sorry, something went wrong.
No results found
iconv-lite is more than a devDep. (GH #42 )
0.4.7
18 Aug 11:39
Compare
Sorry, something went wrong.
No results found
core: bit of queue handling tweaks.
core: increase internal buffer size.
zip: always convert filenames to utf8. (GH #41 )
zip: workaround race condition with deflate.pipe. thanks @inolen (GH #32 )