"jsonfile": "~1.1.0"
to "jsonfile": "^1.2.0", bumped minor because of
jsonfiledep change from
~to
^`. #670.8.x
support, 0.9.0
was published moments ago and should have been done therencp
from ~0.4.2
to ^0.5.1
, #58rimraf
from ~2.2.6
to ^2.2.8
mkdirp
from 0.3.x
to ^0.5.0
ensureFile()
, ensureFileSync()
ensureDir()
, ensureDirSync()
#31move()
method. From: https://github.com/andrewrk/node-mvfilter
implemented on copy()
and copySync()
. (Srirangan / #36)copySync()
implemented (Srirangan / #33)jsonfile
version 1.1.0
which gives options
params for the JSON methods. Closes #32copy()
now works if destination directory does not exist. Closes #29homepage
field in package.json to remove NPM warning4
to 2
to follow Node conventionsjsonfile
deprimraf
depstrict
mode, closes #24outputJson()/outputJsonSync()
, closes #23ncp
and rimraf
.graceful-fs
support. Closes #17readTextFile
.readJSONFile
to readJSON
and readJson
, same with write.jsonfile
from 4 to 2.testutil
deps for tests.touch()
to createFile()
outputFile()
and outputFileSync()
readTextFile()
and readTextFileSync()
.touch()
and touchSync()
methods.mkdir
to mkdirs
/mkdirp
.rimraf
dep.readJSONFile
.deleteSync()
didn't exist.remove()
/delete()
that wouldn't execute the function if a callback wasn't passed.copyFile()
to copy()
. copy()
can now copy directories (recursively) too.rmrf()
to remove()
.remove()
aliased with delete()
.mkdirp
capabilities. Named: mkdir()
. Hides Node.js native mkdir()
.fs
module with new functions, I now copy over the native methods to a new object and export that instead.