Releases: gildas-lormeau/zip.js
Releases · gildas-lormeau/zip.js
v2.7.21
v2.7.20
v2.7.19
Fixed zip64 bug when creating zip files containing entries weighting more than 4GB (uncompressed), using the Readable
API to read the uncompresssed data, and not setting explicitly the zip64
option to true
.
v2.7.18
Fixed potential uncaught error when reading split zip files
v2.7.17
v2.7.16
v2.7.15
- Fixed scripts used to build the library with babel (i.e
rollup-es5.config.dev.js
androllup-es5.config.js
) - FS API: Set
ZipFileEntry#uncompressedSize
when entries are added in the filesystem
v2.7.14
v2.7.13
Added support of zip files with invalid central directory length
v2.7.12
Fixed support for UTF-8 extra fields when reading zip files