Skip to content

Commit c2033b8

Browse files
committed
Log changes
1 parent 24e674d commit c2033b8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

changelog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 5.0.0
4+
5+
Breaking change:
6+
7+
* Remove support for Node < 12. If you want to use mock-fs to test on Node 10 or lower, stick with mock-fs@4.
8+
9+
New features:
10+
11+
* Support for BigInt file stats - required for Node 15+ (thanks @3cp, see [#325][#325])
12+
313
## 4.14.0
414

515
* Attempt to fix logging when using `mock-fs` with `tape` (see [#322][#322])
@@ -8,7 +18,7 @@
818
## 4.13.0
919

1020
* Make `process.chdir()`, `process.cwd()`, and `fs.createWriteStream()` work with `bypass()` (thanks @3cp, see [#307][#307])
11-
* Fix memory leak associated with Node 10 (thanks #3cp, see [#303][#303])
21+
* Fix memory leak associated with Node 10 (thanks @3cp, see [#303][#303])
1222
* Async function handling in `bypass()` (see [#306][#306])
1323
* Big new feature! Temporarily bypass the mocked filesystem with the `bypass()` function (thanks @nonara, see [#304][#304])
1424

@@ -308,3 +318,4 @@ Detailed changes:
308318
[#307]: https://github.com/tschaub/mock-fs/pull/307
309319
[#320]: https://github.com/tschaub/mock-fs/pull/320
310320
[#322]: https://github.com/tschaub/mock-fs/pull/322
321+
[#325]: https://github.com/tschaub/mock-fs/pull/325

0 commit comments

Comments
 (0)