Releases: streamich/memfs
Releases Β· streamich/memfs
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)
v3.4.0
3.4.0 (2021-11-24)
Features
- support the
throwIfNoEntry
option (80cf803)
v3.3.0
3.3.0 (2021-09-19)
Bug Fixes
- π remove unused method (05b2a47)
Features
- πΈ add .rmSync(), .rm(), and .promises.rm() methods (2414fb6)
- πΈ add support for "recursive" and "force" flags in .rm() (7f6714c)
v3.2.4
3.2.4 (2021-09-02)
Bug Fixes
- π use globalThis defensively (eed6bbf)
v3.2.3
3.2.3 (2021-08-31)
Bug Fixes
- global and timers this arg in browser (1e93ab1)
- prevent callback from triggering twice when callback throws (07e8215)
- prevent callback from triggering twice when callback throws (6db755d), closes #542
v3.2.2
3.2.2 (2021-04-05)
Bug Fixes
- deps: update dependency fs-monkey to v1.0.2 (07f05db)
- deps: update dependency fs-monkey to v1.0.3 (84346ed)