P Map Versions Save

Map over promises concurrently

v7.0.2

1 month 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

v7.0.1

4 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

v7.0.0

5 months ago

Breaking

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

Improvements

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

v6.0.0

1 year ago

Breaking

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

v5.5.0

1 year 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

v5.4.0

1 year ago

v5.3.0

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

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

v5.2.0

2 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

v5.1.0

2 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

v5.0.0

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