Skip to content

Releases: streamich/memfs

v3.4.7

24 Jun 19:55
Compare
Choose a tag to compare

3.4.7 (2022-06-24)

Bug Fixes

  • dont patch getuid and getgid on process anymore (#847) (1c19e87)

v3.4.6

18 Jun 20:44
Compare
Choose a tag to compare

3.4.6 (2022-06-18)

Bug Fixes

v3.4.5

18 Jun 20:29
Compare
Choose a tag to compare

3.4.5 (2022-06-18)

Bug Fixes

  • throw EEXIST when opening file that already exists with 'wx' flag (#853) (8b021b3)

v3.4.4

28 May 03:58
Compare
Choose a tag to compare

3.4.4 (2022-05-28)

Bug Fixes

  • allow Uint8Arrays to be passed to FsWriteStream (#842) (4398992)

v3.4.3

17 May 20:01
Compare
Choose a tag to compare

3.4.3 (2022-05-17)

Bug Fixes

  • ensure js file is copied to expected place (#838) (90e2e1d)

v3.4.2

17 May 19:12
Compare
Choose a tag to compare

3.4.2 (2022-05-17)

Bug Fixes

  • set closed property correct on Node 18 (#836) (d1823e1)

v3.4.1

30 Dec 14:39
Compare
Choose a tag to compare

3.4.1 (2021-12-30)

Bug Fixes

  • recursively sync children steps to fix rename (43e8222)

v3.4.0

24 Nov 13:57
Compare
Choose a tag to compare

3.4.0 (2021-11-24)

Features

  • support the throwIfNoEntry option (80cf803)

v3.3.0

19 Sep 15:49
Compare
Choose a tag to compare

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)

v3.2.4

02 Sep 19:35
Compare
Choose a tag to compare

3.2.4 (2021-09-02)

Bug Fixes

  • πŸ› use globalThis defensively (eed6bbf)