Skip to content

Releases: archiverjs/node-archiver

0.11.0

24 Aug 11:56
Compare
Choose a tag to compare
  • 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

13 Jul 21:15
Compare
Choose a tag to compare
0.11.0-alpha Pre-release
Pre-release
  • 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

17 Jun 22:04
Compare
Choose a tag to compare
  • bump tar-stream to ~0.4.0.

0.10.0

29 May 17:02
Compare
Choose a tag to compare

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

12 May 03:26
Compare
Choose a tag to compare
0.10.0-alpha Pre-release
Pre-release

0.9.1

04 May 07:54
Compare
Choose a tag to compare
  • misc cleanup. see commit log.

0.9.0

19 Apr 04:36
Compare
Choose a tag to compare
  • 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

01 Apr 19:01
Compare
Choose a tag to compare
  • core: fix edge case in bulk() where the dot representing the current directory would be included.

0.8.0

01 Apr 17:45
Compare
Choose a tag to compare
  • initial directory entry support.
  • normalize null sources to empty buffer.
  • crc32: replace with buffer-crc32.
  • other small tweaks. see git log.

0.7.1

27 Mar 05:57
Compare
Choose a tag to compare
  • core: catch module errors and bubble them up the chain.
  • core: create new extended data object in bulk loop to prevent data corruption. (GH #67)
  • tar: catch compressor errors and bubble them up the chain.
  • zip: pass on calls to underlying engine.
  • other small tweaks. see git log.