Releases: gildas-lormeau/zip.js
Releases · gildas-lormeau/zip.js
v2.2.29
v2.2.28
v2.2.27
v2.2.26
v2.2.25
- Improve performance when compressing and decompressing files
v2.2.24
v2.2.23
- Improve memory usage when computing the signature of encrypted files
- Fix minor potential issue when reading zip64 files
v2.2.22
- Write the AES extra field in the local header each encrypted entries
- set
keepOrder
totrue
by default to avoid generating missing zip64 entries when they are added in parallel
v2.2.21
v2.2.20
- Add the option
signal
toZipWriter
,ZipReader
,ZipWriter#add
andEntry#getData
which allows you to abort the compression/decompression of a file (see usage examples here and here) - Add the option
dataDescriptor
toZipWriter#add
which allows you to include or not the data descriptor record (true
by default). Setting it tofalse
will automatically set the optionbufferedWrite
totrue
.