Skip to content
This repository was archived by the owner on Jun 20, 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: ipfs/go-path
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: ipfs/go-path
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 25, 2022

  1. Resolver: convert to interface.

    This converts Resolver to an interface and leaves its implementation to the
    BasicResolver type.
    
    This should cause minimal distruption upstream (*Resolver -> Resolver) and
    opens the door to swap the BasicResolver for custom Resolvers.
    hsanjuan committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2896296 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    29ae027 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Merge pull request #53 from ipfs/resolver-interface

    Resolver: convert to interface.
    hsanjuan authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3e5ff91 View commit details
    Browse the repository at this point in the history
  2. Release v0.3.0

    hsanjuan committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    5a2de38 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from ipfs/release/v0.3.0

    Release v0.3.0
    hsanjuan authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    91bec98 View commit details
    Browse the repository at this point in the history
Loading