Skip to content

v0.0.4: Deps 2023 10 21 (#30)

Compare
Choose a tag to compare
@manchicken manchicken released this 21 Oct 15:15
· 12 commits to main since this release
83b4d9f

Changes

0.0.4 (2023-10-21)

Changed

  • Updated dependencies

0.0.3 (2023-09-07)

Changed

  • Removed dependency on Bluebird promises
  • Fixed tests to work with native promises

0.0.2 (2022-11-10)

Added

  • Added limitedConcurrency() to allow for limiting the number of concurrent promises running at a time.

0.0.1 (2022-10-01)

Added

  • 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.