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.1
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: v2.0.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 13, 2022

  1. fix: propagate duplex transform sink errors (#8)

    Sink errors were either getting smothered or causing unhandled promise rejections depending on your platform.
    
    This breaks on Chrome when creating an abortable-iterator from a duplex transform stream that you then try to abort.
    
    Instead if the sink of a duplex stream being used as a transform returns a promise, propagate errors thrown by the sink into it's source so they can be caught and handled by the consumer.
    achingbrain authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    89df9be View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.2 [skip ci]

    ### [2.0.2](v2.0.1...v2.0.2) (2022-01-13)
    
    ### Bug Fixes
    
    * propagate duplex transform sink errors ([#8](#8)) ([89df9be](89df9be))
    semantic-release-bot committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    d70c215 View commit details
    Browse the repository at this point in the history
Loading