Releases: nodelib/nodelib
Releases · nodelib/nodelib
@nodelib/[email protected]
@nodelib/[email protected]
Changelog
@nodelib/[email protected]
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/[email protected]
Changelog
@nodelib/[email protected]
Breaking Changes
- Require Node.js 18.18.0+
- Introduce Promise-based API with
@nodelib/fs.stat/promises
@nodelib/[email protected]
@nodelib/[email protected]
Changelog
@nodelib/[email protected]
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/[email protected]
@nodelib/[email protected]
Changelog
@nodelib/[email protected]
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/[email protected]
Changelog
@nodelib/[email protected]
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/[email protected]
Changelog
@nodelib/[email protected]
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/[email protected]
Changelog
@nodelib/[email protected]
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)