- Added the
Passthroughbackend (#114)- This allows you to use an existing
node:fsinterface with ZenFS
- This allows you to use an existing
- Added support for set uid/gid behavior on directories to the VFS (#133)
- Updated
FileSystem.createFileandFileSystem.mkdirso contexts will be used for uid/gid - If a
FileSystemapplies setuid/setgid based on themode, it can indicate this to the VFS by addingsetidto its list of features.
- Updated
- Renamed
emulationtovfsfor clarity. There is now a export field foremulationin package.json for compatiblity - Added
symlink,readlink, andrealpathtests for contexts - Added
--exit-on-fail/-etozenfs-test - Reverted
Async._patchAsyncnot throwing when out of sync onENOENT