memfs

JavaScript file system utilities

APACHE-2.0 License

Downloads
66.3M
Stars
1.6K
Committers
55

Bot releases are visible (Hide)

memfs - v2.10.0

Published by streamich about 6 years ago

2.10.0 (2018-09-16)

Features

memfs - v2.9.4

Published by streamich over 6 years ago

2.9.4 (2018-07-05)

Bug Fixes

memfs - v2.9.3

Published by streamich over 6 years ago

2.9.3 (2018-07-05)

Bug Fixes

  • remove unused buggy import (3463019)
memfs - v2.9.2

Published by streamich over 6 years ago

2.9.2 (2018-07-05)

Bug Fixes

  • trigger release on Travis (f3bcc77)
memfs - v2.9.1

Published by streamich over 6 years ago

2.9.1 (2018-06-26)

Bug Fixes

  • check if .destroy exists (e7df8a5)
memfs - v2.6.2

Published by streamich almost 7 years ago

2.6.2 (2018-01-10)

Bug Fixes

  • deps: update dependency fs-monkey to ^0.3.0 (ef20bcc)
memfs - v2.6.1

Published by streamich almost 7 years ago

2.6.1 (2018-01-09)

Bug Fixes

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

Published by streamich almost 7 years ago

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

memfs - v2.x.x

Published by streamich about 7 years ago

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