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

Commits on Aug 1, 2025

  1. Initial plan

    Copilot committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    cee39fe View commit details
    Browse the repository at this point in the history
  2. fix: make position parameter optional in readvSync, writeSync, and wr…

    …itevSync methods
    
    Co-authored-by: streamich <9773803+streamich@users.noreply.github.com>
    Copilot and streamich committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    3e4ccc6 View commit details
    Browse the repository at this point in the history
  3. fix: correct writevSync return type to number per Node.js documentation

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

    fix: make position parameter optional in readvSync, writeSync, and writevSync methods
    streamich authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    8d943aa View commit details
    Browse the repository at this point in the history
  5. chore(release): 4.28.1 [skip ci]

    ## [4.28.1](v4.28.0...v4.28.1) (2025-08-01)
    
    ### Bug Fixes
    
    * correct writevSync return type to number per Node.js documentation ([d7720c3](d7720c3))
    * make position parameter optional in readvSync, writeSync, and writevSync methods ([3e4ccc6](3e4ccc6))
    semantic-release-bot committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    056c58e View commit details
    Browse the repository at this point in the history
Loading