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/js-ipfs-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 758923487fe8
Choose a base ref
...
head repository: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a1e2c39f4703
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 18, 2015

  1. refactor: Switch to webpack and wreck

    This moves from browserify to webpack and from request to wreck.
    The resulting browser bundler is about half the size.
    dignifiedquire committed Nov 18, 2015
    Copy the full SHA
    c2a6ad3 View commit details
  2. chore: build

    dignifiedquire committed Nov 18, 2015
    Copy the full SHA
    e557dad View commit details

Commits on Nov 19, 2015

  1. Merge pull request #125 from Dignifiedquire/webpack

    Wreck and webpack
    daviddias committed Nov 19, 2015
    Copy the full SHA
    a1e2c39 View commit details
Showing with 1,188 additions and 61,946 deletions.
  1. +978 −61,767 dist/ipfsapi.js
  2. +34 −29 dist/ipfsapi.min.js
  3. +0 −1 dist/ipfsapi.min.js.map
  4. +15 −11 karma.conf.js
  5. +12 −15 package.json
  6. +8 −5 src/index.js
  7. +45 −79 src/request-api.js
  8. +15 −30 tasks/build.js
  9. +66 −0 tasks/config.js
  10. +15 −9 test/tests.js
Loading