v2.2.0
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 archiveallowTruncatedCentralDirectory
: Do not throw an error if the central directory does not contain the expected number of entriesignoreInvalidChecksums
: Do not throw an error if the uncompressed data does not match the checksumignoreInvalidUncompressedSize
: Do not throw an error if the uncompressed data does not match the expected size