Skip to content

Releases: simolus3/tar

0.5.2

16 Feb 15:35
8ae5302
Compare
Choose a tag to compare
  • This package now supports being compiled to JavaScript.

0.5.1

14 Sep 14:57
50f4f9a
Compare
Choose a tag to compare

0.5.1

  • Improve performance when reading large archives

0.5.0

20 Aug 16:50
b79ccdf
Compare
Choose a tag to compare
  • Support sync encoding with tarConverter.

0.4.0

20 May 08:19
b5c5a11
Compare
Choose a tag to compare

0.4.0

  • Support generating tar files with GNU-style long link names
  • Add format parameter to tarWritingSink and tarWriterWith

0.3.3

28 Apr 16:46
e8bf3e8
Compare
Choose a tag to compare

0.3.3

  • Drop chunked_stream dependency in favor of package:async.

0.3.2

12 Apr 16:21
32f0203
Compare
Choose a tag to compare
  • Allow arbitrarily many zero bytes at the end of an archive when disallowTrailingData is enabled.

0.3.1

29 Mar 20:40
fbe1b94
Compare
Choose a tag to compare
  • Add the disallowTrailingData parameter to TarReader. When the option is set, readNext will ensure that the input stream does not emit further data after the tar archive has been fully read.

0.3.0

01 Mar 19:30
b1fe315
Compare
Choose a tag to compare
  • Remove outdated references in the documentation

0.3.0-nullsafety.0

21 Jan 18:47
179804f
Compare
Choose a tag to compare
  • Remove TarReader.contents and TarReader.header. Use current.contents and current.header, respectively.
  • Fix some minor implementation details

0.1.0-nullsafety.1

27 Dec 18:12
66d2d58
Compare
Choose a tag to compare
  • Support writing user and group names
  • Better support for PAX-headers and large files