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: 59768d3
Choose a base ref
...
head repository: streamich/memfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 420c46a
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

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
Loading