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 48f0481 commit 2d5d369Copy full SHA for 2d5d369
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [4.29.0](https://github.com/streamich/memfs/compare/v4.28.1...v4.29.0) (2025-08-01)
2
+
3
4
+### Features
5
6
+* add missing Node.js fs APIs with proper TypeScript types and stubs ([280f317](https://github.com/streamich/memfs/commit/280f31701a219deed4b131c573e5fbd14cc50912))
7
8
## [4.28.1](https://github.com/streamich/memfs/compare/v4.28.0...v4.28.1) (2025-08-01)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
- "version": "4.28.1",
+ "version": "4.29.0",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
0 commit comments