Skip to content

Releases: archiverjs/node-zip-stream

0.5.2

20 May 15:10
Compare
Choose a tag to compare
  • package.json updates

0.5.1

15 Feb 01:19
Compare
Choose a tag to compare
  • update deps
  • update repo urls

0.5.0

30 Nov 19:35
Compare
Choose a tag to compare
  • update to compress-commons 0.2 for ZIP64 support.

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.