Skip to content

Releases: sindresorhus/p-map

v7.0.2

03 Apr 07:53
Compare
Choose a tag to compare
  • Add missing index parameter to mapper function in pMapIterable (#71) dc597e5

v7.0.1...v7.0.2

v7.0.1

27 Dec 00:44
Compare
Choose a tag to compare
  • Fix pMapIterable not accepting async values in an iterator (#69) 1076833

v7.0.0...v7.0.1

v7.0.0

05 Dec 12:26
Compare
Choose a tag to compare

Breaking

Improvements

v6.0.0...v7.0.0

v6.0.0

22 Apr 09:05
Compare
Choose a tag to compare

Breaking

v5.5.0...v6.0.0

v5.5.0

09 Jun 17:49
Compare
Choose a tag to compare
  • Add pMapSkip as an acceptable return value in Mapper type (#60) b58fc26

v5.4.0...v5.5.0

v5.4.0

17 May 06:16
Compare
Choose a tag to compare

v5.3.0...v5.4.0

v5.3.0

02 Nov 12:05
Compare
Choose a tag to compare
  • Add support for multiple pMapSkip's (#52) 94eb532

v5.2.0...v5.3.0

v5.2.0

27 Oct 07:24
Compare
Choose a tag to compare
  • Add support for AsyncIterable as input (#46) a24e909
  • Prevent some potential unhandled exceptions (#48) 11bc75d

v5.1.0...v5.2.0

v5.1.0

23 Jul 23:19
Compare
Choose a tag to compare

Improvements

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

Fixes

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

v5.0.0...v5.1.0

v5.0.0

17 Apr 18:12
Compare
Choose a tag to compare

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.

v4.0.0...v5.0.0