Releases: sindresorhus/p-limit
Releases · sindresorhus/p-limit
v7.2.0
v7.1.1
v7.1.0
v7.0.0
Breaking
- Require Node.js 20 78b81a5
activeCountnow increments when tasks actually start running (more intuitive) rather than when queued. This means:activeCountreflects truly active/running promisespendingCountmore accurately represents waiting
Improvements
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
.activeCountand.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.