p-map

Map over promises concurrently

MIT License

Downloads
165.7M
Stars
1.2K
Committers
16

Bot releases are visible (Hide)

p-map - Latest Release

Published by sindresorhus 7 months ago

  • Add missing index parameter to mapper function in pMapIterable (#71) dc597e5

https://github.com/sindresorhus/p-map/compare/v7.0.1...v7.0.2

p-map -

Published by sindresorhus 10 months ago

  • Fix pMapIterable not accepting async values in an iterator (#69) 1076833

https://github.com/sindresorhus/p-map/compare/v7.0.0...v7.0.1

p-map -

Published by sindresorhus 11 months ago

Breaking

  • Require Node.js 18 (#67) 136b08a

Improvements

https://github.com/sindresorhus/p-map/compare/v6.0.0...v7.0.0

p-map -

Published by sindresorhus over 1 year ago

Breaking

https://github.com/sindresorhus/p-map/compare/v5.5.0...v6.0.0

p-map -

Published by sindresorhus over 2 years ago

  • Add pMapSkip as an acceptable return value in Mapper type (#60) b58fc26

https://github.com/sindresorhus/p-map/compare/v5.4.0...v5.5.0

p-map -

Published by sindresorhus over 2 years ago

p-map -

Published by sindresorhus almost 3 years ago

  • Add support for multiple pMapSkip's (#52) 94eb532

https://github.com/sindresorhus/p-map/compare/v5.2.0...v5.3.0

p-map -

Published by sindresorhus almost 3 years ago

  • Add support for AsyncIterable as input (#46) a24e909
  • Prevent some potential unhandled exceptions (#48) 11bc75d

https://github.com/sindresorhus/p-map/compare/v5.1.0...v5.2.0

p-map -

Published by sindresorhus about 3 years ago

Improvements

  • Add the ability to skip an iteration (#39) c9c0882

Fixes

  • Do not run mapping after stop-on-error happened (#40) 4b5f9e7

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

p-map -

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12 dcdbc7a
  • This package is now pure ESM. Please read this.
  • AggregateError is no longer iterable. It moved to an .errors property.

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

p-map -

Published by sindresorhus over 4 years ago

Breaking

  • Require Node.js 10 bf03769

Improvements

  • Ensure concurrency option is an integer b342717

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

p-map -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 a200b62

Enhancements:

  • Add stopOnError option (#16) 9f0b32f

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

p-map -

Published by sindresorhus over 5 years ago

  • Refactor TypeScript definition to CommonJS compatible export (#18) 9834e9d

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