Skip to content

0.12.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-pre james-pre released this 19 May 18:33
· 202 commits to main since this release
v0.12.1
aaa3fb7
  • Fixed FileSystem.exists (+*Sync) returning false for non-ENOENT errors
  • Fixed _open (+*Sync) incorrectly handling non-ENOENT errors
  • _open (+*Sync) now adds the original stack trace on the second throw
  • Fixed configure overwriting per-mount disableAsyncCache option
  • Improved configure handling when no mounts are specified
  • Added overloads to configure
  • configure now gives a Typescript error when a mount's configuration is incorrect
  • Added BackendConfiguration.disableAsyncCache
  • Fixed missing Buffer import (#63)— Thanks @atty303!
  • Consistent type assertions
  • Added FileSystemMetadata.noAsyncCache
  • Added AsyncFS._disableSync
  • Added FileSystemMetadata.noResizableBuffers, which
  • Updated utilium to v0.4.0