Skip to content

v2.2.12

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 07 Feb 01:18
· 2619 commits to master since this release
  • Add the new option keepOrder to the constructor ZipWriter and the method ZipWriter#add in order to keep ordered the list of files when calling ZipWriter#add multiple times in parallel
  • Support reading of zip files with invalid offsets due to data added at the start of the zip file
  • Fix issue when calling ZipWriter#add with more than one custom extra field type as option
  • Update limit to locate the End Of Central Directory Record at the end of a zip file: 64 KB => 1MB
  • Fix detection of unsupported encryption methods (e.g. ZipCrypto) and add a new constant ERR_UNSUPPORTED_ENCRYPTION
  • Expose Entry#zip64 to know if a file entry is formatted in Zip64
  • Update development dependencies