archiver v2.0 Release Notes

Release Date: 2016-11-30 // over 7 years ago
  • 🚀 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.