Releases: zen-fs/core
Releases · zen-fs/core
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
- Changes 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
1.5.1
1.5.0
- Contexts are now
fs
module compatible - Changed
BoundContext
to have thefs
be separate from the root and credentials, for security- this is a breaking change to an experimental feature
- Removed tsconfig.json from package
- Fixed
File
's type parameter not being used - Remove non-functional development dependency
typedoc-plugin-remove-references
1.4.3
- Fixed
resolveMount
not working correctly when a file name starts with the name of a mount point in the same directory (#151, thanks @SardineFish) - Upgraded to Typescript 5.7 and removed unneeded type declarations for resizable
ArrayBuffer
andSharedArrayBuffer
(#149, thanks @yoursunny) - Fixed
fs.promises.writeFile
not supportingDataView
and having an incorrect error message