Skip to content

fix!: return iterators from synchronous sources#58

Merged
achingbrain merged 1 commit intomasterfrom
fix/return-sync-iterators
Mar 31, 2023
Merged

fix!: return iterators from synchronous sources#58
achingbrain merged 1 commit intomasterfrom
fix/return-sync-iterators

Conversation

@achingbrain
Copy link
Copy Markdown
Owner

@achingbrain achingbrain commented Mar 31, 2023

Applies the same changes from #55 to it-filter

BREAKING CHANGE: if you pass a synchronous iterator and a synchronous filter function it will return a synchronous generator in response

Applies the same changes from #55 to it-filter

BREAKING CHANGE: if you pass a synchronous iterator to a function it will return a synchronous generator in response
@achingbrain achingbrain merged commit cdd84b4 into master Mar 31, 2023
@achingbrain achingbrain deleted the fix/return-sync-iterators branch March 31, 2023 09:24
github-actions bot pushed a commit that referenced this pull request Mar 31, 2023
## [it-filter-v3.0.0](it-filter-v2.0.2...it-filter-v3.0.0) (2023-03-31)

### ⚠ BREAKING CHANGES

* if you pass a synchronous iterator and a synchronous filter function it will return a synchronous generator in response

### Bug Fixes

* return iterators from synchronous sources ([#58](#58)) ([cdd84b4](cdd84b4)), closes [#55](#55)
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version it-filter-v3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Copy Markdown

🎉 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