Skip to content

Releases: tschaub/mock-fs

v5.4.0

11 Oct 15:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

26 Sep 17:37
Compare
Choose a tag to compare

What's Changed

  • Remove conditions for untested versions
  • Remove disabled tests for mock.fs (thanks @everett1992, see #391)
  • Fix tests on node 20 (thanks @everett1992, see #387)
  • Fix timeout in failing test (thanks @everett1992, see #390)
  • Stop testing on Node 12 and 14
Dependency Updates
  • chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1
  • chore(deps): bump actions/checkout from 2 to 4
  • chore(deps-dev): bump mocha from 9.2.2 to 10.7.3
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3
  • chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
  • chore(deps): bump json5 from 1.0.1 to 1.0.2

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

28 Oct 18:04
Compare
Choose a tag to compare

What's Changed

  • fix: fix bug on utimes, futimes, add support of lutimes by @3cp in #366
  • fix: fix EACCES error on access by root user by @danielkatz in #369

New Contributors

Full Changelog: v5.1.4...v5.2.0

v5.1.4

04 Aug 03:16
Compare
Choose a tag to compare

What's Changed

  • fix: TypeError: Cannot convert to a BigInt by @ahippler in #363

New Contributors

Full Changelog: v5.1.3...v5.1.4

v5.1.3

02 Aug 21:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.2...v5.1.3

v5.1.2

02 Aug 10:42
@3cp 3cp
ebfc4b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.1...v5.1.2

v5.1.1

02 Aug 10:41
@3cp 3cp
313cd08
Compare
Choose a tag to compare
  • Added engines to package.json to clarify that Node >= 12 is required (thanks @tillig, see [#337][#337])

v5.1.0

02 Aug 10:41
@3cp 3cp
8a6ad90
Compare
Choose a tag to compare

5.0.0

23 May 18:01
535a948
Compare
Choose a tag to compare

Breaking change

  • Remove support for Node < 12. If you want to use mock-fs to test on Node 10 or lower, stick with mock-fs@4.

New features

  • Support for BigInt file stats - required for Node 15+ (thanks @3cp, see #325)

v4.14.0

22 Apr 20:52
74e36f6
Compare
Choose a tag to compare
  • Attempt to fix logging when using mock-fs with tape (see #322)
  • Minor fix for bypass() (thanks @3cp, see #320)