Skip to content

Releases: nodelib/nodelib

@nodelib/[email protected]

01 Dec 21:10
Compare
Choose a tag to compare

Changelog

@nodelib/[email protected]

  • Fix broken exports path (#123)

@nodelib/[email protected]

01 Dec 13:23
32f75d7
Compare
Choose a tag to compare

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]

01 Dec 13:20
32f75d7
Compare
Choose a tag to compare

Changelog

@nodelib/[email protected]

Breaking Changes

  • Require Node.js 18.18.0+
  • Introduce Promise-based API with @nodelib/fs.stat/promises

@nodelib/[email protected]

01 Dec 21:09
Compare
Choose a tag to compare

Changelog

@nodelib/[email protected]

  • Fix broken exports path (#123)

@nodelib/[email protected]

01 Dec 13:22
32f75d7
Compare
Choose a tag to compare

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 created fs.Dirent
  • Support upcoming fs.Dirent changes

@nodelib/[email protected]

01 Dec 13:19
32f75d7
Compare
Choose a tag to compare

Changelog

@nodelib/[email protected]

Breaking Changes

  • Require Node.js 18.18.0+

@nodelib/[email protected]

28 Jul 17:42
Compare
Choose a tag to compare

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]

28 Jul 17:35
Compare
Choose a tag to compare

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 similar fs.stat method from Node.js.

@nodelib/[email protected]

28 Jul 17:38
Compare
Choose a tag to compare

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 similar fs.* method from Node.js.
  • Use fs.Dirent as type instead of custom interface.

@nodelib/[email protected]

28 Jul 17:32
Compare
Choose a tag to compare

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 and fs.Stats (#91)