Releases: streamich/memfs
Releases · streamich/memfs
v3.5.1
3.5.1 (2023-04-20)
Bug Fixes
- ensure metadata is updated correctly so that
watchFile
is correctly triggered (#891) (8af880e)
v3.5.0
3.5.0 (2023-04-06)
Features
- support the
recursive
option for fs.watch()
(#902) (c829803)
v3.4.9
3.4.9 (2022-10-29)
Bug Fixes
v3.4.8
3.4.8 (2022-10-28)
Bug Fixes
- extend with null bytes when calling
truncate
with a len
greater than the current file size (#875) (25027fb)
v3.4.7
3.4.7 (2022-06-24)
Bug Fixes
- dont patch
getuid
and getgid
on process
anymore (#847) (1c19e87)
v3.4.6
3.4.6 (2022-06-18)
Bug Fixes