Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork139
Comparing changes
Open a pull request
base repository:streamich/memfs
Uh oh!
There was an error while loading.Please reload this page.
base:v4.48.0
head repository:streamich/memfs
Uh oh!
There was an error while loading.Please reload this page.
compare:master
- 18commits
- 10files changed
- 5contributors
Commits on Oct 1, 2025
ci: run tests on Node.js 22.x and 24.x
checks.yml: run tests under Node.js 18.x, 20.x, 22.x, 24.x
Merge pull request#1206from streamich/fix-write-over-dir
fix: 🐛 throw EISDIR when writing over folder
chore(release): 4.48.1 [skip ci]
## [4.48.1](v4.48.0...v4.48.1) (2025-10-01)### Bug Fixes* 🐛 throw EISDIR when writing over folder ([d20095e](d20095e))
fix: harden flaky watchFile test by adding proper timing delays
Co-authored-by: streamich <9773803+streamich@users.noreply.github.com>
Merge pull request#1208from streamich/copilot/fix-607d163e-0126-46f…
…7-b20e-37d67e23be3c[skip ci]
Commits on Oct 6, 2025
feat: handle stream reading past file size in FsaNodeReadStream
Co-authored-by: streamich <9773803+streamich@users.noreply.github.com>
Merge pull request#1210from streamich/copilot/fix-2b466ca6-c20f-4dd…
…5-ba6c-f247873f1bc2fix: handle stream reading past file size in FsaNodeReadStream
chore(release): 4.49.0 [skip ci]
# [4.49.0](v4.48.1...v4.49.0) (2025-10-06)### Bug Fixes* harden flaky watchFile test by adding proper timing delays ([092a1ba](092a1ba))### Features* handle stream reading past file size in FsaNodeReadStream ([2eac49b](2eac49b))
Commits on Oct 27, 2025
feat: optimize Node buffer management to prevent O(n^2) overhead
Co-authored-by: streamich <9773803+streamich@users.noreply.github.com>
Commits on Oct 28, 2025
Merge pull request#1213from streamich/overallocate-node-buffer
Over-allocate `Node` buffer for fast append writes
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))
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v4.48.0...master
Uh oh!
There was an error while loading.Please reload this page.