Releases: paulmillr/readdirp
Releases · paulmillr/readdirp
4.1.1
4.1.0
- 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
- @KillerCodeMonkey made their first contribution in #202
Full Changelog: 4.0.2...4.1.0
4.0.2
- 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
- @karlhorky made their first contribution in #198
- @yuheiy made their first contribution in #199
Full Changelog: 4.0.1...4.0.2
4.0.1
Quick fix for invalid esm imports.
Full Changelog: 4.0.0...4.0.1
4.0.0
- 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