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.8.3
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.0.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Aug 4, 2020

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

    Relaxes input from requiring node `Buffer`s to being `Uint8Arrays`.
    
    This also means that the `.buffer` (now `.byte`) and `.prefix` properties have changed to be `Uint8Array`s.
    
    BREAKING CHANGES:
    
    - node `Buffer`s have been replaced with `Uint8Array`s
    - the `.buffer` property has been renamed to `.bytes` and is now a `Uint8Array`
    - the `.prefix` property is now a `Uint8Array`
    achingbrain authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a7ae250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59469b6 View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    vmx committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    96ba915 View commit details
    Browse the repository at this point in the history
  4. chore: release version v1.0.0

    vmx committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    cbe44d4 View commit details
    Browse the repository at this point in the history
Loading