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
.