Skip to content

Releases: simolus3/tar

1.0.4

17 Feb 19:30
Compare
Choose a tag to compare
  • Migrate away from UnmodifiableUint8ListView which is deprecated in Dart 3.4.

1.0.3

10 Dec 13:30
Compare
Choose a tag to compare

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

19 Oct 20:40
3383397
Compare
Choose a tag to compare
  • Fix a few typos in documentation comments.

1.0.1

25 Jul 16:50
3c68cba
Compare
Choose a tag to compare
  • Fix an incompatibility with Dart 3.1+

1.0.0

25 Jul 11:37
7d46e26
Compare
Choose a tag to compare
  • Breaking Add class modifiers where applicable.

0.5.6

25 Aug 10:59
23ee71d
Compare
Choose a tag to compare

0.5.6

  • Allow cancelling a TarEntry.contents subscription before reading more files (#23).

0.5.5+1

03 Jun 13:51
901ae40
Compare
Choose a tag to compare
  • No user-visible changes

0.5.5

22 Mar 13:56
50dcf36
Compare
Choose a tag to compare
  • Fix a crash when pausing a subscription to TarEntry.contents right before they end.

0.5.4

18 Feb 21:32
ce8aae4
Compare
Choose a tag to compare

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

17 Feb 11:23
c44d5f0
Compare
Choose a tag to compare
  • Improve error messages when reading a tar entry after, or during, a call to moveNext().