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 d66876f commit fa3af4aCopy full SHA for fa3af4a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [4.42.0](https://github.com/streamich/memfs/compare/v4.41.0...v4.42.0) (2025-09-16)
2
+
3
4
+### Features
5
6
+* 🎸 implement `.openAsBlob()` for `FsaNodeFs` ([26068e8](https://github.com/streamich/memfs/commit/26068e8ca2e8b2f5b1449a38dfebfd5be2a02e6b))
7
8
# [4.41.0](https://github.com/streamich/memfs/compare/v4.40.0...v4.41.0) (2025-09-16)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
- "version": "4.41.0",
+ "version": "4.42.0",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
0 commit comments