Skip to content

Releases: nodelib/nodelib

@nodelib/fs.walk@2.0.0

28 Jul 17:42
Compare
Choose a tag to compare

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

28 Jul 17:35
Compare
Choose a tag to compare

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

@nodelib/fs.scandir@3.0.0

28 Jul 17:38
Compare
Choose a tag to compare

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

@nodelib/fs.macchiato@2.0.0

28 Jul 17:32
Compare
Choose a tag to compare

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

@nodelib/fs.walk@1.2.8

08 Jul 18:43
Compare
Choose a tag to compare

Changelog

@nodelib/fs.walk@1.2.8

Performance

  • Some performance improvements for very large directories by avoid creating a new strings and arrays (#68)

@nodelib/fs.walk@1.2.7

04 Jun 07:44
Compare
Choose a tag to compare

Changelog

@nodelib/fs.walk@1.2.7

Fixes

  • Reduce size of the package (#65)

@nodelib/fs.walk@1.2.6

27 Dec 14:23
Compare
Choose a tag to compare

Changelog

@nodelib/fs.walk@1.2.6

Fixes

  • Correctly handle the leading slash (#63)

@nodelib/fs.walk@1.2.5

27 Dec 13:42
Compare
Choose a tag to compare

Changelog

@nodelib/fs.walk@1.2.5

Fixes

  • Do not emit events after reader destroy (#53)
  • Do not destroy reader when it is already destroyed (#58)

@nodelib/fs.scandir@2.1.4

27 Dec 13:44
Compare
Choose a tag to compare

Changelog

@nodelib/fs.scandir@2.1.4

Fixes

  • Correctly handler the leading slash (#54)
    • The correct handling of cases when the first segment is a root (/, C:/) or UNC path (//?/C:/).

@nodelib/fs.walk@1.2.2

25 Jun 06:09
Compare
Choose a tag to compare

Changelog

@nodelib/fs.walk@1.2.2

  • Bump fs.scandir version.