Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Jul 14, 2017
1 parent eb16cda commit 3d25473
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
4.0.0 / 2017-07-14
------------------

### Changed

- **BREAKING:** The promisified versions of `fs.read()` & `fs.write()` now return objects. See [the docs](docs/fs-read-write.md) for details.
- `fs.move()` now errors out when source and destination are the same.
- Applied upstream fixes from `rimraf` to `fs.remove()` & `fs.removeSync()`.

### Fixed

- Got `fs.outputJSONSync()` working again; it was broken due to refactoring.

Also clarified the docs in a few places.

3.0.1 / 2017-05-04
------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs-extra",
"version": "3.0.1",
"version": "4.0.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.",
"homepage": "https://github.com/jprichardson/node-fs-extra",
"repository": {
Expand Down

0 comments on commit 3d25473

Please sign in to comment.