Releases: archiverjs/node-archiver
Releases · archiverjs/node-archiver
0.11.0
- core: use fs.stat data where possible.
- core: refactor to be more async.
- core: introduce internal _append function to DRY out some code.
- tar: use stat data to avoid stream buffering where possible.
- util: drop file-utils and import the main grunt inspired logic into its own file.
- other: dep updates.
0.11.0-alpha
- core: use fs.stat data where possible.
- core: refactor to be more async.
- core: introduce internal _append function to DRY out some code.
- tar: use stat data to avoid stream buffering where possible.
- util: drop file-utils and import the main grunt inspired logic into its own file.
0.10.1
- bump tar-stream to ~0.4.0.
0.10.0
This release contains breaking changes.
- drop node v0.8.x support as certain deps are phasing it out.
- other misc cleanup and tweaks. see git log.
0.10.0-alpha
0.9.1
- misc cleanup. see commit log.
0.9.0
- restrict files published to npm. (GH #71)
- replace implementation of tar with tar-stream to avoid duplication of efforts. (GH #63)
- always use readable-stream for consistency.
- more functionality tests. (more format specific ones coming soon)
- updated documentation and examples.
- other misc cleanup and tweaks. see git log.
0.8.1
- core: fix edge case in bulk() where the dot representing the current directory would be included.
0.8.0
- initial directory entry support.
- normalize null sources to empty buffer.
- crc32: replace with buffer-crc32.
- other small tweaks. see git log.