Releases: streamich/memfs
Releases · streamich/memfs
v2.13.1
2.13.1 (2018-11-11)
Bug Fixes
- 🐛 don't install semantic-release, incompat with old Node (cd2b69c)
v2.13.0
2.13.0 (2018-11-07)
Bug Fixes
- add missing string type for realpathSync's options argument (2f0c93c)
- fix chmod to actually change mode (de5aca6)
- fix private openFile function (be5654b)
- fix toUnixTimestamp when converting Date objects (a8c8998)
- fix TypeScript 2322 error (a5e99fe)
- fix TypeScript 2554 error (5a32a4e)
Features
v2.12.1
2.12.1 (2018-11-06)
Bug Fixes
- add missing string type for appendFile's options argument (f6e8baf)
- fix URL support for path argument of readFile and readFileSync (1c9c57f)
v2.12.0
2.12.0 (2018-11-05)
Features
- add withFileTypes option support for readdir and readdirSync (f03f3d1)
v2.11.0
2.11.0 (2018-11-05)
Features
- add relative option support for mkdir and mkdirSync (15aae89)
v2.9.4
2.9.4 (2018-07-05)
Bug Fixes
v2.9.3
2.9.3 (2018-07-05)
Bug Fixes
- remove unused buggy import (3463019)