Releases: manchicken/promise-regulation
Releases · manchicken/promise-regulation
v0.0.7: Prepping for release 0.0.7 (#42)
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.
0.0.6: Maintenance release. (#40)
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
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)
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
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
- Create CODE_OF_CONDUCT.md by @manchicken in #10
- Bump actions/dependency-review-action from 2 to 3 by @dependabot in #11
- Bump jest from 29.1.2 to 29.3.1 by @dependabot in #9
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #15
- Bump @types/jest from 29.2.2 to 29.2.5 by @dependabot in #14
- Bump @types/jest from 29.2.5 to 29.2.6 by @dependabot in #16
- Bump jest from 29.3.1 to 29.5.0 by @dependabot in #20
- Bump @types/jest from 29.4.0 to 29.5.2 by @dependabot in #21
- Bump jest and @types/jest by @dependabot in #23
New Contributors
- @dependabot made their first contribution in #11
Full Changelog: 0.0.2...0.0.3
0.0.2: Limited concurrency (#8)
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
What's Changed
- Protected promise by @manchicken in #1
- GitHub workflows by @manchicken in #2
- Create npm-publish.yml by @manchicken in #3
New Contributors
- @manchicken made their first contribution in #1
Full Changelog: https://github.com/manchicken/promise-regulation/commits/0.0.1