hpath v0.8.0 Release Notes

Release Date: 2016-06-05 // almost 8 years ago
    • ๐Ÿšš copyDirRecursiveOverwrite, copyFileOverwrite, easyCopyOverwrite and moveFileOverwrite have been removed, instead use the versions without the *Overwrite suffix and pass in Strict (for default behavior) or Overwrite as the CopyMode argument
    • 0๏ธโƒฃ introduced a new RecursiveErrorMode type to allow controlling recursive behavior of copyDirRecursive (use FailEarly for default behavior)
    • ๐Ÿ‘€ createRegularFile and createDir now take FileMode as a parameter (also see newFilePerms and newDirPerms)
    • ๐Ÿ“š various documentation fixes
    • ๐Ÿ‘Œ improved reliability of tests