Skip to content

v0.0.7: Prepping for release 0.0.7 (#42)

Latest
Compare
Choose a tag to compare
@manchicken manchicken released this 06 Oct 03:32
· 1 commit to main since this release
30fbb4e

Changes

0.0.7 (2024-10-05)

Minor maintenance release

Changed

  • Updated dependencies
  • Enabled test coverage calculations

0.0.6 (2024-08-01)

Minor maintenance release

0.0.5 (2023-12-29)

This is a maintenance release.

Changed

  • Updated dependencies

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.