Commit Graph

  • 67678a9a54 Update UPGRADE-GUIDE Timothy Gu 2017-02-26 13:45:25 -0800
  • d23204b4ec README: remove trailing whitespace Timothy Gu 2017-02-26 13:18:41 -0800
  • edb28a6c50 Drop Node.js v0.12 support (#240) Tino Vyatkin 2017-02-26 17:17:47 -0400
  • 673ebb2089 docs(defaults): list of default header values (#237) Ahmad Nassri 2017-02-21 15:38:54 -0500
  • 560d5d6a02 2.0.0-alpha.3 Timothy Gu 2017-01-29 10:34:42 -0800
  • 11a9481405 request: overwrite Content-Length if possible Timothy Gu 2017-01-29 09:56:19 -0800
  • ac8ddaccb8 Improve Headers constructor argument processing Timothy Gu 2017-01-29 08:58:16 -0800
  • db733374dd Fix CHANGELOG for v2.0.0-alpha.2 Timothy Gu 2017-01-28 08:41:59 -0800
  • e9db869523 Remove FOLLOW_SPEC option; make it the default behavior (#225) Timothy Gu 2017-01-23 07:54:28 -0800
  • 95bf356c4d Use babel-preset-env Timothy Gu 2017-01-22 17:14:55 -0800
  • 7539115bcc Silent rollup warning Timothy Gu 2017-01-22 17:08:11 -0800
  • 908f661664 2.0.0-alpha.1 Timothy Gu 2017-01-14 21:36:08 -0800
  • 8cf1541fb0 Merge pull request #177 from bitinn/v2 Timothy Gu 2017-01-14 21:33:01 -0800
  • 502b604208 Fix Headers iterable initializer handling Timothy Gu 2017-01-14 21:11:30 -0800
  • f198f93767 test: remove fallbacks for Node.js 0.10 Timothy Gu 2017-01-14 20:56:26 -0800
  • 151de2bdfb Use ES2015 export syntax (#212) Timothy Gu 2017-01-14 20:50:10 -0800
  • 7970491000 Use template literals in Request Timothy Gu 2016-12-14 15:44:30 -0800
  • fa22529128 proper stack first line for FetchError instances (#215) Nathan Rajlich 2016-12-14 14:09:27 -0800
  • 7f92825411 Upgrade Rollup Timothy Gu 2016-12-14 13:54:31 -0800
  • 01bf40d5a4 Slightly expand upgrade guide Timothy Gu 2016-12-14 13:51:43 -0800
  • 29e9f5eef6 Add guide to upgrade to v2 Timothy Gu 2016-12-12 13:50:05 -0800
  • 9351084a98 Update README for ES2015 Timothy Gu 2016-12-12 12:54:53 -0800
  • 030bf27943 Documentation update for v2 (#214) Jimmy Karl Roland Wärting 2016-12-09 04:18:06 +0100
  • 0f7e6c15d3 Back to 100% Timothy Gu 2016-12-05 21:09:54 -0800
  • 4a153ff004 Update changelog Timothy Gu 2016-12-05 20:40:23 -0800
  • 90d3bc4436 Set content-length for buffer bodies Timothy Gu 2016-12-05 20:30:00 -0800
  • a604069860 More exact content-type and content-length Timothy Gu 2016-12-05 20:25:13 -0800
  • 385ca6b2b0 To 100% branches coverage Timothy Gu 2016-12-05 19:35:23 -0800
  • 552c1a601d Bring coverage up to 100% Timothy Gu 2016-12-05 18:46:02 -0800
  • 4d944365df Fix tests added in the last commit Timothy Gu 2016-12-05 15:21:19 -0800
  • e7a13a5314 Add support for blobs Timothy Gu 2016-10-15 14:21:33 -0700
  • cc4ace1778 Make body default to null in Request Timothy Gu 2016-12-04 13:16:03 -0800
  • 3d676235a8 Throw when a GET/HEAD Request is created with body Timothy Gu 2016-12-04 13:13:51 -0800
  • 70f61e0c7d Split http.request options generation Timothy Gu 2016-11-23 13:39:35 -0800
  • 0285828fb8 Split Content-Type extraction to Request and Body Timothy Gu 2016-11-23 12:42:24 -0800
  • d3071fa46a Revert "Return empty .json() object on 204. Fix #165. (#166)" (#201) Timothy Gu 2016-11-26 09:07:12 -0800
  • 7f0e50260e Add a polyfill for Node.js v0.12's broken %IteratorPrototype% Timothy Gu 2016-11-23 15:24:51 -0800
  • 25ff99677d Improve Headers' iteration support Timothy Gu 2016-11-23 15:06:30 -0800
  • 4ae42ea5ee Fix class names for prototypes Timothy Gu 2016-11-23 14:36:08 -0800
  • 25d139a4d0 Officially drop support for 0.10 Timothy Gu 2016-11-23 11:50:05 -0800
  • 049585be11 Revert to cross-env 2.0.1 Timothy Gu 2016-11-23 11:43:51 -0800
  • 908bcaac4c Work around istanbul's bug Timothy Gu 2016-11-23 11:32:43 -0800
  • a355664e64 Update packages Timothy Gu 2016-11-23 11:30:01 -0800
  • 31bc2835dd Start using Rollup Timothy Gu 2016-11-23 11:17:42 -0800
  • 5fe80dba06 Remove dependency on babel-polyfill Timothy Gu 2016-11-05 10:26:30 -0700
  • 72d34af6e2 Start test server when executed directly Timothy Gu 2016-11-05 09:39:01 -0700
  • 4a9a3246f6 Remove dependency on Node.js' util module Timothy Gu 2016-11-04 21:50:58 -0700
  • 76cb57cace Support WHATWG URL objects Timothy Gu 2016-10-12 19:56:47 -0700
  • b092a8ed12 Add test for constructing Request with parsed URL object Timothy Gu 2016-10-12 19:25:00 -0700
  • 53e1055845 Use Object.create(null) for Headers' internal map Timothy Gu 2016-10-15 10:02:52 -0700
  • 1b951701ec Remove logic to skip if not HTML in textConverted Timothy Gu 2016-10-13 00:26:55 -0700
  • d3b4161d7c Add a new res.textConverted() and always use UTF-8 for res.text() Timothy Gu 2016-10-12 21:47:36 -0700
  • c7a912cf5b Merge branch 'master' into v2 Timothy Gu 2016-10-15 09:31:58 -0700
  • d708acfb9c Cache node_modules in Travis Timothy Gu 2016-10-13 00:42:26 -0700
  • 8f3e886c7f Switch to Codecov Timothy Gu 2016-10-13 00:32:52 -0700
  • f829b71ddb Use babel-runtime's Iterator implementation Timothy Gu 2016-10-12 17:48:19 -0700
  • 2a7ef63bc4 Add FOLLOW_SPEC mode Timothy Gu 2016-10-10 18:31:53 -0700
  • 2cafdcb5e4 Validate headers Timothy Gu 2016-10-10 15:32:56 -0700
  • fba873d3fe Make sure to coerce header values to string Timothy Gu 2016-10-10 15:04:16 -0700
  • ba226399d4 Construct Headers object in a spec-compliant fashion Timothy Gu 2016-10-10 14:12:57 -0700
  • 82c1e78184 Allow constructing Headers with an Array Timothy Gu 2016-10-10 13:49:12 -0700
  • a914cca577 Remove all information related to Coveralls Timothy Gu 2016-10-13 00:44:31 -0700
  • ba8c392965 Cache node_modules in Travis Timothy Gu 2016-10-13 00:42:26 -0700
  • b9b0341db7 Add Codecov badges and settings Timothy Gu 2016-10-13 00:40:36 -0700
  • ea111626e9 Switch to Codecov Timothy Gu 2016-10-13 00:32:52 -0700
  • 67326e3873 Condense class toString tests Timothy Gu 2016-10-12 20:51:19 -0700
  • c2c6550e54 Use loose mode when compiling Babel Timothy Gu 2016-10-12 18:16:46 -0700
  • 4d81cb4877 Test @@toStringTag getter of all classes Timothy Gu 2016-10-10 12:41:13 -0700
  • 0f65af3fd8 Split Headers iterable test into four Timothy Gu 2016-10-10 12:05:02 -0700
  • c3a121a360 Add support for Body#arrayBuffer Timothy Gu 2016-10-08 19:41:45 -0700
  • 64e239b092 Improve Body spec compliance when body is null Timothy Gu 2016-10-08 19:40:56 -0700
  • 9d3cc52601 Body: store fewer things in the class Timothy Gu 2016-10-08 18:51:34 -0700
  • a0be6aa34a Simplify Request constructor Timothy Gu 2016-10-08 18:31:42 -0700
  • 838071247d Convert all files to ES2015 (#182) Timothy Gu 2016-10-10 11:50:04 -0700
  • 993d4cdea1 Convert Headers to ES2015 and implement Iterable interface (#180) Timothy Gu 2016-10-08 20:51:01 -0700
  • e67b3a8579 Fix run-on sentence about Options (#168) Dan Dascalescu 2016-10-08 13:37:49 -0700
  • f30cce86c4 Add 'post JSON' example to readme (#173) Chris Veness 2016-10-08 21:35:19 +0100
  • 2874af4218 Use cross-env@2.0.1 to support Node.js < v4 Timothy Gu 2016-10-04 03:07:44 -0700
  • 7c26fa9479 Add Babel infrastructure Timothy Gu 2016-10-04 02:37:49 -0700
  • 3c053ce327 1.6.3 David Frank 2016-09-26 14:16:41 +0800
  • 2af4c00a67 be more open in form-data dependency David Frank 2016-09-26 14:16:32 +0800
  • 0bc2886d10 Merge pull request #170 from bitinn/form-data-2 David Frank 2016-09-26 14:08:11 +0800
  • 2b9eadd989 changelog update David Frank 2016-09-26 14:03:28 +0800
  • ff38361a9e a document for error handling David Frank 2016-09-26 14:03:00 +0800
  • d4a225018f changelog update David Frank 2016-09-26 13:35:30 +0800
  • 523a6920aa testing both form-data 1.x and 2.x support David Frank 2016-09-26 12:58:04 +0800
  • b2e6cca648 1.6.2 David Frank 2016-09-24 17:53:11 +0800
  • 813cb479a6 changelog update David Frank 2016-09-24 17:53:04 +0800
  • 43e06ca422 add catch example to readme David Frank 2016-09-24 17:21:40 +0800
  • e926483448 minor format fix and comments David Frank 2016-09-24 17:12:18 +0800
  • 95b58936b8 Return empty .json() object on 204. Fix #165. (#166) Dan Dascalescu 2016-09-24 02:06:18 -0700
  • 3e53f0c2c8 1.6.1 David Frank 2016-09-11 23:37:00 +0800
  • ffddec0ad2 fix test: buffer.alloc is not available for older node.js release David Frank 2016-09-11 23:34:50 +0800
  • 788c4627a7 make sure we default to 200 on new response David Frank 2016-09-11 23:17:09 +0800
  • 6a0dd463b0 update limit document David Frank 2016-09-11 23:08:11 +0800
  • bdd80e45fd changelog update David Frank 2016-09-11 22:37:42 +0800
  • f17aa9af1f call tostring on plain object body David Frank 2016-09-11 22:33:22 +0800
  • e4a7da8326 making sure headers will drop buffer value David Frank 2016-09-11 22:18:43 +0800
  • 515525a388 update limit document on cookie headers David Frank 2016-09-11 22:13:00 +0800
  • 067ea8190a changelog update David Frank 2016-09-11 22:05:32 +0800