Skip to content
This repository has been archived by the owner on Feb 12, 2024. 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/js-ipfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.38.0-pre.0
Choose a base ref
...
head repository: ipfs/js-ipfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.38.0-pre.1
Choose a head ref
  • 15 commits
  • 61 files changed
  • 4 contributors

Commits on Aug 27, 2019

  1. chore: temporarily disable bundle size check (#2395)

    Perms have been revoked again by someone. Lets keep this train moving.
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    c67b8a5 View commit details
    Browse the repository at this point in the history
  2. chore(package): update execa to version 2.0.4 (#2394)

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    cb73530 View commit details
    Browse the repository at this point in the history
  3. chore(package): update @hapi/hapi to version 18.3.2 (#2393)

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

Commits on Aug 28, 2019

  1. chore: re-enable bundlesize check (#2398)

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    bd386ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a7fe8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    dd17ecb View commit details
    Browse the repository at this point in the history
  2. test: update ipfsd-ctl (#2368)

    This new version of ipfsd-ctl is using async/await instead of callbacks.
    Hence some rather mechanical changes are needed for tests.
    vmx authored and Alan Shaw committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    41756b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7e5094 View commit details
    Browse the repository at this point in the history
  4. chore: re-enable bundlesize check (#2404)

    Alan Shaw authored Aug 29, 2019
    Configuration menu
    Copy the full SHA
    4ba5cef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1e6c7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec6c8ee View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. revert: update of ipfs-http-client (#2412)

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Sep 2, 2019
    Configuration menu
    Copy the full SHA
    f6cf876 View commit details
    Browse the repository at this point in the history
  2. feat: gossipsub as default pubsub (#2298)

    BREAKING CHANGE: The default pubsub implementation has changed from floodsub to [gossipsub](https://github.com/ChainSafe/gossipsub-js). Additionally, to enable pubsub programmatically set `pubsub.enabled: true` instead of `EXPERIMENTAL.pubsub: true` or via the CLI pass `--enable-pubsub` instead of `--enable-pubsub-experiment` to `jsipfs daemon`.
    vasco-santos authored and Alan Shaw committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    902e045 View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    Alan Shaw committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    f2b107e View commit details
    Browse the repository at this point in the history
  4. chore: release version v0.38.0-pre.1

    Alan Shaw committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    4661f83 View commit details
    Browse the repository at this point in the history
Loading