Releases: streamich/memfs
Releases · streamich/memfs
v2.6.2
2.6.2 (2018-01-10)
Bug Fixes
- deps: update dependency fs-monkey to ^0.3.0 (ef20bcc)
v2.6.1
2.6.1 (2018-01-09)
Bug Fixes
- fs.open on directory as read-only (61ce424)
v2.6.0
2.6.0 (2017-11-24)
Bug Fixes
- correct error for writeFileSync and non-existing path (84f6ff8)
- error throwing semantics (fb95d4c)
- make work in Webpack (a162520)
- rename() path fix #40 (68439db)
- Windows path separator (caefb36)
Features
v2.x.x
First release of 2.0 version, this includes:
- 100% of Node's fs API implemented
- Stores files in memory, in Buffers
- Throws same* errors as Node.js
- Has concept of i-nodes
- Implements hard links
- Implements soft links (aka symlinks, symbolic links)
- Can be used in browser, see memfs-webpack