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.3.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.4.0
Choose a head ref
  • 5 commits
  • 14 files changed
  • 6 contributors

Commits on Sep 15, 2023

  1. chore(deps): update jest monorepo to v29 (major) (#844)

    * chore(deps): update jest monorepo to v29
    
    * test: update snapshot formatting
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Gareth Jones <jones258@gmail.com>
    renovate[bot] and G-Rath authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    539a78d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    125a996 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. feat(volume): implement readv and writev (#946)

    * fix(volume): readBase throws error when given length is larger than buffer size
    
    * test(volume): add tests for readSync
    
    * feat(volume): add readv and readvSync
    
    * feat(volume): add readv and writev
    
    * feat(volume): add readv and writev to FileHandle
    
    * fix: add methods to the list
    
    * fix: support -1 in all read and write methods
    uhyo authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    966e17e View commit details
    Browse the repository at this point in the history
  2. feat(volume): toJSON now accepts the asBuffer parameter (#952)

    `vol.toJSON` can now output the virtual directory structure
    as a map of `Buffer` if the `asBuffer` parameter is set to
    `true`. The default behavior is still to output a map of
    `utf8` strings.
    shorwood authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    91a3742 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.4.0 [skip ci]

    # [4.4.0](v4.3.0...v4.4.0) (2023-09-22)
    
    ### Features
    
    * **volume:** `toJSON` now accepts the `asBuffer` parameter ([#952](#952)) ([91a3742](91a3742))
    * **volume:** implement readv and writev ([#946](#946)) ([966e17e](966e17e))
    semantic-release-bot committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d1d66f6 View commit details
    Browse the repository at this point in the history
Loading