Skip to content

Releases: aternosorg/armarius

v2.6.0

28 Apr 11:58
c1f73f2

Choose a tag to compare

Full Changelog: v2.5.1...v2.6.0

  • Add WriteArchiveStream
  • Add packer.packToStream
  • Expose Packer basePath option

v2.6.0-alpha.2

28 Apr 10:39
fc9771f

Choose a tag to compare

v2.6.0-alpha.2 Pre-release
Pre-release

v2.6.0-alpha.1

28 Apr 10:23
46d5705

Choose a tag to compare

v2.6.0-alpha.1 Pre-release
Pre-release

2.6.0-alpha.0

28 Apr 10:19
144aa53

Choose a tag to compare

2.6.0-alpha.0 Pre-release
Pre-release

Full Changelog: v2.5.1...2.6.0-alpha.0

  • Add WriteArchiveStream
  • Add packer.packToStream

v2.5.1

28 Apr 09:21
2ce6aba

Choose a tag to compare

Full Changelog: v2.5.0...v2.5.1

  • Fix typo

v2.5.0

28 Apr 07:49
dc193c0

Choose a tag to compare

Full Changelog: v2.4.0...v2.5.0

  • Added support for resource management with await using in IO and EntrySource objects
  • Added the WriteArchive.writeTo method to directly write the entire archive to an IO object
  • Added Extractor, Packer, and Verifier to perform simple archive operations on a file system
  • Added extract, pack, and verify functions for Node.js

v2.4.0

30 Apr 18:28
bf10614

Choose a tag to compare

Full Changelog: v2.3.1...v2.4.0

  • Add allowTrailingSlashInFileName entry option

v2.3.1

30 Apr 17:28
8e74073

Choose a tag to compare

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

10 Dec 16:30
c7c3ddd

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

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