github zen-fs/core v0.9.7
0.9.7

latest releases: v2.4.4, v2.4.3, v2.4.2...
pre-release20 months ago
  • 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

Don't miss a new core release

NewReleases is sending notifications on new releases.