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

Commits on Jan 9, 2025

  1. 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
  2. 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
Loading