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.32.1
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.33.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 1, 2025

  1. Initial plan

    Copilot committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    ea1b071 View commit details
    Browse the repository at this point in the history
  2. feat: fix ENOTDIR vs ENOENT error handling for file-as-directory scen…

    …arios
    
    Co-authored-by: streamich <9773803+streamich@users.noreply.github.com>
    Copilot and streamich committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    adab01d View commit details
    Browse the repository at this point in the history
  3. fix: correct ENOTDIR vs ENOENT error handling after symlink resolution

    Co-authored-by: streamich <9773803+streamich@users.noreply.github.com>
    Copilot and streamich committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    63b5cb3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1147 from streamich/copilot/fix-1050

    fix: correct ENOTDIR vs ENOENT error when using file as directory
    streamich authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    87d6bdd View commit details
    Browse the repository at this point in the history
  5. chore(release): 4.33.0 [skip ci]

    # [4.33.0](v4.32.1...v4.33.0) (2025-08-01)
    
    ### Bug Fixes
    
    * correct ENOTDIR vs ENOENT error handling after symlink resolution ([63b5cb3](63b5cb3))
    
    ### Features
    
    * fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios ([adab01d](adab01d))
    semantic-release-bot committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    331d76b View commit details
    Browse the repository at this point in the history
Loading