0.9.7
Pre-release
Pre-release
- 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 passingoffset
andlength
parameters PreloadFile.write
now callssync
- Fixed
readFileSync
overload ordering - Updated
promises.writeFile
overloads - Made
path
argument ofApiError.With
optional - Made
File.position
andFile.path
required - Fixed
Mutex.lock
not addingresolve
if the path hadn't been locked, meaning noresolve
s would ever be added. - Changed
BigIntStats.*timeNs
to be getters onStatsCommon
- Added initializers to
StatsFs
andBigIntStatsFs
- Added better handling for
AsyncStorFS.store
. An error will now be thrown ifstore
has not been set. - Fixed
createBackend
notawait
ingcheckOptions
- Changed
BackendConfiguration
to take a singleBackend
type parameter - Added
Dir._entries
initializer - Renamed
getFdForFile
tofile2fd