Skip to content
This repository has been archived by the owner on Jun 26, 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-interfaces
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @libp2p/peer-store-v1.0.2
Choose a base ref
...
head repository: libp2p/js-libp2p-interfaces
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @libp2p/peer-store-v1.0.3
Choose a head ref
  • 8 commits
  • 40 files changed
  • 2 contributors

Commits on Feb 12, 2022

  1. fix: hide implementations behind factory methods (#167)

    To avoid leaking concrete implementation classes, hide their defintion and creation behind factory methods that are typed to return the interfaces they implement.
    achingbrain committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    2fba080 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.3.6 [skip ci]

    ## [@libp2p/interfaces-v1.3.6](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interfaces-v1.3.5...@libp2p/interfaces-v1.3.6) (2022-02-12)
    
    ### Bug Fixes
    
    * hide implementations behind factory methods ([#167](#167)) ([2fba080](2fba080))
    semantic-release-bot committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    2e9087b View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.1.3 [skip ci]

    ## [@libp2p/peer-id-v1.1.3](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-id-v1.1.2...@libp2p/peer-id-v1.1.3) (2022-02-12)
    
    ### Bug Fixes
    
    * hide implementations behind factory methods ([#167](#167)) ([2fba080](2fba080))
    semantic-release-bot committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    cd4d9ab View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.0.5 [skip ci]

    ## [@libp2p/peer-id-factory-v1.0.5](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-id-factory-v1.0.4...@libp2p/peer-id-factory-v1.0.5) (2022-02-12)
    
    ### Bug Fixes
    
    * hide implementations behind factory methods ([#167](#167)) ([2fba080](2fba080))
    semantic-release-bot committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    4c76110 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.2.4 [skip ci]

    ## [@libp2p/pubsub-v1.2.4](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/pubsub-v1.2.3...@libp2p/pubsub-v1.2.4) (2022-02-12)
    
    ### Bug Fixes
    
    * hide implementations behind factory methods ([#167](#167)) ([2fba080](2fba080))
    semantic-release-bot committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    abacdcf View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.1.5 [skip ci]

    ## [@libp2p/interface-compliance-tests-v1.1.5](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-compliance-tests-v1.1.4...@libp2p/interface-compliance-tests-v1.1.5) (2022-02-12)
    
    ### Bug Fixes
    
    * hide implementations behind factory methods ([#167](#167)) ([2fba080](2fba080))
    semantic-release-bot committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    22ca22f View commit details
    Browse the repository at this point in the history
  7. chore(release): 1.0.3 [skip ci]

    ## [@libp2p/peer-record-v1.0.3](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-record-v1.0.2...@libp2p/peer-record-v1.0.3) (2022-02-12)
    
    ### Bug Fixes
    
    * hide implementations behind factory methods ([#167](#167)) ([2fba080](2fba080))
    semantic-release-bot committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    57a6155 View commit details
    Browse the repository at this point in the history
  8. chore(release): 1.0.3 [skip ci]

    ## [@libp2p/peer-store-v1.0.3](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/peer-store-v1.0.2...@libp2p/peer-store-v1.0.3) (2022-02-12)
    
    ### Bug Fixes
    
    * hide implementations behind factory methods ([#167](#167)) ([2fba080](2fba080))
    semantic-release-bot committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    bf71ea8 View commit details
    Browse the repository at this point in the history
Loading