Releases: archiverjs/node-zip-stream
Releases · archiverjs/node-zip-stream
0.5.2
- package.json updates
0.5.1
- update deps
- update repo urls
0.5.0
- update to compress-commons 0.2 for ZIP64 support.
0.4.1
- test: drop forceUTC
- doc updates
0.4.0
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
0.3.6
0.3.5
0.3.4
- switch DeflateRawChecksum to deflate-crc32-stream.
- other misc cleanup and tweaks. see commit log.
0.3.3
- only use file descriptors when streaming.