- 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 passingoffsetandlengthparameters PreloadFile.writenow callssync- Fixed
readFileSyncoverload ordering - Updated
promises.writeFileoverloads - Made
pathargument ofApiError.Withoptional - Made
File.positionandFile.pathrequired - Fixed
Mutex.locknot addingresolveif the path hadn't been locked, meaning noresolves would ever be added. - Changed
BigIntStats.*timeNsto be getters onStatsCommon - Added initializers to
StatsFsandBigIntStatsFs - Added better handling for
AsyncStorFS.store. An error will now be thrown ifstorehas not been set. - Fixed
createBackendnotawaitingcheckOptions - Changed
BackendConfigurationto take a singleBackendtype parameter - Added
Dir._entriesinitializer - Renamed
getFdForFiletofile2fd