Skip to content
This repository has been archived by the owner on Aug 24, 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-multihashing-async
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: multiformats/js-multihashing-async
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 3, 2020

  1. fix: replace node buffers with uint8arrays (#78)

    Removes node `Buffer`s in favour of `Uint8Array`s.
    
    BREAKING CHANGE
    
    - Where node `Buffer`s were used, now `Uint8Array`s are
    achingbrain authored Aug 3, 2020
    Copy the full SHA
    eb612f3 View commit details
  2. Copy the full SHA
    e3b9be7 View commit details
  3. Copy the full SHA
    82d6697 View commit details
Loading