8000
We read every piece of feedback, and take your input very seriously.
1 parent 786072f commit ec2ea44Copy full SHA for ec2ea44
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.17.2](https://github.com/streamich/memfs/compare/v4.17.1...v4.17.2) (2025-05-15)
2
+
3
4
+### Performance Improvements
5
6
+* use promises rather than `setImmediate` so that I/O is executed within the current task stack ([#1100](https://github.com/streamich/memfs/issues/1100)) ([786072f](https://github.com/streamich/memfs/commit/786072f60e7c5e9fc37c235c23a56380a337d704))
7
8
## [4.17.1](https://github.com/streamich/memfs/compare/v4.17.0...v4.17.1) (2025-05-03)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
- "version": "4.17.1",
+ "version": "4.17.2",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",