Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow Iterable | AsyncIterable union input #59

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

achingbrain
Copy link
Owner

Compatiblity fix - where the input cannot be separated between Iterable and AsyncIterable sources, update the types to return async generators.

For best performance users should pass either Iterable or AsyncIterable, not a union of both.

Compatiblity fix - where the input cannot be separated between
Iterable and AsyncIterable sources, update the types to return
async generators.

For best performance users should pass either Iterable or
AsyncIterable, not a union of both.
@achingbrain achingbrain changed the title fix: allow Iterable | AsyncIterable input fix: allow Iterable | AsyncIterable union input Mar 31, 2023
@achingbrain achingbrain merged commit 80ec2ac into master Mar 31, 2023
@achingbrain achingbrain deleted the fix/allow-source-input branch March 31, 2023 10:30
github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-all-v3.0.1](it-all-v3.0.0...it-all-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-all-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-take-v3.0.1](it-take-v3.0.0...it-take-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-take-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-to-buffer-v4.0.1](it-to-buffer-v4.0.0...it-to-buffer-v4.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-to-buffer-v4.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-reduce-v3.0.1](it-reduce-v3.0.0...it-reduce-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-reduce-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-foreach-v2.0.1](it-foreach-v2.0.0...it-foreach-v2.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-foreach-v2.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-map-v3.0.1](it-map-v3.0.0...it-map-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-map-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-drain-v3.0.1](it-drain-v3.0.0...it-drain-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-drain-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-last-v3.0.1](it-last-v3.0.0...it-last-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-last-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-skip-v3.0.1](it-skip-v3.0.0...it-skip-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-length-v3.0.1](it-length-v3.0.0...it-length-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-length-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [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))
github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-batch-v3.0.1](it-batch-v3.0.0...it-batch-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-batch-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-split-v3.0.1](it-split-v3.0.0...it-split-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-split-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-first-v3.0.1](it-first-v3.0.0...it-first-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-first-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-batched-bytes-v2.0.1](it-batched-bytes-v2.0.0...it-batched-bytes-v2.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-batched-bytes-v2.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-flat-batch-v3.0.1](it-flat-batch-v3.0.0...it-flat-batch-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
@github-actions
Copy link

🎉 This PR is included in version it-flat-batch-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant