Releases: simolus3/tar
Releases · simolus3/tar
1.0.4
Migrate away from UnmodifiableUint8ListView
which is deprecated in Dart 3.4.
1.0.3
1.0.3
Fix the reader throwing a FormatException
(instead of a TarException
) when reading tar files with invalid UTF bytes in their PAX headers.
Fix a range error for invalid zero-length PAX entries.
1.0.2
Fix a few typos in documentation comments.
1.0.1
Fix an incompatibility with Dart 3.1+
1.0.0
Breaking Add class modifiers where applicable.
0.5.6
0.5.6
Allow cancelling a TarEntry.contents
subscription before reading more files (#23 ).
0.5.5
Fix a crash when pausing a subscription to TarEntry.contents
right before they end.
0.5.4
0.5.4
Fix generating corrupt tar files when adding lots of entries at very high speeds (#20) .
Allow tar files with invalid utf8 content in PAX header values if those values aren't used for anything important.
0.5.3
Improve error messages when reading a tar entry after, or during, a call to moveNext()
.
You can’t perform that action at this time.