Skip to content

Releases: paulmillr/readdirp

4.0.1

25 Aug 19:57
4.0.1
0e43589
Compare
Choose a tag to compare

Quick fix for invalid esm imports.

Full Changelog: 4.0.0...4.0.1

4.0.0

25 Aug 19:51
4.0.0
6110913
Compare
Choose a tag to compare
  • Rewrite in typescript
  • Support hybrid common.js / esm modules
  • Remove glob support and all dependencies
  • Increase minimum node.js from v8 to v14
  • Make sure you're using let {readdirp} = require('readdirp') in common.js

Full Changelog: 3.6.0...4.0.0

3.3.0

06 Dec 10:56
3.3.0
b9376eb
Compare
Choose a tag to compare

Stabilizes RAM consumption and enables perf management with highWaterMark option. Fixes race conditions related to for-await looping.

3.2.0

06 Dec 10:57
3.2.0
cdfb3df
Compare
Choose a tag to compare

Improves performance by 250% and makes streams implementation more idiomatic.

3.1.1

06 Jul 23:54
3.1.1
afabb47
Compare
Choose a tag to compare

Adds automatic support for fs.stat bigint option on windows.

3.0.0

22 Apr 17:23
Compare
Choose a tag to compare

Huge performance improvements and stream backpressure support.

  • options.root moved to a separate argument
  • Emits ream stream
  • Doesn't use stat() by default.
  • Minumum node.js requirement is now version 8.x.

v2.0.0

04 Sep 12:43
Compare
Choose a tag to compare

Updated dependencies and adopted the caret semver operator which will automatically bump minor versions. No API changes or new features.