Skip to content

Releases: manchicken/promise-regulation

0.0.6: Maintenance release. (#40)

01 Aug 21:19
c1a1efc
Compare
Choose a tag to compare

Changes

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.

v0.0.5

29 Dec 16:37
4c4e669
Compare
Choose a tag to compare

Changes

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.

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

21 Oct 15:15
83b4d9f
Compare
Choose a tag to compare

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.

Removing unnecessary dependencies

07 Sep 18:12
Compare
Choose a tag to compare

Since the last release, there has been a larger move to avoid the use of non-native promises. This update removes the unnecessary dependency of bluebird promises.

What's Changed

New Contributors

Full Changelog: 0.0.2...0.0.3

0.0.2: Limited concurrency (#8)

11 Nov 00:51
1a6ed7f
Compare
Choose a tag to compare

Changes

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.

Release 0.0.1

01 Oct 21:45
b60a9fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/manchicken/promise-regulation/commits/0.0.1