Skip to content

Releases: gildas-lormeau/zip.js

v2.7.21

07 Aug 20:44
Compare
Choose a tag to compare

Fixed error in z-worker-core.js when catching potential and intermittent undefined errors (see #439)

v2.7.20

11 Jul 10:26
Compare
Choose a tag to compare

Circumvented a bug specific to Clouflare Workers environment when creating zip files (see #434)

v2.7.19

11 Jul 00:19
Compare
Choose a tag to compare

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

10 Jul 21:06
Compare
Choose a tag to compare

Fixed potential uncaught error when reading split zip files

v2.7.17

23 Jun 19:00
Compare
Choose a tag to compare

Added workaround for Thunderbird where calling Blob#slice() and Blob#arrayBuffer() does not work as expected (the array buffer is not sliced) (see #430)

v2.7.16

14 Jun 11:02
Compare
Choose a tag to compare

Fixed compatibility issue with older Chromium browsers (i.e. v78) (see #426)

v2.7.15

07 Jun 14:39
Compare
Choose a tag to compare
  • Fixed scripts used to build the library with babel (i.e rollup-es5.config.dev.js and rollup-es5.config.js)
  • FS API: Set ZipFileEntry#uncompressedSize when entries are added in the filesystem

v2.7.14

16 May 20:12
Compare
Choose a tag to compare

Fixed error when using HttpReader with useXHR set to true and the connection is lost (see #414)

v2.7.13

14 May 01:10
Compare
Choose a tag to compare

Added support of zip files with invalid central directory length

v2.7.12

12 May 14:54
Compare
Choose a tag to compare

Fixed support for UTF-8 extra fields when reading zip files