Skip to content

0.18.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-pre james-pre released this 25 Sep 19:06
· 539 commits to main since this release
v0.18.1
db39834
  • Fixed Mutexed not working correctly due to an issue where a method would call another method that would attempt another lock. (Thanks to @terryluan12 for all the help)
  • Mutexed now mutexes filesystem wide, due to side effects
  • Also changed MutexedFS.isLocked to a getter
  • Fixed spelling of synchronous in port/fs.ts and readme.md (#103, Thanks @fetsorn)
  • Stats.hasAccess no longer requires a credentials argument