Skip to content

0.9.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-pre james-pre released this 07 May 15:25
· 491 commits to main since this release
v0.9.7
75329bd
  • Enabled strict mode, which lead to a lot of bugs being fixed.
  • Added full compatibility for fs.PathLike, not just strings
  • Fixed new Uint8Array(arrayBuffer) not passing offset and length parameters
  • PreloadFile.write now calls sync
  • Fixed readFileSync overload ordering
  • Updated promises.writeFile overloads
  • Made path argument of ApiError.With optional
  • Made File.position and File.path required
  • Fixed Mutex.lock not adding resolve if the path hadn't been locked, meaning no resolves would ever be added.
  • Changed BigIntStats.*timeNs to be getters on StatsCommon
  • Added initializers to StatsFs and BigIntStatsFs
  • Added better handling for AsyncStorFS.store. An error will now be thrown if store has not been set.
  • Fixed createBackend not awaiting checkOptions
  • Changed BackendConfiguration to take a single Backend type parameter
  • Added Dir._entries initializer
  • Renamed getFdForFile to file2fd