Skip to content

v2.2.16

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 14 Feb 22:14
· 2585 commits to master since this release
  • Add support of ZipCrypto encryption (option zipCrypto: true when creating a ZipWriter object or calling ZipWriter#add)
  • Fix issue leading to a potential invalid entry in a Zip64 file if the compressed file of the entry is larger than the original file and the total size of the zip file is > 4GB
  • Fix minor performance issue with transferable objects when using web workers