memfs

JavaScript file system utilities

APACHE-2.0 License

Downloads
66.3M
Stars
1.6K
Committers
55

Bot releases are visible (Hide)

memfs - v3.4.5

Published by streamich over 2 years ago

3.4.5 (2022-06-18)

Bug Fixes

  • throw EEXIST when opening file that already exists with 'wx' flag (#853) (8b021b3)
memfs - v3.4.4

Published by streamich over 2 years ago

3.4.4 (2022-05-28)

Bug Fixes

  • allow Uint8Arrays to be passed to FsWriteStream (#842) (4398992)
memfs - v3.4.3

Published by streamich over 2 years ago

3.4.3 (2022-05-17)

Bug Fixes

  • ensure js file is copied to expected place (#838) (90e2e1d)
memfs - v3.4.2

Published by streamich over 2 years ago

3.4.2 (2022-05-17)

Bug Fixes

  • set closed property correct on Node 18 (#836) (d1823e1)
memfs - v3.4.1

Published by streamich almost 3 years ago

3.4.1 (2021-12-30)

Bug Fixes

  • recursively sync children steps to fix rename (43e8222)
memfs - v3.4.0

Published by streamich almost 3 years ago

3.4.0 (2021-11-24)

Features

  • support the throwIfNoEntry option (80cf803)
memfs - v3.3.0

Published by streamich about 3 years ago

3.3.0 (2021-09-19)

Bug Fixes

  • 🐛 remove unused method (05b2a47)

Features

  • 🎸 add .rmSync(), .rm(), and .promises.rm() methods (2414fb6)
  • 🎸 add support for "recursive" and "force" flags in .rm() (7f6714c)
memfs - v3.2.4

Published by streamich about 3 years ago

3.2.4 (2021-09-02)

Bug Fixes

  • 🐛 use globalThis defensively (eed6bbf)
memfs - v3.2.3

Published by streamich about 3 years ago

3.2.3 (2021-08-31)

Bug Fixes

  • global and timers this arg in browser (1e93ab1)
  • prevent callback from triggering twice when callback throws (07e8215)
  • prevent callback from triggering twice when callback throws (6db755d), closes #542
memfs - v3.2.2

Published by streamich over 3 years ago

3.2.2 (2021-04-05)

Bug Fixes

  • deps: update dependency fs-monkey to v1.0.2 (07f05db)
  • deps: update dependency fs-monkey to v1.0.3 (84346ed)
memfs - v3.2.1

Published by streamich over 3 years ago

3.2.1 (2021-03-31)

Bug Fixes

  • add The Unlicense license SDPX in package.json (#594) (0e7b04b)
memfs - v3.2.0

Published by streamich over 4 years ago

3.2.0 (2020-05-19)

Bug Fixes

  • 'fromJSON()' did not consider cwd when creating directories (3d6ee3b)

Features

  • support nested objects in 'fromJSON()' (f8c329c)
memfs - v3.1.3

Published by streamich over 4 years ago

3.1.3 (2020-05-14)

Bug Fixes

  • deps: update dependency fs-monkey to v1.0.1 (10fc705)
memfs - v3.1.2

Published by streamich over 4 years ago

3.1.2 (2020-03-12)

Bug Fixes

  • should throw EEXIST instead of EISDIR on mkdirSync('/') (f89eede)
memfs - v3.1.1

Published by streamich over 4 years ago

3.1.1 (2020-02-17)

Bug Fixes

  • deps: update dependency fs-monkey to v1 (ccd1be0)
memfs - v3.1.0

Published by streamich over 4 years ago

3.1.0 (2020-02-17)

Features

  • replace fast-extend with native Object.assign (934f1f3)
  • specify engines field with node constraint of >= 8.3.0 (7d3b132)
memfs - v3.0.6

Published by streamich over 4 years ago

3.0.6 (2020-02-16)

Bug Fixes

  • export DirectoryJSON from index (c447a6c)
memfs - v3.0.5

Published by streamich over 4 years ago

3.0.5 (2020-02-15)

Bug Fixes

  • remove space from error message (42f870a)
  • use IStore interface instead of Storage (ff82480)
  • use PathLike type from node (98a4014)
memfs - v3.0.4

Published by streamich almost 5 years ago

3.0.4 (2020-01-15)

Bug Fixes

  • 🐛 handle opening directories with O_DIRECTORY (acdfac8), closes #494
memfs - v3.0.3

Published by streamich almost 5 years ago

3.0.3 (2019-12-25)

Bug Fixes

  • rmdir: proper async functionality (cc75c56)
  • rmdir: support recursive option (1e943ae)
  • watch: suppress event-emitter warnings (1ab2dcb)