Skip to content

v2.2.0

Compare
Choose a tag to compare
@KurtThiemann KurtThiemann released this 10 Dec 12:00
· 2 commits to master since this release
f0ce35e

Full Changelog: v2.1.2...v2.2.0

Add options to make reading archives less strict:

  • ignoreMultiDiskErrors: Simply ignore information about multiple disks instead of throwing an error when encountering a multi disk archive
  • allowTruncatedCentralDirectory: Do not throw an error if the central directory does not contain the expected number of entries
  • ignoreInvalidChecksums: Do not throw an error if the uncompressed data does not match the checksum
  • ignoreInvalidUncompressedSize: Do not throw an error if the uncompressed data does not match the expected size