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: v3.5.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: v3.5.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 20, 2023

  1. fix: ensure metadata is updated correctly so that watchFile is corr…

    …ectly triggered (#891)
    
    * fix: some metadata changes not follow common unix filesystem lead to node.watchFile not trigger
    
    1. nlink default value is 2
    2. add subfolder nlink++
    3. atime updated
    4. ctime updated after uid/gid/atime/mtime/perm/nlink updated
    
    #889
    
    * fix: ignore . and .. from readdir
    refactor: add the appropriate modifiers to properties & getters & setters.
    
    Co-authored-by: Gareth Jones <Jones258@Gmail.com>
    
    ---------
    
    Co-authored-by: Gareth Jones <Jones258@Gmail.com>
    vangie and G-Rath authored Apr 20, 2023
    1 Configuration menu
    Copy the full SHA
    8af880e View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.5.1 [skip ci]

    ## [3.5.1](v3.5.0...v3.5.1) (2023-04-20)
    
    ### Bug Fixes
    
    * ensure metadata is updated correctly so that `watchFile` is correctly triggered ([#891](#891)) ([8af880e](8af880e))
    semantic-release-bot committed Apr 20, 2023
    1 Configuration menu
    Copy the full SHA
    9aba943 View commit details
    Browse the repository at this point in the history
Loading