Skip to content

Releases: paulmillr/readdirp

5.0.0

25 Nov 23:10
Immutable release. Only release title and notes can be modified.
5.0.0
aef1eac

Choose a tag to compare

  • Make the package ESM-only. Reduces on-disk package size.
  • Increase minimum node.js version to v20.19. The versions starting from it support loading esm files from cjs
  • Increase security of NPM releases. Switch to token-less Trusted Publishing, with help of jsbt
  • Switch compilation mode to isolatedDeclaration-based typescript for simplified auto-generated docs

New Contributors

Full Changelog: 4.1.2...5.0.0

4.1.2

14 Feb 17:26
4.1.2
a124cce

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.1...4.1.2

4.1.1

11 Jan 17:51
4.1.1
3dbe87b

Choose a tag to compare

Fix invalid "type": "module" in package.json. Closes gh-203

Full Changelog: 4.1.0...4.1.1

4.1.0

11 Jan 16:30
4.1.0
3600b87

Choose a tag to compare

  • Add Deno and Bun support
  • Publish to JSR
  • Bump min. nodejs version from 14.16 to 14.18
  • fix(#201): typings by @KillerCodeMonkey in #202

New Contributors

Full Changelog: 4.0.2...4.1.0

4.0.2

03 Oct 14:32
4.0.2
367f35f

Choose a tag to compare

  • Improve compatibility with graceful-fs and reduce amount of EMFILE errors by switching to async stat methods
  • Remove fileFilter "array of strings" from readme by @karlhorky in #198
  • improve typing for readdirpPromise by @yuheiy in #199

New Contributors

Full Changelog: 4.0.1...4.0.2

4.0.1

25 Aug 19:57
4.0.1
0e43589

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

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

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

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

Choose a tag to compare

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