Skip to content

Releases: streamich/memfs

v2.17.1

26 Nov 12:32
Compare
Choose a tag to compare

2.17.1 (2019-11-26)

Bug Fixes

  • set-up semantic-release packages (0554c7e)

v2.17.0

26 Nov 12:20
bdb77e4
Compare
Choose a tag to compare

2.17.0 (2019-11-26)

Features

v2.15.5

16 Jul 20:38
Compare
Choose a tag to compare

2.15.5 (2019-07-16)

Bug Fixes

v2.15.4

01 Jun 08:39
Compare
Choose a tag to compare

2.15.4 (2019-06-01)

Bug Fixes

  • 🐛 accept null as value in fromJSON functions (9e1af7d)
  • 🐛 annotate return type of toJSON functions (6609840)

v2.15.3

01 Jun 08:36
Compare
Choose a tag to compare

2.15.3 (2019-06-01)

Bug Fixes

  • 🐛 mocks process.emitWarning for browser compatibility (e3456b2), closes #374

v2.15.2

16 Feb 20:27
Compare
Choose a tag to compare

2.15.2 (2019-02-16)

Bug Fixes

  • 🐛 BigInt type handling (c640f25)

v2.15.1

09 Feb 20:08
Compare
Choose a tag to compare

2.15.1 (2019-02-09)

Bug Fixes

  • 🐛 show directory path when throwing EISDIR in mkdir (9dc7007)
  • 🐛 throw when creating root directory (f77fa8b), closes #325

v2.15.0

27 Jan 19:41
Compare
Choose a tag to compare

2.15.0 (2019-01-27)

Features

  • volume: add env variable to suppress fs.promise api warnings (e6b6d0a)

v2.14.2

11 Dec 19:50
Compare
Choose a tag to compare

2.14.2 (2018-12-11)

Bug Fixes

  • fds to start from 0x7fffffff instead of 0xffffffff (#277) (31e44ba)

v2.14.1

29 Nov 16:28
Compare
Choose a tag to compare

2.14.1 (2018-11-29)

Bug Fixes

  • don't copy legacy files into dist (ab8ffbb), closes #263