Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sindresorhus/p-limit

v7.2.0

19 Oct 15:26

Choose a tag to compare

  • Make .map() method accept an iterable, not just array (#98) d76231b

v7.1.1...v7.2.0

v7.1.1

28 Aug 10:41

Choose a tag to compare


v7.1.0...v7.1.1

v7.1.0

19 Aug 15:03

Choose a tag to compare

  • Add index parameter to map() method 2aeffd4

v7.0.0...v7.1.0

v7.0.0

14 Aug 20:52

Choose a tag to compare

Breaking

  • Require Node.js 20 78b81a5
  • activeCount now increments when tasks actually start running (more intuitive) rather than when queued. This means:
    • activeCount reflects truly active/running promises
    • pendingCount more accurately represents waiting

Improvements


v6.2.0...v7.0.0

v6.2.0

19 Dec 16:27

Choose a tag to compare

v6.1.0

08 Jul 12:04

Choose a tag to compare

v6.0.0...v6.1.0

v6.0.0

04 Jul 11:57

Choose a tag to compare

  • 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.

v5.0.0...v6.0.0

v5.0.0

01 Nov 06:31

Choose a tag to compare

Breaking

As a reminder, this package continues to require ESM. For TypeScript users, this includes having "module": "node16", "moduleResolution": "node16" in your tsconfig.

Fixes

  • Fix AsyncResource propagation issue (#71) ad8afe6

v4.0.0...v5.0.0

v4.0.0

12 Aug 23:58

Choose a tag to compare

Breaking

v3.1.0...v4.0.0

v3.1.0

25 Nov 07:42

Choose a tag to compare

v3.0.2...v3.1.0