Skip to content

Releases: sindresorhus/p-all

v5.0.1

18 Sep 05:56

Choose a tag to compare

  • Fix TypeScript type inference for promise chains 5e4777c

v5.0.0...v5.0.1

v5.0.0

22 Apr 17:46

Choose a tag to compare

Breaking

v4.0.0...v5.0.0

v4.0.0

31 May 07:29

Choose a tag to compare

Breaking

Improvements

  • Improve TypeScript types by using variadic tuple instead of overloads (#9) ea9c277
    • This means the strongly-typed return type is no longer limited to 10 elements.

v3.0.0...v4.0.0

v3.0.0

22 Mar 07:39

Choose a tag to compare

Breaking

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition (reason)
    You need to change import pAll from 'p-all'; to import pAll = require('p-all');

Improvements

v2.1.0...v3.0.0

v2.1.0

06 Apr 07:08

Choose a tag to compare

  • Refactor TypeScript definition to CommonJS compatible export (#5) 56395e9

v2.0.0...v2.1.0

v2.0.0

02 Mar 18:06

Choose a tag to compare

Breaking:

Other:

v1.0.0...v2.0.0