Skip to content

Releases: gildas-lormeau/zip.js

v2.7.32

04 Dec 16:31
Compare
Choose a tag to compare

Fixed potential data corruption in Deno when using Web Workers (Thanks to @vi117, see #466)

v2.7.31

16 Nov 22:08
Compare
Choose a tag to compare

ZipReader: added support of invalid zip files with truncated preprended data (e.g. self-extracting files where the program part has been truncated without fixing the zip payload)

v2.7.30

14 Oct 21:01
Compare
Choose a tag to compare
  • Fixed bug when creating empty encrypted entries
  • Fixed error when calling ZipDirectoryEntry#addFileSystemHandle() with undefined handles

v2.7.29

05 Sep 20:25
Compare
Choose a tag to compare

FS API: the option bufferedWrite is now set to true by default when calling export* methods (e.g. exportBlob()) in order to use multiple web workers by default

v2.7.28

03 Sep 14:01
Compare
Choose a tag to compare
  • Added missing FS#addUint8Array method
  • Fixed potential issue leading to larger files than expected (max. 64 bytes) when creating split zip files in usdz format

v2.7.27

27 Aug 21:16
Compare
Choose a tag to compare
  • Added model/vnd.usdz+zip in getMimeType
  • Added support of the USDZ extra field in ZipReader

v2.7.26

27 Aug 19:15
Compare
Choose a tag to compare

Added support of split zip files for USDZ files

v2.7.25

27 Aug 15:06
Compare
Choose a tag to compare

v2.7.24

10 Aug 23:38
Compare
Choose a tag to compare

FS API:

  • Keep last access and creation date of entries when importing a zip file

v2.7.23

09 Aug 23:44
Compare
Choose a tag to compare
  • Fixed support of "Extended Timestamp" extra field used to store the creation and last access date of entries, see "Extended Timestamp Extra Field" here for more information about the spec
  • Fixed duplicate filename extensions in the implementation of getMimeType()