Skip to content

Releases: archiverjs/node-zip-stream

0.4.1

30 Nov 19:35
Compare
Choose a tag to compare
  • test: drop forceUTC
  • doc updates

0.4.0

24 Aug 12:08
Compare
Choose a tag to compare

there may be some rough edges in this release and minor patches are likely to follow. namely accented characters appear to break things at this point in time.

  • now based on the ZipArchiveOutputStream prototype found in the compress-commons project.
  • zip mode option should now work.

0.3.7

11 Aug 03:21
Compare
Choose a tag to compare
  • remove APPNOTE-2.0.txt from the repo (GH #13)

0.3.6

01 Jul 20:49
Compare
Choose a tag to compare
  • switch to lodash package to reduce dep tree. (GH #10, #11).

0.3.5

27 Jun 09:10
Compare
Choose a tag to compare
  • update debug module to ~1.0.2 (GH #9)

0.3.4

26 May 17:06
Compare
Choose a tag to compare
  • switch DeflateRawChecksum to deflate-crc32-stream.
  • other misc cleanup and tweaks. see commit log.

0.3.3

04 May 06:34
Compare
Choose a tag to compare
  • only use file descriptors when streaming.

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)