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: alanshaw/it-pipe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.5
Choose a base ref
...
head repository: alanshaw/it-pipe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 11 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    c31681a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    e85e4a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    8716f92 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    5caebe3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    63d545b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    6c203ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ea9837 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix!: do not create unnecessary async work (#66)

    Crossing async boundaries is not free, so when this module is passed
    synchronous pipeline stages, do not wrap them in async generators
    to keep them synchronous.
    
    BREAKING CHANGE: when the entire pipeline is synchronous, the return value will now be synchronous
    achingbrain authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e583174 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0 [skip ci]

    ## [3.0.0](v2.0.5...v3.0.0) (2023-03-31)
    
    ### ⚠ BREAKING CHANGES
    
    * when the entire pipeline is synchronous, the return value will now be synchronous
    
    ### Bug Fixes
    
    * do not create unnecessary async work ([#66](#66)) ([e583174](e583174))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bde41f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. fix: reuse types from it-stream-types to simplify (#68)

    Removes the sync/async types for pipe source/sink functions as they are redundant.
    
    Reuses the duplex/transform/sink interfaces from it-stream-types
    achingbrain authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9fa98e1 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.1 [skip ci]

    ## [3.0.1](v3.0.0...v3.0.1) (2023-04-04)
    
    ### Bug Fixes
    
    * reuse types from it-stream-types to simplify ([#68](#68)) ([9fa98e1](9fa98e1))
    semantic-release-bot committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    5d7eb26 View commit details
    Browse the repository at this point in the history
Loading