Skip to content
This repository was archived by the owner on Sep 3, 2021. 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: multiformats/js-cid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: multiformats/js-cid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on May 14, 2019

  1. fix: create new CID from old CID

    When creating a CID from another CID instance that was created by and old version of this module (< 0.7) the `multibaseName` property would become `undefined` and cause an error to be thrown when calling `toString`. This PR ensures an appropriate `multibaseName` is picked in the edge case that this happens.
    
    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    Alan Shaw authored and vmx committed May 14, 2019
    Configuration menu
    Copy the full SHA
    c888183 View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    vmx committed May 14, 2019
    Configuration menu
    Copy the full SHA
    632ef37 View commit details
    Browse the repository at this point in the history
  3. chore: release version v0.7.1

    vmx committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d363f93 View commit details
    Browse the repository at this point in the history
Loading