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.77.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.78.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Sep 14, 2018

  1. docs: update signatures to show optional args (#363)

    ..otherwise it looks like combinations of args are optional rather than individual args.
    achingbrain authored and Alan Shaw committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    41cf3a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. fix: example links in miscellaneous spec section (#364)

    - fix broken link for version example
    - make all links more specific
    olizilla authored and Alan Shaw committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    45e8142 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. docs: format callback return values correctly (#369)

    Some return values of the callbacks weren't correctly indented, which
    made things unpleasant to read.
    vmx authored and Alan Shaw committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    0b37b57 View commit details
    Browse the repository at this point in the history
  2. refactor: relax check for undefined property (#365)

    If `x` has a property explicitly set to `undefined` then `expect(x).to.eql(y)` requires `y` to also have a property set to undefined. This PR relaxes that requirement to also allow `y` to simply not have the property.
    
    This is to save having to explicitly re-define this property to undefined when y has been `JSON.stringify`'d. This happens in the ipfs-postmsg-proxy and this change removes the need for the proxy to know the shape of this object (or at least which properties might have been undefined).
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    a7bdb9a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. fix: test for buffer with options (#370)

    Previously this test was using the default options so we weren't able to tell if the output was correct when given options that weren't the defaults!
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    d456245 View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    Alan Shaw committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    d9f1096 View commit details
    Browse the repository at this point in the history
  3. chore: release version v0.78.0

    Alan Shaw committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    e6822aa View commit details
    Browse the repository at this point in the history
Loading