Releases: zen-fs/core
Releases · zen-fs/core
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
- Node v22 is now supported
- New
fs
functions:glob
,globSync
,promises.glob
- Changed to
FileHandle.read
andFileHandle.write
- New
- Most device features are no longer experimental
- Added
addDevice
- Added
DeviceDriver.singleton
andDeviceDriver.init
options - Added device data to
DeviceFile
types - Deprecated
DeviceFS.createDevice
(useaddDevice
) - Changed
devices
to a named export - Organized emulation extra types
- Patched Typescript (see microsoft/TypeScript#60654)
- Removed internal
_synced
function - Deprecated
fs.mounts
for securitymounts
is not deprecated, just the export in thefs
namespace