Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
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: libp2p/js-libp2p-peer-store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.3
Choose a base ref
...
head repository: libp2p/js-libp2p-peer-store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 2, 2023

  1. fix: remove it-pipe (#69)

    Every iteration of every pipeline function in `it-pipe` crosses an
    async boundary so it can harm performance if your pipleline would
    otherwise be synchronous.
    
    Fixes #44
    achingbrain committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    dcf2e8e View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.0.4 [skip ci]

    ## [6.0.4](v6.0.3...v6.0.4) (2023-03-02)
    
    ### Bug Fixes
    
    * remove it-pipe ([#69](#69)) ([dcf2e8e](dcf2e8e)), closes [#44](#44)
    semantic-release-bot committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    271731c View commit details
    Browse the repository at this point in the history
Loading