p-all

Run promise-returning & async functions concurrently with optional limited concurrency

MIT License

Downloads
6.3M
Stars
298
Committers
5

Bot releases are hidden (Show)

p-all - Latest Release

Published by sindresorhus over 1 year ago

Breaking

https://github.com/sindresorhus/p-all/compare/v4.0.0...v5.0.0

p-all -

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12.20 d2abd1e
  • This package is now pure ESM. Please read this.

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.

https://github.com/sindresorhus/p-all/compare/v3.0.0...v4.0.0

p-all -

Published by sindresorhus over 4 years ago

Breaking

  • Require Node.js 10 38cda2b

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

  • Add stopOnError option (#6) e0c1389

https://github.com/sindresorhus/p-all/compare/v2.1.0...v3.0.0

p-all -

Published by sindresorhus over 5 years ago

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

https://github.com/sindresorhus/p-all/compare/v2.0.0...v2.1.0

p-all -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 6 64d1c5c

Other:

  • Add TypeScript definition 64d1c5c
  • Update dependencies (#4) 64d1c5c

https://github.com/sindresorhus/p-all/compare/v1.0.0...v2.0.0