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.6.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.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 8, 2019

  1. fix: update typedefs to reflect API changes

    Add 4th optional parameter introduced by #77
    Gozala authored and vmx committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    63cd5f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. chore: update multicodec

    hacdias authored and vmx committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    f726a38 View commit details
    Browse the repository at this point in the history
  2. fix: broken link to contributing document

    Gozala authored and vmx committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    c29d12e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. refactor: default to base32 encoding for v1 CIDs

    This switches the default encoding for v1 CIDs from base58btc to base32. See ipfs/js-ipfs#1995 for details.
    
    BREAKING CHANGE: The default string encoding for v1 CIDs has changed from base58btc to base32.
    
    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    Alan Shaw authored and vmx committed May 9, 2019
    Configuration menu
    Copy the full SHA
    2f854c7 View commit details
    Browse the repository at this point in the history
  2. docs: add docs on multibaseName value for v1 CIDs

    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    Alan Shaw authored and vmx committed May 9, 2019
    Configuration menu
    Copy the full SHA
    6c5a137 View commit details
    Browse the repository at this point in the history
  3. docs: update usage docs for base32 encoded CIDv1

    Alan Shaw authored and vmx committed May 9, 2019
    Configuration menu
    Copy the full SHA
    d1ee91b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07b3c2a View commit details
    Browse the repository at this point in the history
  5. chore: update contributors

    vmx committed May 9, 2019
    Configuration menu
    Copy the full SHA
    0a383c8 View commit details
    Browse the repository at this point in the history
  6. chore: release version v0.7.0

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