Skip to content

Releases: streamich/memfs

v2.6.2

10 Jan 00:57
Compare
Choose a tag to compare

2.6.2 (2018-01-10)

Bug Fixes

  • deps: update dependency fs-monkey to ^0.3.0 (ef20bcc)

v2.6.1

09 Jan 14:38
b90c016
Compare
Choose a tag to compare

2.6.1 (2018-01-09)

Bug Fixes

  • fs.open on directory as read-only (61ce424)

v2.6.0

24 Nov 22:13
0a8444a
Compare
Choose a tag to compare

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

13 Aug 09:26
Compare
Choose a tag to compare
v2.x.x Pre-release
Pre-release

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