Releases: zen-fs/core
Releases · zen-fs/core
1.7.2
1.7.1
1.7.0
- Added the
Passthrough
backend (#114)- This allows you to use an existing
node:fs
interface with ZenFS
- This allows you to use an existing
- Added support for set uid/gid behavior on directories to the VFS (#133)
- Updated
FileSystem.createFile
andFileSystem.mkdir
so contexts will be used for uid/gid - If a
FileSystem
applies setuid/setgid based on themode
, it can indicate this to the VFS by addingsetid
to its list of features.
- Updated
- Renamed
emulation
tovfs
for clarity. There is now a export field foremulation
in package.json for compatiblity - Added
symlink
,readlink
, andrealpath
tests for contexts - Added
--exit-on-fail
/-e
tozenfs-test
- Reverted
Async._patchAsync
not throwing when out of sync onENOENT
1.6.17
1.6.16
1.6.15
1.6.14
1.6.13
1.6.12
Async
's async
methods will no longer try to sync to the cache before it is initialized. (zen-fs/dom#23)
1.6.11
Async
now patches itself so async operations (even on child classes) will also update the sync cache (#132)- Added
Async
tests to prevent a regression
- Added
- Simplified
AsyncMixin
interface - Made c8 an optional dependency instead of a development dependency
- Changed target from ES2020 to ES2019
- Removed bigint literals (#160)