Releases: nodelib/nodelib
Releases · nodelib/nodelib
@nodelib/fs.walk@3.0.1
@nodelib/fs.walk@3.0.0
Changelog
@nodelib/fs.walk@3.0.0
Breaking Changes
- Require Node.js 18.18.0+
- Support AbortSignal to abort the walk (#104)
- Introduce Promise-based API with
@nodelib/fs.walk/promises
(#118) - Intercept errors from the user filters (#117)
- Fix
fs.walkStream
to properly end async iterators (thanks @gpittarelli, #103)
@nodelib/fs.stat@4.0.0
Changelog
@nodelib/fs.stat@4.0.0
Breaking Changes
- Require Node.js 18.18.0+
- Introduce Promise-based API with
@nodelib/fs.stat/promises
@nodelib/fs.scandir@4.0.1
@nodelib/fs.scandir@4.0.0
Changelog
@nodelib/fs.scandir@4.0.0
Breaking Changes
- Require Node.js 18.18.0+
- Introduce Promise-based API with
@nodelib/fs.scandir/promises
- Add
parentPath
to manually createdfs.Dirent
- Support upcoming
fs.Dirent
changes
@nodelib/fs.macchiato@3.0.0
Changelog
@nodelib/fs.macchiato@3.0.0
Breaking Changes
- Require Node.js 18.18.0+
@nodelib/fs.walk@2.0.0
Changelog
@nodelib/fs.walk@2.0.0
Breaking Changes
- Require Node.js 16.14.0+
- Only Typescript 5+ is officially supported. Most likely will work on previous versions as well, but no guarantees here.
- Do not throw an error when reader has already been destroyed (#98)
@nodelib/fs.stat@3.0.0
Changelog
@nodelib/fs.stat@3.0.0
Breaking Changes
- Require Node.js 16.14.0+
- Only Typescript 5+ is officially supported. Most likely will work on previous versions as well, but no guarantees here.
- The
error
argument now can be a null. According to a similarfs.stat
method from Node.js.
@nodelib/fs.scandir@3.0.0
Changelog
@nodelib/fs.scandir@3.0.0
Breaking Changes
- Require Node.js 16.14.0+
- Only Typescript 5+ is officially supported. Most likely will work on previous versions as well, but no guarantees here.
- The
error
argument now can be a null. According to a similarfs.*
method from Node.js. - Use
fs.Dirent
as type instead of custom interface.
@nodelib/fs.macchiato@2.0.0
Changelog
@nodelib/fs.macchiato@2.0.0
Breaking Changes
- Require Node.js 16.14.0+
- Only Typescript 5+ is officially supported. Most likely will work on previous versions as well, but no guarantees here.
- Use native implementation of
fs.Dirent
andfs.Stats
(#91)