Releases: aternosorg/armarius
Releases · aternosorg/armarius
v2.6.0
Full Changelog: v2.5.1...v2.6.0
- Add WriteArchiveStream
- Add
packer.packToStream - Expose Packer basePath option
v2.6.0-alpha.2
Full Changelog: v2.6.0-alpha.1...v2.6.0-alpha.2
v2.6.0-alpha.1
Full Changelog: 2.6.0-alpha.0...v2.6.0-alpha.1
2.6.0-alpha.0
Full Changelog: v2.5.1...2.6.0-alpha.0
- Add WriteArchiveStream
- Add
packer.packToStream
v2.5.1
Full Changelog: v2.5.0...v2.5.1
- Fix typo
v2.5.0
Full Changelog: v2.4.0...v2.5.0
- Added support for resource management with
await usingin IO and EntrySource objects - Added the
WriteArchive.writeTomethod to directly write the entire archive to an IO object - Added
Extractor,Packer, andVerifierto perform simple archive operations on a file system - Added
extract,pack, andverifyfunctions for Node.js
v2.4.0
Full Changelog: v2.3.1...v2.4.0
- Add allowTrailingSlashInFileName entry option
v2.3.1
Full Changelog: v2.3.0...v2.3.1
- Use central directory length instead of entry count to check if the start position can be validated
v2.3.0
Full Changelog: v2.2.0...v2.3.0
- Add
allowAdditionalCentralDirectoryEntriesoption: 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