All Versions
55
Latest Version
Avg Release Cycle
74 days
Latest Release
441 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.7.3 Changes
March 21, 2016- ๐ Bugfixed
copy()
with symlink overwrite
- ๐ Bugfixed
-
v0.7.2 Changes
March 09, 2016- ๐ Fixed .dotfiles copying
-
v0.7.1 Changes
December 17, 2015- โก๏ธ Updated third party dependencies.
-
v0.7.0 Changes
July 20, 2015- (breaking change)
matching
option incopy()
andfind()
resolves glob patterns to the folder you want copy or find stuff in (previously CWD was used).
- (breaking change)
-
v0.6.5 Changes
June 19, 2015exists()
can handle ENOTDIR error.
-
v0.6.3 Changes
April 18, 2015- โ Added support for symbolic links.
-
v0.6.2 Changes
April 07, 2015- Option
matching
incopy()
andfind()
now accepts patterns anchored to CWD.
- Option
-
v0.6.1 Changes
April 03, 2015- Option
matching
incopy()
andfind()
now accepts negation patterns (e.g.!some/file.txt
).
- Option
-
v0.6.0 Changes
March 30, 2015- ๐จ Lots of code refactoring
- (breaking change)
dir()
no longer hasexists
option. - (breaking change)
file()
no longer hasexists
andempty
options. - (breaking change)
safe
option forwrite()
renamed toatomic
(and uses new algorithm under the hood). - (breaking change)
safe
option forread()
dropped (atomic
while writing is enough). - (breaking change) In
copy()
optionsonly
andallBut
have been replaced by optionmatching
. - (breaking change) In
remove()
optionsonly
andallBut
have been dropped (to do the same usefind()
, and then remove). - (breaking change) Default jsonIndent changed form 0 to 2.
find()
method added.- ๐ More telling errors when
read()
failed while parsing JSON.
-
v0.5.3 Changes
January 06, 2015inspect()
can return file access/modify/change time and mode.