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/interface-js-ipfs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.92.0
Choose a base ref
...
head repository: ipfs-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.93.0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 14, 2018

  1. fix: dht find peer (#418)

    vasco-santos authored and Alan Shaw committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    8b890b6 View commit details
    Browse the repository at this point in the history
  2. test: add test for ls by IPFS path (#420)

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    570aaf0 View commit details
    Browse the repository at this point in the history
  3. fix: allow only by object (#407)

    The only option will now accept an object for onlying a specific test.
    
    Previously you could only do this to only run a specific test:
    
    ```js
    {
      only: ['should test a thing']
    }
    ```
    
    Now you can do this:
    
    ```js
    {
      only: [{
        name: 'should test a thing',
        reason: 'because development' // optional!
      }]
    }
    ```
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    1766ef4 View commit details
    Browse the repository at this point in the history
  4. chore: update contributors

    Alan Shaw committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    327a167 View commit details
    Browse the repository at this point in the history
  5. chore: release version v0.93.0

    Alan Shaw committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    0a4624d View commit details
    Browse the repository at this point in the history
Loading