fs-jetpack
Advanced tools
Changelog
3.0.0 (2020-07-15)
move()
and rename()
default overwrite behaviour have changed, now by default both methods throw error if destination path already exists.Changelog
2.2.2 (2019-02-19)
remove()
to fix https://github.com/szwacz/fs-jetpack/issues/80Changelog
2.2.1 (2019-01-20)
find()
no longer crashes on ENOENT (e.g. when one of the files has been deleted by other process).newName
passed to rename()
isn't a path.Changelog
2.1.1 (2018-09-19)