Commit Graph

  • fa6548ed31 fix: add the autoClose: true to download file example (#441) Deepak 2018-04-08 07:57:47 +0530
  • 989c8434a9
    Uninstall encoding before first Travis test run Timothy Gu 2018-03-25 18:59:21 -0700
  • 6b42bd68cb
    Consolidate Travis CI matrix for encoding (#436) Timothy Gu 2018-03-25 14:56:37 -0700
  • bae5fdd306
    Fix up CHANGELOG typo Timothy Gu 2018-03-25 14:09:00 -0700
  • b80c2f56a0
    v2.1.2 Timothy Gu 2018-03-25 13:55:02 -0700
  • 1d51752ea3
    Update CHANGELOG Timothy Gu 2018-03-25 13:54:40 -0700
  • f6683aa49c Add a test case for invalid headers Timothy Gu 2018-03-25 12:29:28 -0700
  • 13b230b30b Add a test for redirect with stream body Timothy Gu 2018-03-25 11:51:37 -0700
  • aed2e69a39
    Make sure to finalize the request properly (#432) Timothy Gu 2018-03-24 20:48:33 -0700
  • d522036bee Bind fetch to window in the browser (#434) Mark Herhold 2018-03-24 23:22:34 -0400
  • a1cbcb5706 Support TypeScript import in browser (#433) Mark Herhold 2018-03-24 14:29:00 -0400
  • 8aac53679d
    Fix custom Host header with arbitrary case (#430) Timothy Gu 2018-03-22 22:01:45 -0700
  • c012c4116b Reject when stream accumulation fails (#415) Jason Rogers 2018-03-22 21:38:03 -0400
  • 4c4f2f29e5 Wrap ArrayBuffer with Buffer internally to fix Body methods (#426) William MacDonald 2018-03-20 09:57:03 -0700
  • fb86ab34a6
    v2.1.1 Timothy Gu 2018-03-04 20:44:09 -0800
  • 6a9828e0b5
    Update CHANGELOG Timothy Gu 2018-03-04 20:43:54 -0800
  • c7765c4498
    Merge remote-tracking branch 'origin/master' Timothy Gu 2018-03-04 20:42:55 -0800
  • ccaeae096f
    v2.1.0 Timothy Gu 2018-03-04 20:41:14 -0800
  • 780598ad72
    Harmonize style (#413) Timothy Gu 2018-03-04 20:29:12 -0800
  • 119138ef64 Update existing algorithm step numbers Timothy Gu 2018-03-04 19:38:57 -0800
  • 35722f19e5 Significant rework of redirection Timothy Gu 2018-03-04 19:29:59 -0800
  • fc539951ca Support ArrayBuffer as body (#408) Gregor Martynus 2018-03-05 00:40:39 +0000
  • feae6d6ec8
    Ignore illegal HTTP headers Timothy Gu 2018-03-04 13:12:36 -0800
  • 1592ca1148
    Use caseless Headers handling Timothy Gu 2018-03-04 12:54:56 -0800
  • a8f6d79c39
    Simplify header validity check Timothy Gu 2018-03-04 12:21:40 -0800
  • c0950b7b9f
    v2.0.0 Timothy Gu 2018-02-03 12:34:24 -0800
  • 44c67b11a3
    Add docs for v2.x Timothy Gu 2018-02-03 12:33:32 -0800
  • b1cd2dd438
    Better compliance with Web IDL Timothy Gu 2018-01-27 12:28:56 -0800
  • dccef32e81
    Refactor tests Timothy Gu 2018-02-03 11:57:27 -0800
  • bc6f0da3ac
    Remove Blob#close per spec change Timothy Gu 2018-01-27 11:50:29 -0800
  • 8c7c179fef
    Add some more internal API docs Timothy Gu 2018-01-27 11:49:12 -0800
  • 5774bf4229
    Update dependencies Timothy Gu 2018-01-27 11:39:47 -0800
  • 19b115f9dc Add error event hander for the body stream even if the body isn't accessed (#379) Moritz 2018-01-27 20:20:05 +0100
  • a9c76c19ac
    adding comment to recommend 2.x branch (#367) David Frank 2017-11-22 17:55:39 +0800
  • 3345b652e4
    fix a small oversight in request class David Frank 2017-11-19 12:44:02 +0800
  • 6192398c46
    Travis CI fix (#366) David Frank 2017-11-19 12:22:28 +0800
  • d1a3b1ee34 2.0.0-alpha.9 David Frank 2017-09-24 13:46:17 +0800
  • cf5975cb5c Support TypeScript import (#332) Timothy Gu 2017-09-23 22:06:41 -0700
  • e2603d31c7 add browser.js to npm published files (#343) Johnny Hauser 2017-09-20 03:18:49 -0500
  • e7c1ef88ed Update deps (#320) Timothy Gu 2017-07-28 12:12:54 +0800
  • 863449de2e Merge pull request #319 from bitinn/v2-alpha-8 David Frank 2017-07-27 01:09:52 +0800
  • ec852307f2 prepare next release, and start to take note in changelog on what each alpha release fixes David Frank 2017-07-27 00:43:40 +0800
  • 60cf26c2f3
    Use require() for Node.js core modules Timothy Gu 2017-07-27 00:13:57 +0800
  • 2edb4c0266 2.0.0-alpha.7 David Frank 2017-07-25 12:10:11 +0800
  • 721a9aa6b6 Merge pull request #315 from bitinn/fix-test David Frank 2017-07-22 21:26:50 +0800
  • 9bd099a779 workaround slow nodejs 8 spawn on travis ci by increasing timeout for test cases David Frank 2017-07-22 21:11:25 +0800
  • 70cd403914 do not make request to example.com, use local server instead, avoid UnhandledPromiseRejectionWarning altogether David Frank 2017-07-22 21:04:59 +0800
  • a89bd94545 Merge pull request #308 from jkantr/exclude-node-5 David Frank 2017-07-22 20:39:12 +0800
  • 2b359c1ea1 V2 alpha.6 (#313) David Frank 2017-07-22 01:59:59 +0800
  • 76506a8b2b explicitly exclude node 5 from engines directive jared kantrowitz 2017-07-07 14:04:30 -0400
  • 432cd8a31e remove `encoding` as a dependency, throw detailed Error if not installed (#302) Jared Kantrowitz 2017-07-02 12:32:48 -0400
  • 76e8ad8b24 refactor deprecated `new Buffer` with Buffer.from and Buffer.alloc (#299) Jared Kantrowitz 2017-06-19 20:41:05 -0400
  • 6b990d0631 use synchronous try/catch to fix codecov missing lines jared kantrowitz 2017-06-19 20:21:46 -0400
  • 1804041726 wrap JSON.parse's SynaxError with FetchError jared kantrowitz 2017-06-19 19:19:06 -0400
  • 553d50e804 Accept URLSearchParams as body (#297) Jared Kantrowitz 2017-06-12 01:29:50 -0400
  • fa58aa0ab1 Merge pull request #291 from bitinn/2.x-npm-5-release David Frank 2017-06-03 20:21:46 +0800
  • 062763a110 2.0.0-alpha.5 David Frank 2017-06-03 18:47:44 +0800
  • 5060ac10f1 Merge pull request #289 from bitinn/2.x-fix-tests-for-node-8 David Frank 2017-06-03 18:18:34 +0800
  • fdc2344b63 changelog update David Frank 2017-06-03 18:08:33 +0800
  • c24d591794 fix test server for node 8, which changes keepalive connection handling David Frank 2017-06-03 18:01:13 +0800
  • a2b032c0df switch from prepublish to prepare in package.json, also ignore npm 5 lock file David Frank 2017-06-03 17:59:26 +0800
  • 0674a0b544 Merge pull request #280 from bitinn/readme-update David Frank 2017-05-24 13:21:31 +0800
  • 31c3a7f95c Merge pull request #281 from bitinn/changelog-update David Frank 2017-05-24 13:21:23 +0800
  • ed2f241df7 Update README.md David Frank 2017-05-24 13:15:28 +0800
  • c02f09c60d Update CHANGELOG.md David Frank 2017-05-24 13:13:50 +0800
  • b38e4a4257 Update README.md David Frank 2017-05-24 13:09:32 +0800
  • e225c6ce2f Merge pull request #277 from bitinn/readme-update-3 David Frank 2017-05-20 12:19:25 +0800
  • 0fff17fbe9 Update README.md David Frank 2017-05-20 12:15:24 +0800
  • 05f8de4548 Merge pull request #276 from bitinn/readme-update David Frank 2017-05-15 20:34:01 +0800
  • 38d75d5a1f Mention 2.x alpha in the main readme David Frank 2017-05-15 20:24:52 +0800
  • 9cea8719eb Merge pull request #275 from bitinn/v2-alpha-4 David Frank 2017-05-15 20:09:24 +0800
  • 2d986a7999 get ready for alpha 4 release David Frank 2017-05-15 19:47:12 +0800
  • 770388db1b only enable Z_SYNC_FLUSH for gzip response David Frank 2017-05-15 19:45:04 +0800
  • 2a1a565641 Merge pull request #271 from bitinn/fix-package-json David Frank 2017-05-12 13:10:41 +0800
  • a170290460 Use full filename at browser field David Frank 2017-05-12 13:04:51 +0800
  • 1dba86665a Merge pull request #264 from m59peacemaker/master David Frank 2017-05-12 13:00:44 +0800
  • 7fb7ea52a8 Merge pull request #267 from AlexTes/patch-1 David Frank 2017-05-12 12:09:04 +0800
  • 524d237e55 Merge pull request #269 from AlexTes/patch-2 David Frank 2017-05-12 12:07:15 +0800
  • 1797181feb Small improvements to the error-handling wording Alexander Tesfamichael 2017-05-11 10:02:28 +0200
  • 70e8483ac6 Document response.ok convenience property Alexander Tesfamichael 2017-04-30 19:37:39 +0200
  • 5f02f36500 use browser natives when bundled for the browser Johnny Hauser 2017-04-09 13:42:50 -0500
  • e5ff203ef4 Revert "Allow passing agent option as an object (#236)" (#263) Kat Marchán 2017-04-08 18:33:46 -0700
  • ec29e3d264 Allow passing agent option as an object (#236) Ahmad Nassri 2017-04-03 02:52:52 -0700
  • 09f2e30557 headers.get: add space to join (#257) Kat Marchán 2017-04-02 08:43:46 -0700
  • 4804a40c17 Add a special case for constructing Headers with Headers (#253) Gajus Kuizinas 2017-03-20 16:22:49 +0000
  • a1e76b97e1 More lenient gzip decompression (#239) Grzegorz Graczyk 2017-02-22 09:05:55 +0100
  • 047799b742 Remove babel-plugin-transform-runtime Timothy Gu 2017-02-26 21:55:58 -0800
  • da159b9547 Prettify .babelrc Timothy Gu 2017-02-26 21:51:37 -0800
  • eb1959ed09 Drop babel-runtime Timothy Gu 2017-02-26 21:46:53 -0800
  • 397eab7757 compress: use spec nomenclature Timothy Gu 2017-02-26 21:27:27 -0800
  • f0d0675d00 Remove unneeded is-stream and buffer-to-arraybuffer (#241) Tino Vyatkin 2017-02-26 22:29:57 -0400
  • e284841db9 test: use fetch.Promise consistently Timothy Gu 2017-02-26 17:00:01 -0800
  • a345c398b3 More documentation Timothy Gu 2017-02-26 16:52:32 -0800
  • 25e43a8f3e Export FetchError and update ERROR-HANDLING.md Timothy Gu 2017-02-26 16:45:11 -0800
  • 55e573b741 Back to 100% coverage Timothy Gu 2017-02-26 15:30:43 -0800
  • b899649c32 Remove bluebird Timothy Gu 2017-02-26 14:42:46 -0800
  • 9e140039ac Factor out Body mixin Timothy Gu 2017-02-26 14:42:09 -0800
  • f08b120771 Do not inherit from body Timothy Gu 2017-02-26 14:29:40 -0800
  • 56f786f896 Update deps and remove 0.12 compat Timothy Gu 2017-02-26 14:12:45 -0800
  • a10f5786bd Consolidate CHANGELOG Timothy Gu 2017-02-26 13:50:38 -0800