Skip to content

Releases: archiverjs/node-zip-stream

0.3.2

04 May 03:39
Compare
Choose a tag to compare
  • replace ChecksumStream with crc32-stream.
  • always use readable-stream for consistency.
  • restrict files published to npm.
  • other misc cleanup and tweaks. see commit log.

0.3.1

15 Apr 22:56
Compare
Choose a tag to compare
  • adjust compression method when source buffer is empty. (GH #7)

0.3.0

01 Apr 16:45
Compare
Choose a tag to compare
  • initial directory entry support.
  • normalize null sources to empty buffer.
  • crc32: replace with buffer-crc32.
  • util: additional boundaries for dates (GH #6)

0.2.3

30 Mar 14:01
Compare
Choose a tag to compare
  • crc32: overhaul to ensure consistent output.
  • headers: refactor external file attributes.
  • misc other tweaks. see git log.

0.2.2

25 Feb 22:12
Compare
Choose a tag to compare
  • misc bugfixes.
  • initial debug logic.

0.2.1

16 Feb 05:18
Compare
Choose a tag to compare
  • simplify error callback data passing.

0.2.0

16 Feb 04:49
Compare
Choose a tag to compare
  • support global store option.
  • pass file data as second argument to callback.

0.1.4

08 Feb 00:52
Compare
Choose a tag to compare
  • drop readable-stream to node v0.10 compatible version.

0.1.3

11 Jan 05:14
Compare
Choose a tag to compare
  • see git log for more info.

0.1.2

10 Jan 15:56
Compare
Choose a tag to compare
  • empty buffers should STORE