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: ChainSafe/js-libp2p-yamux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.10
Choose a base ref
...
head repository: ChainSafe/js-libp2p-yamux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.1
Choose a head ref
  • 4 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 19, 2023

  1. deps!: update to new stream type deps (#36)

    libp2p streams are now explicit about the types of sync/sources they provide, showing that they are `AsyncGenerator`s and not just `AsyncIterable`s.
    
    Refs: achingbrain/it-stream-types#45
    
    BREAKING CHANGE: the type of the source/sink properties have changed
    achingbrain committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a2d841d View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0 [skip ci]

    ## [4.0.0](v3.0.10...v4.0.0) (2023-04-19)
    
    ### ⚠ BREAKING CHANGES
    
    * the type of the source/sink properties have changed
    
    ### Dependencies
    
    * update to new stream type deps ([#36](#36)) ([a2d841d](a2d841d))
    semantic-release-bot committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4007dc4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    6fc5ebd View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.1 [skip ci]

    ## [4.0.1](v4.0.0...v4.0.1) (2023-05-01)
    
    ### Bug Fixes
    
    * updated reset for abort controller ([#26](#26)) ([6fc5ebd](6fc5ebd))
    semantic-release-bot committed May 1, 2023
    Configuration menu
    Copy the full SHA
    067734d View commit details
    Browse the repository at this point in the history
Loading