Skip to content

Releases: gildas-lormeau/zip.js

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()

v2.7.22

08 Aug 20:05
Compare
Choose a tag to compare
  • Updated MIME types table in getMimeType() (see #440)
  • Added index.min.js (minified ES6 module) in the root folder of the project (see #441)

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)