Releases: LebJe/ArArchiveKit
Releases · LebJe/ArArchiveKit
Add GNU `ar` Support
Changelog
0.3.0 - 2021-07-14
Added
- Added support for the GNU
ar
format. - Added a
variant
field toArArchiveReader
. This field contains theVariant
of the archive that was parsed. - Add a
noEntries
case toArArchiveError
.
Changed
ArArchiveWriter
now requires users to callfinalize
to access the bytes of the archive.
Fixed
- Correctly parse archive headers whose
mode
field is 0.
Removed
ArArchiveWriter.bytes
.
Added `ArArchiveReaderIterator`.
0.2.2
0.2.1
Fix Archive Parsing
Changelog
Added
- Added three new options to Foundationless.
- Added support for changing the amount of characters/bytes printed, whether to print in binary of hexadecimal, and changing the line width in Foundationless.
Fixed
- Fixed a bug that occurred when parsing a file in an archive that contained a
\n
after it's content.
BSD `ar` Variation Support.
This release adds support for the BSD variation of the ar
format.
`ar` Archive Parsing Support
Changelog
- ArArchiveKit can parse archives.
First Release
Initial release.