Skip to content

Releases: streamich/memfs

v3.2.1

31 Mar 20:19
Compare
Choose a tag to compare

3.2.1 (2021-03-31)

Bug Fixes

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

v3.2.0

19 May 13:43
Compare
Choose a tag to compare

3.2.0 (2020-05-19)

Bug Fixes

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

Features

  • support nested objects in 'fromJSON()' (f8c329c)

v3.1.3

14 May 10:47
Compare
Choose a tag to compare

3.1.3 (2020-05-14)

Bug Fixes

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

v3.1.2

12 Mar 18:53
Compare
Choose a tag to compare

3.1.2 (2020-03-12)

Bug Fixes

  • should throw EEXIST instead of EISDIR on mkdirSync('/') (f89eede)

v3.1.1

17 Feb 15:03
Compare
Choose a tag to compare

3.1.1 (2020-02-17)

Bug Fixes

  • deps: update dependency fs-monkey to v1 (ccd1be0)

v3.1.0

17 Feb 08:59
Compare
Choose a tag to compare

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)

v3.0.6

16 Feb 03:17
Compare
Choose a tag to compare

3.0.6 (2020-02-16)

Bug Fixes

  • export DirectoryJSON from index (c447a6c)

v3.0.5

15 Feb 09:36
Compare
Choose a tag to compare

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)

v3.0.4

15 Jan 12:26
Compare
Choose a tag to compare

3.0.4 (2020-01-15)

Bug Fixes

  • 🐛 handle opening directories with O_DIRECTORY (acdfac8), closes #494

v3.0.3

25 Dec 14:47
Compare
Choose a tag to compare

3.0.3 (2019-12-25)

Bug Fixes

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