-
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-sort-v3.0.1](it-sort-v3.0.0...it-sort-v3.0.1) (2023-03-31) ### Bug Fixes * allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
- Loading branch information
1 parent
7db6b80
commit ffbc181
Showing
2 changed files
with
8 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
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-sort", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Collects all values from an async iterator, sorts them using the passed function and yields them", | ||
"author": "Alex Potsides <[email protected]>", | ||
"license": "Apache-2.0 OR MIT", | ||
|