Skip to content

Commit a7f303b

Browse files
committed
8.0.0
1 parent 0bc36ff commit a7f303b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
8.0.0 / 2019-05-11
2+
------------------
3+
4+
**NOTE:** Node.js v6 support is depreciated, and will be dropped in the next major release.
5+
6+
- Use `renameSync()` under the hood in `moveSync()`
7+
- Fix bug with bind-mounted directories in `copy*()` ([#613](https://github.com/jprichardson/node-fs-extra/issues/613), [#618](https://github.com/jprichardson/node-fs-extra/pull/618))
8+
- Fix bug in `move()` with case-insensitive file systems
9+
- Use `fs.stat()`'s `bigint` option in `copy*()` & `move*()` where possible ([#657](https://github.com/jprichardson/node-fs-extra/issues/657))
10+
111
7.0.1 / 2018-11-07
212
------------------
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fs-extra",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"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.",
55
"engines": {
66
"node": ">=6 <7 || >=8"

0 commit comments

Comments
 (0)