Releases: streamich/memfs
Releases · streamich/memfs
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
v3.4.5
3.4.5 (2022-06-18)
Bug Fixes
- throw EEXIST when opening file that already exists with 'wx' flag (#853) (8b021b3)
v3.4.4
3.4.4 (2022-05-28)
Bug Fixes
- allow
Uint8Array
s to be passed to FsWriteStream
(#842) (4398992)
v3.4.3
3.4.3 (2022-05-17)
Bug Fixes
- ensure js file is copied to expected place (#838) (90e2e1d)
v3.4.2
3.4.2 (2022-05-17)
Bug Fixes
- set
closed
property correct on Node 18 (#836) (d1823e1)
v3.4.1
3.4.1 (2021-12-30)
Bug Fixes
- recursively sync children steps to fix rename (43e8222)