Browse Source

0.9.0

ci/travis-osximage 0.9.0
JP Richardson 11 years ago
parent
commit
7cc3e1792d
  1. 10
      CHANGELOG.md
  2. 2
      package.json

10
CHANGELOG.md

@ -1,3 +1,13 @@
0.9.0 / 2014-05-22
------------------
* upgraded `ncp` from `~0.4.2` to `^0.5.1`, #58
* upgraded `rimraf` from `~2.2.6` to `^2.2.8`
* upgraded `mkdirp` from `0.3.x` to `^0.5.0`
* added methods `ensureFile()`, `ensureFileSync()`
* added methods `ensureDir()`, `ensureDirSync()` #31
* added `move()` method. From: https://github.com/andrewrk/node-mv
0.8.1 / 2013-10-24 0.8.1 / 2013-10-24
------------------ ------------------
* copy failed to return an error to the callback if a file doesn't exist (ulikoehler #38, #39) * copy failed to return an error to the callback if a file doesn't exist (ulikoehler #38, #39)

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "fs-extra", "name": "fs-extra",
"version": "0.8.1", "version": "0.9.0",
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.", "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"homepage": "https://github.com/jprichardson/node-fs-extra", "homepage": "https://github.com/jprichardson/node-fs-extra",
"repository": { "repository": {

Loading…
Cancel
Save