Releases: paulmillr/readdirp
Releases · paulmillr/readdirp
5.0.0
Immutable
release. Only release title and notes can be modified.
- 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
- @ExplodingCabbage made their first contribution in #206
Full Changelog: 4.1.2...5.0.0
4.1.2
What's Changed
- Fix broken stream on normal flow error by @Chocobozzz in #205
New Contributors
- @Chocobozzz made their first contribution in #205
Full Changelog: 4.1.1...4.1.2
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
readdirpPromiseby @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