Skip to content

Releases: gildas-lormeau/zip.js

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

v2.7.11

10 May 23:45
Compare
Choose a tag to compare

FS API:

  • Fixed returned value of ZipDirectoryEntry#addFile and ZipDirectoryEntry#addFileSystemHandle
  • Fixed error when calling ZipFileEntry.getData() in some cases

v2.7.9

09 May 23:52
Compare
Choose a tag to compare

FS API: added ZipDirectoryEntry#addFile and ZipDirectoryEntry#addFileSystemHandle methods

v2.7.7

08 May 19:00
Compare
Choose a tag to compare

Fix temporary memory leak when compressing data, or when decompressing data and verifying data integrity (see #413). The leak was only happening during the compression/decompression of an entry in a zip file.

v2.7.6

17 Apr 19:42
Compare
Choose a tag to compare

FS API:

  • added cause property on errors thrown by import* and export* methods
  • an error relative to an entry thrown when calling export* does not prevent the export of next entries

v2.7.5

13 Apr 23:00
Compare
Choose a tag to compare

FS API:

  • Fixed: keep directory metadata (last modification date, comment, version made by, external file attribute) when importing zip files containing directories stored as individual entries

v2.7.3

13 Apr 21:47
Compare
Choose a tag to compare

Added export of entry-point files from the ./lib/ in the package.json file (see #410)

v2.7.2

13 Apr 00:52
Compare
Choose a tag to compare
  • Fixed missing zip64 metadata when writing directories (i.e. entries without data) in a zip file (see #409)