All Versions
12
Latest Version
Avg Release Cycle
80 days
Latest Release
1900 days ago

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.
  • v0.2.5 Changes

    August 28, 2018
    • Exported untarWithExceptions, restoreFileIntoLenient
  • v0.2.4 Changes

    August 27, 2018
    • Use forward slashes on Windows too, see issue #21
    • Addition of extractTarballLenient and restoreFileWithErrors
  • v0.2.3 Changes

    February 10, 2018
    • Fixed compatibility with new conduit >= 1.3.0
  • v0.2.3.1 Changes

    June 06, 2018
  • 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
  • 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 to FileInfo.
    • 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.