Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: streamich/memfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.15.0
Choose a base ref
...
head repository: streamich/memfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.17.0
Choose a head ref
  • 13 commits
  • 14 files changed
  • 5 contributors

Commits on Dec 22, 2024

  1. fix: resolve relative symlinks to the current directory (#1079)

    Fixes #725.
    
    Symlinks are intended to be stored as relative
    paths to their target file.
    kylecarbs authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    63e3873 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.15.1 [skip ci]

    ## [4.15.1](v4.15.0...v4.15.1) (2024-12-22)
    
    ### Bug Fixes
    
    * resolve relative symlinks to the current directory ([#1079](#1079)) ([63e3873](63e3873)), closes [#725](#725)
    semantic-release-bot committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    f389874 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. 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
    adiktofsugar authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    ede0f4f View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.15.2 [skip ci]

    ## [4.15.2](v4.15.1...v4.15.2) (2024-12-30)
    
    ### Bug Fixes
    
    * don't fail on closing fd after reset has been called ([#550](#550)) ([#1081](#1081)) ([ede0f4f](ede0f4f))
    semantic-release-bot committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    59768d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. 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.
    kylecarbs authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    24da3e7 View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    420c46a View commit details
    Browse the repository at this point in the history
  3. chore(deps): lock file maintenance (#1084)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    4702811 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    6489172 View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    77c4a53 View commit details
    Browse the repository at this point in the history
  3. feat: support UInt8Array in place of Buffer (#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]>
    kylecarbs and G-Rath authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    0d3662a View commit details
    Browse the repository at this point in the history
  4. 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))
    semantic-release-bot committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    cdb0403 View commit details
    Browse the repository at this point in the history
  5. feat: allow setting rdev on node (#1085)

    This adds it to stat too, so rdev will propagate.
    kylecarbs authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    2717334 View commit details
    Browse the repository at this point in the history
  6. 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))
    semantic-release-bot committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    90a4bc6 View commit details
    Browse the repository at this point in the history
Loading