We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83e33e commit 28938f2Copy full SHA for 28938f2
changelog.md
@@ -1,5 +1,17 @@
1
# Change Log
2
3
+## 5.4.0
4
+
5
+ * Use setImmediate instead of process.nextTick (thanks @regseb, see [#360][#360])
6
7
+<details>
8
+ <summary>Dependency Updates</summary>
9
10
+ * bump chai from 4.3.4 to 4.5.0
11
+ * bump eslint from 8.21.0 to 8.57.1
12
13
+</details>
14
15
## 5.3.0
16
17
* Remove conditions for untested versions
@@ -374,3 +386,4 @@ Detailed changes:
374
386
[#387]: https://github.com/tschaub/mock-fs/pull/387
375
387
[#390]: https://github.com/tschaub/mock-fs/pull/390
376
388
[#391]: https://github.com/tschaub/mock-fs/pull/391
389
+[#360]: https://github.com/tschaub/mock-fs/pull/360
0 commit comments