Minor maintenance release
- Updated dependencies
- Enabled test coverage calculations
Minor maintenance release
This is a maintenance release.
- Updated dependencies
- Updated dependencies
- Removed dependency on Bluebird promises
- Fixed tests to work with native promises
- Added
limitedConcurrency()
to allow for limiting the number of concurrent promises running at a time.
- Added
protectPromise()
to protect promises - Added
coalescePromises()
to allow you to run a bunch of promises and coalesce them by whether they were resolved or rejected.