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-foreach-v2.0.1
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-foreach-v2.0.2
Choose a head ref
  • 15 commits
  • 29 files changed
  • 2 contributors

Commits on Mar 31, 2023

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

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f9e31a5 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.1 [skip ci]

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7aa56a8 View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.0.1 [skip ci]

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    5336111 View commit details
    Browse the repository at this point in the history
  4. chore(release): 3.0.1 [skip ci]

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    727914a View commit details
    Browse the repository at this point in the history
  5. chore: update readme

    achingbrain committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    dea710b View commit details
    Browse the repository at this point in the history
  6. chore(release): 3.0.1 [skip ci]

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7db6b80 View commit details
    Browse the repository at this point in the history
  7. chore(release): 3.0.1 [skip ci]

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ffbc181 View commit details
    Browse the repository at this point in the history
  8. chore: update readme

    achingbrain committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3d9e82c View commit details
    Browse the repository at this point in the history
  9. chore(release): 3.0.1 [skip ci]

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    2425aa6 View commit details
    Browse the repository at this point in the history
  10. chore(release): 3.0.1 [skip ci]

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7cd1d70 View commit details
    Browse the repository at this point in the history
  11. chore(release): 3.0.1 [skip ci]

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a98c5d0 View commit details
    Browse the repository at this point in the history
  12. chore(release): 2.0.1 [skip ci]

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ec5db92 View commit details
    Browse the repository at this point in the history
  13. chore(release): 3.0.1 [skip ci]

    ## [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))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d754628 View commit details
    Browse the repository at this point in the history
  14. fix: yield first mapped/filtered values (#60)

    Fixes regression introduced in last major release.
    achingbrain authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    778a991 View commit details
    Browse the repository at this point in the history
  15. chore(release): 2.0.2 [skip ci]

    ## [it-foreach-v2.0.2](it-foreach-v2.0.1...it-foreach-v2.0.2) (2023-03-31)
    
    ### Bug Fixes
    
    * yield first mapped/filtered values ([#60](#60)) ([778a991](778a991))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    23df008 View commit details
    Browse the repository at this point in the history
Loading