Skip to content
This repository was archived by the owner on Mar 10, 2020. 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: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v30.1.1
Choose a base ref
...
head repository: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v30.1.2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 9, 2019

  1. fix: https multiaddr support in constructor (#965)

    Passing HTTPS multiaddr as a string to constructor did not work,
    protocol was ignored and unencrypted HTTP was used.
    
    This commit improves parsing of multiaddr constructor parameter
    and adds tests to ensure HTTPS is respected in all scenarios.
    
    It also updates iso-stream-http to v0.1.2
    which includes fix for "https does not exist"
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and Alan Shaw committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    5da0bcd View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    Alan Shaw committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    f2ab25d View commit details
    Browse the repository at this point in the history
  3. chore: release version v30.1.2

    Alan Shaw committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    bf3dc78 View commit details
    Browse the repository at this point in the history
Loading