Skip to content

Releases: aternosorg/armarius

v2.3.0

10 Dec 16:30
c7c3ddd
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v2.3.0

  • Add allowAdditionalCentralDirectoryEntries option: Continue reading central directory entries even after the expected number of entries was reached

v2.2.0

10 Dec 12:00
f0ce35e
Compare
Choose a tag to compare

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

v2.1.2

27 May 10:42
4ed35d0
Compare
Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

v2.1.1

02 May 10:01
dace4bd
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

  • Update dependencies

v2.1.0

23 Feb 18:16
f842cad
Compare
Choose a tag to compare
implement DataStream in EntryDataReader, remove incorrect exports in …

v2.0.0

23 Feb 13:17
7f490d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.2...v2.0.0

v1.14.2

19 Oct 14:02
196208d
Compare
Choose a tag to compare
update version

v1.14.1

06 Sep 12:23
8705e90
Compare
Choose a tag to compare
fix incorrect import in EntrySource

v1.14.0

06 Sep 11:38
9f7b21c
Compare
Choose a tag to compare
update version

v1.13.0

06 Sep 10:24
df4b745
Compare
Choose a tag to compare
link NodeFileReader in README