Releases: archiverjs/node-archiver
Releases · archiverjs/node-archiver
0.7.0
0.6.1
- bugfixes and small tweaks. see git log.
0.6.0
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
0.5.1
0.5.0
- 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.