All Versions
12
Latest Version
Avg Release Cycle
80 days
Latest Release
2075 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.2 Changes
January 14, 2019- 🛠Create a prefix directory whenever a directory type entry is missing from the tarball itself. Fixes #26.
-
v0.3.1 Changes
November 19, 2018- Fixed modification time restoration on Windows for read-only files #25.
-
v0.3.0 Changes
August 28, 2018- Support for
FTHardLink
restoration, but not creation yet. - Restoring files made even more lenient with creation of full directory path if any parents of it are missing.
- Support for
-
v0.2.5 Changes
August 28, 2018- Exported
untarWithExceptions
,restoreFileIntoLenient
- Exported
-
v0.2.4 Changes
August 27, 2018- Use forward slashes on Windows too, see issue #21
- Addition of
extractTarballLenient
andrestoreFileWithErrors
-
v0.2.3 Changes
February 10, 2018- Fixed compatibility with new
conduit >= 1.3.0
- Fixed compatibility with new
-
v0.2.3.1 Changes
June 06, 2018- Fixed drops associated payload for unsupported headers ((https://github.com/snoyberg/tar-conduit/issues/17)) (PR 18)
- Dropped support for GHC 7/Stack LTS-2, LTS-3, LTS-6
-
v0.2.2 Changes
February 06, 2018- Fixed proper unicode filepaths handling.
- Fixed restoration of symbolic links.
- Fixed restoring files with long names (>255), that use GNU tar format.
- Utilizing GNU tar standard implemented support for long (>2097151) values of OwnerId, GroupId, DeviceMinor and DeviceMajor values, as well as (>8589934591) for FileSize and ModificationTime. Thus removing the 8GB size limitation, allowing negative timestamps and fixing compatibility with systems that use UID and GID in the higher range.
- Expose
withFileInfo
. - Improved error reporting.
-
v0.2.1 Changes
February 03, 2018- Expose
untarChunks
- Expose
-
v0.2.0 Changes
January 23, 2018- Implemented tarball creation.
- Introduced
FileInfo
datatype that makes it easier to work with archives by automatically handling tar specific blocks and applying them toFileInfo
. - Full support for
ustar
format. - Support for GNU tar features: long file name. Discardes unsupported.
- Helper tar/untar functions for dealing directly with the filesystem.