p-settle

Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency

MIT License

Downloads
2.4M
Stars
89
Committers
7

Bot releases are visible (Hide)

p-settle - Latest Release

Published by sindresorhus about 1 year ago

p-settle -

Published by sindresorhus about 2 years ago

  • Add status property to the results (#17) 0acb91d

https://github.com/sindresorhus/p-settle/compare/v5.0.0...v5.1.0

p-settle -

Published by sindresorhus about 3 years ago

Breaking

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

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

p-settle -

Published by sindresorhus over 4 years ago

  • Fix TypeScript type return value when the first argument is an array of functions (#14) d01d77e

https://github.com/sindresorhus/p-settle/compare/v4.1.0...v4.1.1

p-settle -

Published by sindresorhus over 4 years ago

  • Improve TypeScript types with support for arrays containing elements of multiple types (#13) aa1a980

https://github.com/sindresorhus/p-settle/compare/v4.0.1...v4.1.0

p-settle -

Published by sindresorhus over 4 years ago

  • Fix handling of null and undefined 3c301eb

https://github.com/sindresorhus/p-settle/compare/v4.0.0...v4.0.1

p-settle -

Published by sindresorhus over 4 years ago

Breaking

  • Require Node.js 10 9d8e204

Fixes

  • Fix the concurrency option 3bbb409
    It never worked. You must now pass an array of async functions instead of a promises.

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

p-settle -

Published by sindresorhus over 5 years ago

  • Refactor TypeScript definition to CommonJS compatible export (#9) 9acbe91

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

p-settle -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 (#8) e69c53d

Enhancements:

  • Add TypeScript definition (#8) e69c53d

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