Skip to content
This repository has been 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.5.4
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.5.5
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 25, 2018

  1. fix: toV0 and toV1 create instances that cause isCID be false

    The `toV0` and `toV1` functions were returning instances of the unwrapped CID class not the wrapped one with the class-is smarts.
    
    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    Alan Shaw authored and vmx committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    14ab8e4 View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    vmx committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b053149 View commit details
    Browse the repository at this point in the history
  3. chore: release version v0.5.5

    vmx committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    7196bff View commit details
    Browse the repository at this point in the history
Loading