github zen-fs/core v1.7.0
1.7.0

latest releases: v2.5.2, v2.5.1, v2.5.0...
14 months ago
  • Added the Passthrough backend (#114)
    • This allows you to use an existing node:fs interface with ZenFS
  • Added support for set uid/gid behavior on directories to the VFS (#133)
    • Updated FileSystem.createFile and FileSystem.mkdir so contexts will be used for uid/gid
    • If a FileSystem applies setuid/setgid based on the mode, it can indicate this to the VFS by adding setid to its list of features.
  • Renamed emulation to vfs for clarity. There is now a export field for emulation in package.json for compatiblity
  • Added symlink, readlink, and realpath tests for contexts
  • Added --exit-on-fail/-e to zenfs-test
  • Reverted Async._patchAsync not throwing when out of sync on ENOENT

Don't miss a new core release

NewReleases is sending notifications on new releases.