fs-jetpack
Advanced tools
Changelog
0.6.1 (2015-04-03)
matching
in copy()
and find()
now accepts negation patterns (e.g. !some/file.txt
).Changelog
0.6.0 (2015-03-30)
dir()
no longer has exists
option.file()
no longer has exists
and empty
options.safe
option for write()
renamed to atomic
(and uses new algorithm under the hood).safe
option for read()
dropped (atomic
while writing is enough).copy()
options only
and allBut
have been replaced by option matching
.remove()
options only
and allBut
have been dropped (to do the same use find()
, and then remove).find()
method added.read()
failed while parsing JSON.Changelog
0.5.0 (2014-08-31)
tree()
renamed to inspectTree()
.list()
has changed.inspect()
and inspectTree()
can calculate md5 and sha1 checksums.fs.createReadStream()
and fs.createWriteStream()
.Changelog
0.4.1 (2014-07-16)
copy()
now copies also file permissions on unix systems.append()
can specify file mode if file doesn't exist.