Skip to content
This repository has been archived by the owner on Jun 27, 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-floodsub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: libp2p/js-libp2p-floodsub
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
  • 7 files changed
  • 2 contributors

Commits on Oct 12, 2022

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

    `@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
    9916896 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.1...v5.0.0) (2022-10-12)
    
    ### ⚠ BREAKING CHANGES
    
    * modules no longer implement `Initializable` instead switching to constructor injection
    
    ### Bug Fixes
    
    * remove @libp2p/components ([#192](#192)) ([9916896](9916896)), closes [libp2p/js-libp2p-components#6](libp2p/js-libp2p-components#6)
    semantic-release-bot committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    328b6e9 View commit details
    Browse the repository at this point in the history
Loading