-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [it-parallel-v3.0.0](it-parallel-v2.0.1...it-parallel-v3.0.0) (2022-10-17) ### ⚠ BREAKING CHANGES * all modules are now published as ESM-only ### Features * convert to typescript ([#28](#28)) ([f8a38bf](f8a38bf)) ### Bug Fixes * use EventTarget instead of EventEmitter ([#27](#27)) ([da0c69f](da0c69f)) ### Dependencies * update sibling dependencies ([1415cdd](1415cdd))
- Loading branch information
1 parent
43c7be2
commit 57e9c07
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## [it-parallel-v3.0.0](https://github.com/achingbrain/it/compare/it-parallel-v2.0.1...it-parallel-v3.0.0) (2022-10-17) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* all modules are now published as ESM-only | ||
|
||
### Features | ||
|
||
* convert to typescript ([#28](https://github.com/achingbrain/it/issues/28)) ([f8a38bf](https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* use EventTarget instead of EventEmitter ([#27](https://github.com/achingbrain/it/issues/27)) ([da0c69f](https://github.com/achingbrain/it/commit/da0c69f7ab16ddf6dd488cfed5844d1e6fa10366)) | ||
|
||
|
||
### Dependencies | ||
|
||
* update sibling dependencies ([1415cdd](https://github.com/achingbrain/it/commit/1415cdd019f32c08b1024e60bf3816619e361938)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "it-parallel", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"description": "Takes an (async) iterable that emits promise-returning functions, invokes them in parallel up to the concurrency limit and emits the results as they become available, optionally in the same order as the input", | ||
"author": "Alex Potsides <[email protected]>", | ||
"license": "Apache-2.0 OR MIT", | ||
|