Skip to content

Releases: streamich/memfs

v3.4.10

03 Nov 17:41
Compare
Choose a tag to compare

3.4.10 (2022-11-03)

Bug Fixes

v3.4.9

29 Oct 20:18
Compare
Choose a tag to compare

3.4.9 (2022-10-29)

Bug Fixes

v3.4.8

28 Oct 04:12
Compare
Choose a tag to compare

3.4.8 (2022-10-28)

Bug Fixes

  • extend with null bytes when calling truncate with a len greater than the current file size (#875) (25027fb)

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)