Releases: streamich/memfs
Releases · streamich/memfs
v2.17.1
2.17.1 (2019-11-26)
Bug Fixes
- set-up semantic-release packages (0554c7e)
v2.15.4
2.15.4 (2019-06-01)
Bug Fixes
- 🐛 accept
null
as value in fromJSON
functions (9e1af7d)
- 🐛 annotate return type of
toJSON
functions (6609840)
v2.15.3
2.15.3 (2019-06-01)
Bug Fixes
- 🐛 mocks process.emitWarning for browser compatibility (e3456b2), closes #374
v2.15.1
2.15.1 (2019-02-09)
Bug Fixes
- 🐛 show directory path when throwing EISDIR in mkdir (9dc7007)
- 🐛 throw when creating root directory (f77fa8b), closes #325
v2.15.0
2.15.0 (2019-01-27)
Features
- volume: add env variable to suppress fs.promise api warnings (e6b6d0a)
v2.14.2
2.14.2 (2018-12-11)
Bug Fixes
- fds to start from 0x7fffffff instead of 0xffffffff (#277) (31e44ba)
v2.14.1
2.14.1 (2018-11-29)
Bug Fixes
- don't copy legacy files into dist (ab8ffbb), closes #263