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: v1.1.1
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: v1.1.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 11, 2020

  1. fix: pin multicodec to version 2.0.4

    The 2.1.0 breaks this module as we are using a non-public export that
    is no longer available.
    vmx committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    14e55a1 View commit details
    Browse the repository at this point in the history
  2. fix: turn isCID to a type guard

    This fixes regression caused by switch to generated typedefs which turned `isCID` to non type guard predicate.
    For details on type guards see: https://www.typescriptlang.org/docs/handbook/advanced-types.html#user-defined-type-guards
    Gozala authored and vmx committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    7413819 View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    vmx committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    cbfa130 View commit details
    Browse the repository at this point in the history
  4. chore: release version v1.1.2

    vmx committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    5245ecd View commit details
    Browse the repository at this point in the history
Loading