Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use node-fetch v3 beta and require Node.js 10.16 #19

Merged
merged 20 commits into from
May 27, 2020

Commits on May 9, 2020

  1. use node-fetch v3 beta

    Antoni Kepinski committed May 9, 2020
    Configuration menu
    Copy the full SHA
    ed7ed2b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

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

Commits on May 11, 2020

  1. Add information about how to deal with highWaterMark to FAQ

    Antoni Kepinski committed May 11, 2020
    Configuration menu
    Copy the full SHA
    ad250ea View commit details
    Browse the repository at this point in the history
  2. Merge branch 'node-fetch-beta' of https://github.com/xxczaki/ky-unive…

    …rsal into node-fetch-beta
    Antoni Kepinski committed May 11, 2020
    Configuration menu
    Copy the full SHA
    529ef3a View commit details
    Browse the repository at this point in the history
  3. Change Mb to MB

    Antoni Kepinski committed May 11, 2020
    Configuration menu
    Copy the full SHA
    bc4f4dc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Kb -> kB

    Antoni Kepinski committed May 17, 2020
    Configuration menu
    Copy the full SHA
    05fc561 View commit details
    Browse the repository at this point in the history
  2. set a default highWaterMark of 10MB

    Antoni Kepinski committed May 17, 2020
    Configuration menu
    Copy the full SHA
    81b9261 View commit details
    Browse the repository at this point in the history
  3. Update information about highWaterMark

    Antoni Kepinski committed May 17, 2020
    Configuration menu
    Copy the full SHA
    754f39a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. fix options object assignment

    Antoni Kepinski committed May 22, 2020
    Configuration menu
    Copy the full SHA
    7aa8302 View commit details
    Browse the repository at this point in the history
  2. one line

    Antoni Kepinski committed May 22, 2020
    Configuration menu
    Copy the full SHA
    6a562e8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Update .travis.yml

    sindresorhus authored May 24, 2020
    Configuration menu
    Copy the full SHA
    0a59992 View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    sindresorhus authored May 24, 2020
    Configuration menu
    Copy the full SHA
    1438d83 View commit details
    Browse the repository at this point in the history
  3. Update readme.md

    sindresorhus authored May 24, 2020
    Configuration menu
    Copy the full SHA
    ef5b930 View commit details
    Browse the repository at this point in the history
  4. Update index.js

    sindresorhus authored May 24, 2020
    Configuration menu
    Copy the full SHA
    4a1eeec View commit details
    Browse the repository at this point in the history
  5. fix: allow user to override highWaterMark

    Antoni Kepinski committed May 24, 2020
    Configuration menu
    Copy the full SHA
    57ac5c2 View commit details
    Browse the repository at this point in the history
  6. revert change

    Antoni Kepinski committed May 24, 2020
    Configuration menu
    Copy the full SHA
    9067ada View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. update node-fetch & miminum required node version

    Antoni Kepinski committed May 25, 2020
    Configuration menu
    Copy the full SHA
    b9f871e View commit details
    Browse the repository at this point in the history
  2. use spread syntax

    Antoni Kepinski committed May 25, 2020
    Configuration menu
    Copy the full SHA
    babfb43 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    a8e0785 View commit details
    Browse the repository at this point in the history
  2. Fix highWaterMark example

    sholladay authored May 26, 2020
    Configuration menu
    Copy the full SHA
    876486f View commit details
    Browse the repository at this point in the history