hpath v0.8.0 Release Notes
Release Date: 2016-06-05 // almost 7 years ago-
- ๐
copyDirRecursiveOverwrite
,copyFileOverwrite
,easyCopyOverwrite
andmoveFileOverwrite
have been removed, instead use the versions without the *Overwrite suffix and pass inStrict
(for default behavior) orOverwrite
as the CopyMode argument - 0๏ธโฃ introduced a new
RecursiveErrorMode
type to allow controlling recursive behavior ofcopyDirRecursive
(useFailEarly
for default behavior) - ๐
createRegularFile
andcreateDir
now take FileMode as a parameter (also seenewFilePerms
andnewDirPerms
) - ๐ various documentation fixes
- ๐ improved reliability of tests
- ๐