Releases: streamich/memfs
Releases · streamich/memfs
v3.2.1
3.2.1 (2021-03-31)
Bug Fixes
- add
The Unlicense
license SDPX in package.json (#594) (0e7b04b)
v3.2.0
3.2.0 (2020-05-19)
Bug Fixes
- 'fromJSON()' did not consider cwd when creating directories (3d6ee3b)
Features
- support nested objects in 'fromJSON()' (f8c329c)
v3.1.3
3.1.3 (2020-05-14)
Bug Fixes
- deps: update dependency fs-monkey to v1.0.1 (10fc705)
v3.1.2
3.1.2 (2020-03-12)
Bug Fixes
- should throw
EEXIST
instead of EISDIR
on mkdirSync('/')
(f89eede)
v3.1.1
3.1.1 (2020-02-17)
Bug Fixes
- deps: update dependency fs-monkey to v1 (ccd1be0)
v3.1.0
3.1.0 (2020-02-17)
Features
- replace
fast-extend
with native Object.assign
(934f1f3)
- specify
engines
field with node
constraint of >= 8.3.0
(7d3b132)
v3.0.6
3.0.6 (2020-02-16)
Bug Fixes
- export
DirectoryJSON
from index
(c447a6c)
v3.0.5
3.0.5 (2020-02-15)
Bug Fixes
- remove space from error message (42f870a)
- use
IStore
interface instead of Storage
(ff82480)
- use
PathLike
type from node (98a4014)
v3.0.4
3.0.4 (2020-01-15)
Bug Fixes
- 🐛 handle opening directories with O_DIRECTORY (acdfac8), closes #494
v3.0.3
3.0.3 (2019-12-25)
Bug Fixes
- rmdir: proper async functionality (cc75c56)
- rmdir: support recursive option (1e943ae)
- watch: suppress event-emitter warnings (1ab2dcb)