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: v22.0.0
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: v22.0.1
Choose a head ref
  • 12 commits
  • 12 files changed
  • 3 contributors

Commits on May 21, 2018

  1. fix: util.addFromURL with URL-escaped file

    lidel authored and alanshaw committed May 21, 2018
    Configuration menu
    Copy the full SHA
    a3bd811 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #764 from ipfs/fix/add-from-url-encoding

    fix(util): addFromURL with URL-escaped file names
    alanshaw authored May 21, 2018
    Configuration menu
    Copy the full SHA
    cd55fe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6186a24 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Merge pull request #773 from ipfs/use-tildes-for-pre-v1-deps

    chore: use tildes for pre-v1 deps
    alanshaw authored May 22, 2018
    Configuration menu
    Copy the full SHA
    7ee17ba View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. fix: correctly differentiate pong responses

    Investigation discovered that pong responses CAN have `time: 0` (they can be very quick). Previously pong messages were differentiated by time greater than 0, but considering it can be 0 this was incorrect.
    
    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw committed May 24, 2018
    Configuration menu
    Copy the full SHA
    4ad25a3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Merge pull request #778 from ipfs/fix/ping-pong

    fix: correctly differentiate pong responses
    alanshaw authored May 29, 2018
    Configuration menu
    Copy the full SHA
    3c695af View commit details
    Browse the repository at this point in the history
  2. fix: configure webpack to not use esmodules in dependencies

    Big.js just released an update that added esmodule support by adding a "module" field to their package.json. By default, webpack will use this field when requiring a module. Since esmodules aren't fully supported in the browser and we don't do any transpiling this PR configures webpack to not consider the esmodule field.
    
    [Webpack `mainFields` docs](https://webpack.js.org/configuration/resolve/#resolve-mainfields)
    
    [Why `require('big.js')` is broken for us](webpack/webpack#4742)
    
    Refs ipfs/js-ipfs#1363
    
    Note that this solves the issue for `big.js`, but also for any other modules in the future that decide to define a `module` field in their `package.json` or any that already do and we just haven't realised it yet!
    
    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw authored and daviddias committed May 29, 2018
    Configuration menu
    Copy the full SHA
    dc14333 View commit details
    Browse the repository at this point in the history
  3. docs: README fixes and improvements

    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw authored and daviddias committed May 29, 2018
    Configuration menu
    Copy the full SHA
    93ea2b0 View commit details
    Browse the repository at this point in the history
  4. docs: fix optional params for pubsub

    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw authored and daviddias committed May 29, 2018
    Configuration menu
    Copy the full SHA
    97b732c View commit details
    Browse the repository at this point in the history
  5. docs: fix swarm links

    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw authored and daviddias committed May 29, 2018
    Configuration menu
    Copy the full SHA
    3ac1e53 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. chore: update contributors

    alanshaw committed May 30, 2018
    Configuration menu
    Copy the full SHA
    6c2b530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e78ee2 View commit details
    Browse the repository at this point in the history
Loading