All Versions
12
Latest Version
Avg Release Cycle
130 days
Latest Release
1271 days ago

Changelog History
Page 2

  • v2.1 Changes

    September 10, 2018

    ๐Ÿš€ This release adds support for lz4 compression (thanks to github.com/pierrec/lz4) and sz compression (thanks to github.com/golang/snappy). It also happens to include a number of bug fixes ๐Ÿ˜„.

  • v2.0 Changes

    November 30, 2016

    ๐Ÿš€ This release adds support for .tar.xz (and .txz) file format, thanks to ulikunitz/xz.

    ๐Ÿ“ฆ The archiver package also has a breaking API change, hence the v2.0 tag. For example, archiver.Zip() and archiver.Unzip() have become archiver.Zip.Make() and archiver.Zip.Open(), respectively.