each-promise
Iterate over promises, promise-returning or async/await functions in series or parallel. Support settle (fail-fast), concurrency (limiting) and hooks system (start, beforeEach, afterEach, finish)
faithful
Like Async, but employing promises.
mapseries
Handle an array of promises sequentially like Bluebird.mapSeries