Skip to content
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-multiaddr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.2
Choose a base ref
...
head repository: multiformats/js-multiaddr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.1
Choose a head ref
  • 18 commits
  • 28 files changed
  • 6 contributors

Commits on Apr 8, 2021

  1. feat: add types (#189)

    BREAKING CHANGES:
    
    entry point uses named exports
    hugomrdias authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7d284e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f36bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac7da1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9067450 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54633f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc9e03e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b58474f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. chore(deps-dev): bump sinon from 10.0.1 to 11.1.1 (#199)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 10.0.1 to 11.1.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
    - [Commits](sinonjs/sinon@v10.0.1...v11.1.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a95b991 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Support buffer with any byteOffset values instead of 0 (#201)

    * Support buffer with any byteOffset values instead of 0
    
    * chore: add unit test
    
    Co-authored-by: Tuyen Nguyen <vutuyen2636@gmail.com>
    Gozala and twoeths authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    2201344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25a37c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b3bfe5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. chore: update to new multiformats (#200)

    Replaces cids and multibase with the new multiformats module.
    
    BREAKING CHANGE: uses the CID class from the new multiformats module
    achingbrain authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7e3aff9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755d494 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3014294 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    19e6f14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1296370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    665ece7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f1e3d6 View commit details
    Browse the repository at this point in the history
Loading