Releases: sindresorhus/p-map
Releases Β· sindresorhus/p-map
v7.0.2
v7.0.1
v7.0.0
v6.0.0
Breaking
- Require Node.js 16 (#65) df88787
- Switch from
aggregate-error
package to the nativeAggregateError
- This only affects you if you use
{stopOnError: false}
. - The native one is similar, but differs in error message: sindresorhus/aggregate-error#4 (comment)
- This only affects you if you use