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: v6.0.4
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: v6.0.5
Choose a head ref
  • 7 commits
  • 11 files changed
  • 3 contributors

Commits on Jan 28, 2019

  1. chore: make @jacobheun the lead maintainer

    vmx authored and daviddias committed Jan 28, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    89de270 View commit details

Commits on Feb 11, 2019

  1. chore: remove unimplemented fromStupidString

    There are no longer any references to fromStupidString in the
    multiaddr and go-multiaddr repos, and it's always been a needlesly
    inflamtory method name.
    
    This PR remove is and the test that checked it was unimplemented.
    
    There are efforts to provide encoding and decoding between
    multiaddrs and uris in
    
    - https://github.com/tableflip/multiaddr-to-uri
    - https://github.com/tableflip/uri-to-multiaddr
    
    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla authored and jacobheun committed Feb 11, 2019
    Copy the full SHA
    c6400a6 View commit details
  2. Copy the full SHA
    6c93d7e View commit details

Commits on Feb 22, 2019

  1. chore: use travis (#83)

    jacobheun authored Feb 22, 2019
    Copy the full SHA
    ebd35c3 View commit details

Commits on Feb 25, 2019

  1. feat: add unix protocol support and update protocol table (#84)

    * feat: update protocol table to match latest
    
    * feat: add unix protocol and path support
    
    * chore: fix lint
    jacobheun authored Feb 25, 2019
    Copy the full SHA
    d4d3d9b View commit details
  2. chore: update contributors

    jacobheun committed Feb 25, 2019
    Copy the full SHA
    b02fa66 View commit details
  3. Copy the full SHA
    250dd0f View commit details
Loading