Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec2ea44

Browse files
chore(release): 4.17.2 [skip ci]
## [4.17.2](v4.17.1...v4.17.2) (2025-05-15)### Performance Improvements* use promises rather than `setImmediate` so that I/O is executed within the current task stack ([#1100](#1100)) ([786072f](786072f))
1 parent786072f commitec2ea44

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
##[4.17.1](https://github.com/streamich/memfs/compare/v4.17.0...v4.17.1) (2025-05-03)
29

310

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"memfs",
3-
"version":"4.17.1",
3+
"version":"4.17.2",
44
"description":"In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp