|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 5.3.0 |
| 4 | + |
| 5 | + * Remove conditions for untested versions |
| 6 | + * Remove disabled tests for mock.fs (thanks @everett1992, see [#391][#391]) |
| 7 | + * Fix tests on node 20 (thanks @everett1992, see [#387][#387]) |
| 8 | + * Fix timeout in failing test (thanks @everett1992, see [#390][#390]) |
| 9 | + * Stop testing on Node 12 and 14 |
| 10 | + |
| 11 | +<details> |
| 12 | + <summary>Dependency Updates</summary> |
| 13 | + |
| 14 | + * chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1 |
| 15 | + * chore(deps): bump actions/checkout from 2 to 4 |
| 16 | + * chore(deps-dev): bump mocha from 9.2.2 to 10.7.3 |
| 17 | + * chore(deps-dev): bump braces from 3.0.2 to 3.0.3 |
| 18 | + * chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 |
| 19 | + * chore(deps): bump json5 from 1.0.1 to 1.0.2 |
| 20 | + |
| 21 | +</details> |
| 22 | + |
| 23 | +## 5.2.0 |
| 24 | + |
| 25 | + * Fix EACCES error on access by root user (thanks @danielkatz, see [#369][#369]) |
| 26 | + * Fix bug on utimes and futimes; add support of lutimes (thanks @3cp, see [#366][#366]) |
| 27 | + |
| 28 | +## 5.1.4 |
| 29 | + |
| 30 | + * Fix for BigInt stats in Node 16.7 (thanks @ahippler, see [#363][#363]) |
| 31 | + |
3 | 32 | ## 5.1.3 |
4 | 33 |
|
5 | 34 | * Fix for BigInt stats in Node 18.7 (thanks @3cp, see [#361][#361]) |
@@ -339,3 +368,9 @@ Detailed changes: |
339 | 368 | [#337]: https://github.com/tschaub/mock-fs/pull/337 |
340 | 369 | [#342]: https://github.com/tschaub/mock-fs/pull/342 |
341 | 370 | [#361]: https://github.com/tschaub/mock-fs/pull/361 |
| 371 | +[#363]: https://github.com/tschaub/mock-fs/pull/363 |
| 372 | +[#366]: https://github.com/tschaub/mock-fs/pull/366 |
| 373 | +[#369]: https://github.com/tschaub/mock-fs/pull/369 |
| 374 | +[#387]: https://github.com/tschaub/mock-fs/pull/387 |
| 375 | +[#390]: https://github.com/tschaub/mock-fs/pull/390 |
| 376 | +[#391]: https://github.com/tschaub/mock-fs/pull/391 |
0 commit comments