Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 3, 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-bootstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: libp2p/js-libp2p-bootstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 12, 2022

  1. fix!: remove @libp2p/components (#144)

    `@libp2p/components` is a choke-point for our dependency graph as it depends on every interface, meaning when one interface revs a major `@libp2p/components` major has to change too which means every module depending on it also needs a major.
    
    Switch instead to constructor injection of simple objects that let modules declare their dependencies on interfaces directly instead of indirectly via `@libp2p/components`
    
    Refs libp2p/js-libp2p-components#6
    
    BREAKING CHANGE: modules no longer implement `Initializable` instead switching to constructor injection
    achingbrain authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    772acc1 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.0 [skip ci]

    ## [5.0.0](v4.0.0...v5.0.0) (2022-10-12)
    
    ### ⚠ BREAKING CHANGES
    
    * modules no longer implement `Initializable` instead switching to constructor injection
    
    ### Bug Fixes
    
    * remove @libp2p/components ([#144](#144)) ([772acc1](772acc1))
    semantic-release-bot committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    274b6a6 View commit details
    Browse the repository at this point in the history
Loading