Skip to content

v4.13.0

Compare
Choose a tag to compare
@tschaub tschaub released this 20 Aug 23:05
· 82 commits to main since this release
  • Make process.chdir(), process.cwd(), and fs.createWriteStream() work with bypass() (thanks @3cp, see #307)
  • Fix memory leak associated with Node 10 (thanks #3cp, see #303)
  • Async function handling in bypass() (see #306)
  • Big new feature! Temporarily bypass the mocked filesystem with the bypass() function (thanks @nonara, see #304)