-
-
Notifications
You must be signed in to change notification settings - Fork 146
Comparing changes
Open a pull request
base repository: streamich/memfs
base: v4.15.0
head repository: streamich/memfs
compare: v4.17.0
- 13 commits
- 14 files changed
- 5 contributors
Commits on Dec 22, 2024
-
fix: resolve relative symlinks to the current directory (#1079)
Fixes #725. Symlinks are intended to be stored as relative paths to their target file.
Configuration menu - View commit details
-
Copy full SHA for 63e3873 - Browse repository at this point
Copy the full SHA 63e3873View commit details -
Configuration menu - View commit details
-
Copy full SHA for f389874 - Browse repository at this point
Copy the full SHA f389874View commit details
Commits on Dec 30, 2024
-
fix: don't fail on closing fd after reset has been called (#550) (#1081)
* fix: don't fail on closing fd after reset has been called (#550) * fix: only skip EBADF errors on async close and only when aborted * fix: remove abortControllers and just call closeFile asynchronously from close
Configuration menu - View commit details
-
Copy full SHA for ede0f4f - Browse repository at this point
Copy the full SHA ede0f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59768d3 - Browse repository at this point
Copy the full SHA 59768d3View commit details
Commits on Jan 1, 2025
-
fix: allow setting custom file types beyond S_IFREG and S_IFDIR (#1082)
Prior to this change, the `mode` argument to `Node` and `Volume` was only used to set the file permissions.
Configuration menu - View commit details
-
Copy full SHA for 24da3e7 - Browse repository at this point
Copy the full SHA 24da3e7View commit details -
chore(release): 4.15.3 [skip ci]
## [4.15.3](v4.15.2...v4.15.3) (2025-01-01) ### Bug Fixes * allow setting custom file types beyond S_IFREG and S_IFDIR ([#1082](#1082)) ([24da3e7](24da3e7))
Configuration menu - View commit details
-
Copy full SHA for 420c46a - Browse repository at this point
Copy the full SHA 420c46aView commit details -
chore(deps): lock file maintenance (#1084)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4702811 - Browse repository at this point
Copy the full SHA 4702811View commit details
Commits on Jan 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6489172 - Browse repository at this point
Copy the full SHA 6489172View commit details -
chore(release): 4.15.4 [skip ci]
## [4.15.4](v4.15.3...v4.15.4) (2025-01-09) ### Bug Fixes * remove `debugger` statement ([#1086](#1086)) ([6489172](6489172))
Configuration menu - View commit details
-
Copy full SHA for 77c4a53 - Browse repository at this point
Copy the full SHA 77c4a53View commit details -
feat: support
UInt8Arrayin place ofBuffer(#1083)* fix: allow UInt8Array in pathToFilename This seems reasonable, considering memfs supports the browser, and users are more likely to have instances of Uint8Array there. * refactor: merge imports --------- Co-authored-by: Gareth Jones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d3662a - Browse repository at this point
Copy the full SHA 0d3662aView commit details -
chore(release): 4.16.0 [skip ci]
# [4.16.0](v4.15.4...v4.16.0) (2025-01-09) ### Features * support `UInt8Array` in place of `Buffer` ([#1083](#1083)) ([0d3662a](0d3662a))
Configuration menu - View commit details
-
Copy full SHA for cdb0403 - Browse repository at this point
Copy the full SHA cdb0403View commit details -
feat: allow setting rdev on node (#1085)
This adds it to stat too, so rdev will propagate.
Configuration menu - View commit details
-
Copy full SHA for 2717334 - Browse repository at this point
Copy the full SHA 2717334View commit details -
chore(release): 4.17.0 [skip ci]
# [4.17.0](v4.16.0...v4.17.0) (2025-01-09) ### Features * allow setting rdev on node ([#1085](#1085)) ([2717334](2717334))
Configuration menu - View commit details
-
Copy full SHA for 90a4bc6 - Browse repository at this point
Copy the full SHA 90a4bc6View commit details
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.15.0...v4.17.0