Releases: LebJe/ArArchiveKit
Releases · LebJe/ArArchiveKit
Add GNU `ar` Support
Changelog
0.3.0 - 2021-07-14
Added
- Added support for the GNU
arformat. - Added a
variantfield toArArchiveReader. This field contains theVariantof the archive that was parsed. - Add a
noEntriescase toArArchiveError.
Changed
ArArchiveWriternow requires users to callfinalizeto access the bytes of the archive.
Fixed
- Correctly parse archive headers whose
modefield 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
\nafter 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.