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.72.1
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.73.0
Choose a head ref
  • 9 commits
  • 21 files changed
  • 4 contributors

Commits on Jul 17, 2018

  1. test: enable test stat with ipfs paths (#328)

    Not sure why this is still skipped.
    achingbrain authored and alanshaw committed Jul 17, 2018
    Copy the full SHA
    7ed2b58 View commit details

Commits on Jul 19, 2018

  1. Copy the full SHA
    36a6a39 View commit details

Commits on Jul 20, 2018

  1. Copy the full SHA
    34c3fc6 View commit details

Commits on Jul 28, 2018

  1. docs: add cid-base and missing ls options for mfs operations (#334)

    Documents the new options added by ipfs/js-ipfs#1454 as well as the missing `long` option from `files.ls`
    achingbrain authored and alanshaw committed Jul 28, 2018
    Copy the full SHA
    ef72fa9 View commit details

Commits on Aug 2, 2018

  1. test: make files.ls results ordering consistent (#342)

    Previously we'd get files in different orders between `files.ls()` and
    `files.ls({long: true})` due to a bug in `go-ipfs` (see ipfs/kubo#5181)
    
    Since this has been resolved we can now expect consistent ordering.
    achingbrain authored and alanshaw committed Aug 2, 2018
    Copy the full SHA
    3f7a775 View commit details
  2. Copy the full SHA
    8773c80 View commit details
  3. test: add promised tests for optionless dag.put (#338)

    * test: add promised tests for optionless dag.put
    
    * chore: remove unnecessary done
    
    * chore: remove trailing spaces
    negamaxi authored and alanshaw committed Aug 2, 2018
    Copy the full SHA
    59aa1d5 View commit details
  4. chore: update contributors

    alanshaw committed Aug 2, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    4820797 View commit details
  5. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    0640d03 View commit details
Loading