Releases: sindresorhus/p-limit
Releases · sindresorhus/p-limit
v6.2.0
v6.1.0
v6.0.0
- Improve performance (#83) 80273d7
- This is a major version because it slightly changes the timing of
.activeCount
and.pendingCount
. This is unlikely to affect most users, but I wanted to play it safe. Learn more.
- This is a major version because it slightly changes the timing of
v5.0.0
Breaking
- Require Node.js 18 23d61ba
As a reminder, this package continues to require ESM. For TypeScript users, this includes having "module": "node16", "moduleResolution": "node16"
in your tsconfig.