Skip to content
This repository was archived by the owner on Sep 28, 2021. 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-http-response
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.3
Choose a base ref
...
head repository: ipfs/js-ipfs-http-response
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 16 files changed
  • 3 contributors

Commits on Apr 16, 2021

  1. chore: update deps (#88)

    Pull in new bl and buffer modules
    achingbrain authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    0844465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8591870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b797d2f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

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

Commits on Jul 12, 2021

  1. chore: update to new multiformats (#98)

    I had to skip a couple of tests as they use the ipfs api directly which
    hasn't been migrated yet so it doesn't understand the new CID class.
    
    They can be unskipped once js-ipfs ships with the new multiformats module,
    or the circular dependency between this module and js-ipfs is broken.
    
    BREAKING CHANGE: pulls in new multiformats modules
    achingbrain authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1641cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead69e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ccbfee View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. chore(deps): bump filesize from 6.4.0 to 7.0.0 (#100)

    Bumps [filesize](https://github.com/avoidwork/filesize.js) from 6.4.0 to 7.0.0.
    - [Release notes](https://github.com/avoidwork/filesize.js/releases)
    - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md)
    - [Commits](avoidwork/filesize.js@6.4.0...7.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    9dc7d10 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. chore(deps-dev): bump ipfsd-ctl from 8.0.2 to 10.0.1 (#103)

    Bumps [ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl) from 8.0.2 to 10.0.1.
    - [Release notes](https://github.com/ipfs/js-ipfsd-ctl/releases)
    - [Changelog](https://github.com/ipfs/js-ipfsd-ctl/blob/master/CHANGELOG.md)
    - [Commits](ipfs/js-ipfsd-ctl@v8.0.2...v10.0.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    ea8bcdd View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump ipfs-core from 0.8.0 to 0.9.1 (#102)

    Bumps [ipfs-core](https://github.com/ipfs/js-ipfs) from 0.8.0 to 0.9.1.
    - [Release notes](https://github.com/ipfs/js-ipfs/releases)
    - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: Vasco Santos <[email protected]>
    dependabot-preview[bot] and vasco-santos authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    b9a998a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. fix: update module (#104)

    - Adds types
    - Converts to ESM
    - Uses [ejs](https://www.npmjs.com/package/ejs) for html templating
    achingbrain authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    319e2b4 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade to GitHub-native Dependabot (#91)

    * Upgrade to GitHub-native Dependabot
    
    * chore: remove ignores
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <[email protected]>
    dependabot-preview[bot] and achingbrain authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    596a342 View commit details
    Browse the repository at this point in the history
  3. docs: update examples (#105)

    Make examples use ESM
    achingbrain authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    fa9628b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9635881 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    402fa19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    188acd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    7c1f121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a251d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

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