Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: achingbrain/it
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: it-filter-v2.0.2
Choose a base ref
...
head repository: achingbrain/it
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: it-filter-v3.0.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 30, 2023

  1. chore(release): 3.0.0 [skip ci]

    ## [it-flat-batch-v3.0.0](it-flat-batch-v2.0.1...it-flat-batch-v3.0.0) (2023-03-30)
    
    ### ⚠ BREAKING CHANGES
    
    * if you pass a synchronous iterator to a function it will return a synchronous generator in response
    
    ### Bug Fixes
    
    * return iterators from synchronous sources ([#55](#55)) ([b6d8422](b6d8422))
    
    ### Trivial Changes
    
    * update project config, fix broken badges ([#53](#53)) ([e56c6ae](e56c6ae))
    
    ### Dependencies
    
    * update sibling dependencies ([8b60209](8b60209))
    semantic-release-bot committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    bf14176 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix!: return iterators from synchronous sources (#58)

    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
    achingbrain authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    cdd84b4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0 [skip ci]

    ## [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)
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    0033bfd View commit details
    Browse the repository at this point in the history
Loading