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: v33.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: v34.0.0
Choose a head ref
  • 14 commits
  • 45 files changed
  • 3 contributors

Commits on Jul 27, 2019

  1. chore: unskip dag refs test (#1061)

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Jul 27, 2019
    Configuration menu
    Copy the full SHA
    339c4a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    719bfad View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. feat: expose pin and preload arguments (#1079)

    achingbrain authored and Alan Shaw committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    e3ed6e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. chore(package): update aegir to version 20.0.0 (#1046)

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    greenkeeper[bot] authored and Alan Shaw committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    f52389d View commit details
    Browse the repository at this point in the history
  2. chore: silence greenkeeper in examples (#1077)

    Too much greenkeeper noise and they are not critical to the project.
    Alan Shaw authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    07e6841 View commit details
    Browse the repository at this point in the history
  3. feat: browser pubsub (#1059)

    This PR enabled pubsub in the browser and paves the way for a switch to using `fetch` by default and allowing for cancelable requests via the use of `AbortController`.
    
    It's mostly the work done in ipfs-shipyard/js-ipfs-http-client-lite#1 but adapted a bit for use here.
    
    If approved, we can start work moving the other commands to use `fetch`. The work in https://github.com/ipfs-shipyard/js-ipfs-http-client-lite has proven the hard parts (uploading files) are all possible using the `fetch` API.
    
    Since `fetch` is promise based, when moving the other commands it makes sense to just switch to async/await as per ipfs/js-ipfs#1670 (and callbackify instead of promisify).
    
    Depends on:
    
    * [x] ipfs-inactive/interface-js-ipfs-core#505
    
    resolves #518
    refs ipfs/js-ipfs#2093
    resolves #932
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Aug 28, 2019
    3 Configuration menu
    Copy the full SHA
    3764d06 View commit details
    Browse the repository at this point in the history
  4. chore: update windows Travis config (#1084)

    Test on Node.js 12 and also utilise cache.
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    501fd1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bee6143 View commit details
    Browse the repository at this point in the history
  6. chore(package): update buffer to version 5.4.2 (#1085)

    * chore(package): update buffer to version 5.4.0
    
    * chore: update buffer dep
    Alan Shaw authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    d5b6412 View commit details
    Browse the repository at this point in the history
  7. fix(package): update err-code to version 2.0.0 (#1053)

    greenkeeper[bot] authored and Alan Shaw committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    3515070 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. docs: browser pubsub example (#1086)

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Aug 29, 2019
    Configuration menu
    Copy the full SHA
    69a56cb View commit details
    Browse the repository at this point in the history
  2. feat: support adding files via async iterator (#1078)

    Adds a method called `ipfs._addAsyncIterator`, prefixed with an
    underscore to mark it as sort of unofficial (though it's what
    `ipfs.add` will become once the async iterator migration is complete)
    and we don't want to implement symmetrical `ipfs.catAsyncIterator`
    etc methods, or at least not yet.
    achingbrain authored and Alan Shaw committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    377042b View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    Alan Shaw committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    bd114d2 View commit details
    Browse the repository at this point in the history
  4. chore: release version v34.0.0

    Alan Shaw committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    33b090a View commit details
    Browse the repository at this point in the history
Loading