- Added support for Node v24.7.0
- Added
autoCloseoption toFileHandle.readableWebStream - Made
Dirdisposers idempotent - Added
fs.mkdtempDisposableSyncandfs.promises.mkdtempDisposable
- Added
- Added "default" directories along with
Configuration.defaultDirectories.
When set,configurewill automatically create common directories from the Linux Filesystem Hierarchy.
This includes/tmp,/var, and/etc - Re-licensed under the LGPL. Most projects will not need to do anything, though any forks and patches (not dependents) of ZenFS must also use the LGPL in order to update. This does not extend to the rest of your code. Just like with the MIT license, distributing ZenFS requires inclusion of the license.
- Fixed incorrect iterator return result type for
fs.watch - Updated dependencies