Releases: aternosorg/armarius
Releases · aternosorg/armarius
v2.3.0
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
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
v2.1.2
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Full Changelog: v2.1.0...v2.1.1
- Update dependencies
v2.1.0
implement DataStream in EntryDataReader, remove incorrect exports in …
v2.0.0
What's Changed
- Update year in LICENSE by @pavog in #2
- Move IO and compression operations to
armarius-io
: https://github.com/aternosorg/armarius-io - Replace
DataReaderEntrySource
withDataStreamEntrySource
that accepts anyDataStream
andIO
object
Full Changelog: v1.14.2...v2.0.0
v1.14.2
update version
v1.14.1
fix incorrect import in EntrySource
v1.14.0
update version
v1.13.0
link NodeFileReader in README