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: ipfs@0.53.2
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: ipfs@0.54.0
Choose a head ref
  • 9 commits
  • 247 files changed
  • 2 contributors

Commits on Jan 22, 2021

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

Commits on Jan 29, 2021

  1. fix: updates webpack example to use v5 (#3512)

    Takes the config from the service worker example and uses it to patch up the webpack example to use v5
    
    fixes: #3511
    achingbrain authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    c7110db View commit details
    Browse the repository at this point in the history
  2. feat: enable upnp nat hole punching (#3426)

    On by default, set [Swarm.DisableNatPortMap](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmdisablenatportmap) to `true` to disable.
    achingbrain authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    65dc161 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. feat: support remote pinning services in ipfs-http-client (#3293)

    Implement [remote pinning service API](https://github.com/ipfs/pinning-services-api-spec) in ipfs-http-client.
    lidel authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    ba240fd View commit details
    Browse the repository at this point in the history
  2. fix: run the update example deps script in master and not in ci (#3515)

    Do the work all in the js script, not half in js and half in the npm
    script.
    achingbrain authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    7e188f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. chore: update deps (#3514)

    BREAKING CHANGE: ipfs-repo upgrade requires repo migration to v10
    achingbrain authored Jan 31, 2021
    Configuration menu
    Copy the full SHA
    061d77c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    1eb37be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf5a28 View commit details
    Browse the repository at this point in the history
  3. chore: publish

     - test-ipfs-example@3.0.0
     - interface-ipfs-core@0.144.0
     - ipfs-cli@0.4.0
     - ipfs-client@0.3.0
     - ipfs-core-types@0.3.0
     - ipfs-core-utils@0.7.0
     - ipfs-core@0.5.0
     - ipfs-daemon@0.5.0
     - ipfs-grpc-client@0.2.0
     - ipfs-grpc-protocol@0.2.0
     - ipfs-grpc-server@0.2.0
     - ipfs-http-client@49.0.0
     - ipfs-http-gateway@0.3.0
     - ipfs-http-server@0.3.0
     - ipfs-message-port-client@0.5.0
     - ipfs-message-port-protocol@0.6.0
     - ipfs-message-port-server@0.6.0
     - ipfs@0.54.0
    achingbrain committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    91df292 View commit details
    Browse the repository at this point in the history
Loading