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

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

Commits on Oct 26, 2023

  1. fix!: use @helia/delegated-routing-v1-http-api-client internally (#27)

    Refactors the internal implementation to use the [@helia/delegated-routing-v1-http-api-client](https://www.npmjs.com/package/@helia/delegated-routing-v1-http-api-client) instead of a hand-rolled version.
    
    Replaces any older references to "Reframe" with the new name of "Delegated Routing V1 HTTP API".  Phew.
    
    BREAKING CHANGE: the module has been renamed as the spec has been renamed
    achingbrain authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5bd026e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. chore: fix build

    achingbrain committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    543ebc6 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.0 [skip ci]

    ## [2.0.0](v1.0.2...v2.0.0) (2023-10-27)
    
    ### ⚠ BREAKING CHANGES
    
    * the module has been renamed as the spec has been renamed
    
    ### Bug Fixes
    
    * use @helia/delegated-routing-v1-http-api-client internally ([#27](#27)) ([5bd026e](5bd026e))
    
    ### Trivial Changes
    
    * fix build ([543ebc6](543ebc6))
    semantic-release-bot committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6091ac7 View commit details
    Browse the repository at this point in the history
Loading