promise-map-series
Version:
Map over array avoiding parallel execution, using promises
29 lines (16 loc) • 366 B
Markdown
# master
# 0.3.0
* [BREAKING] Drop support for any node but `10.* || >= 12.*`
* Use async/await directly
* Drop RSVP
* Upgrade Test Dependencies
# 0.2.3
* Exclude some files from npm distribution
# 0.2.2
* Use better function name for clearer stack traces
# 0.2.1
* Improve performance
# 0.2.0
* Do not take promises in `array`
# 0.1.0
* Initial release