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

Commit5094071

Browse files
chore(release): 4.50.0 [skip ci]
# [4.50.0](v4.49.0...v4.50.0) (2025-10-28)### Features* 🎸 improve Node buffer allocation strategy ([d1edb3f](d1edb3f))* optimize Node buffer management to prevent O(n^2) overhead ([95d6f09](95d6f09))
1 parent16f452f commit5094071

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#[4.50.0](https://github.com/streamich/memfs/compare/v4.49.0...v4.50.0) (2025-10-28)
2+
3+
4+
###Features
5+
6+
* 🎸 improve Node buffer allocation strategy ([d1edb3f](https://github.com/streamich/memfs/commit/d1edb3fa70f119642fb7fdd603e7e89f752afa11))
7+
* optimize Node buffer management to prevent O(n^2) overhead ([95d6f09](https://github.com/streamich/memfs/commit/95d6f091fef065abb60b5515754b2c8081117e4f))
8+
19
#[4.49.0](https://github.com/streamich/memfs/compare/v4.48.1...v4.49.0) (2025-10-06)
210

311

‎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.49.0",
3+
"version":"4.50.0",
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