urllib 2.37.3 → 3.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/History.md DELETED
@@ -1,776 +0,0 @@
1
-
2
- 2.37.3 / 2021-07-05
3
- ==================
4
-
5
- **fixes**
6
- * [[`b730a6c`](http://github.com/node-modules/urllib/commit/b730a6cdc0465bea1c08d50bfa3b5e95bd17b31f)] - fix: 🐛 redirect status code (#363) (Hongcai Deng <<admin@dhchouse.com>>)
7
-
8
- 2.37.2 / 2021-06-07
9
- ==================
10
-
11
- **fixes**
12
- * [[`04734a1`](http://github.com/node-modules/urllib/commit/04734a13e146da501f4e38333d5de9f9bbb259d1)] - fix: 🐛 should trigger response event when follow redirect (#361) (Hongcai Deng <<admin@dhchouse.com>>)
13
-
14
- 2.37.1 / 2021-04-15
15
- ==================
16
-
17
- **others**
18
- * [[`d50afda`](http://github.com/node-modules/urllib/commit/d50afda91befff75f044a1ad83689f7a459c5d32)] - Update proxy-agent to v4 to resolve vulnerability (#355) (Chad McElligott <<chad.mcelligott@gmail.com>>)
19
-
20
- 2.37.0 / 2021-04-02
21
- ==================
22
-
23
- **features**
24
- * [[`2acf75b`](http://github.com/node-modules/urllib/commit/2acf75b75050667f7341e6990078e0330e704af1)] - feat: add unix domain socket file support (#352) (Khaidi Chu <<i@2333.moe>>)
25
-
26
- **others**
27
- * [[`f2a42d1`](http://github.com/node-modules/urllib/commit/f2a42d19d2236979c16eea13c229839e5a78b381)] - chore: LICENSE link typo (fengmk2 <<fengmk2@gmail.com>>)
28
- * [[`28a0152`](http://github.com/node-modules/urllib/commit/28a0152c0ae5d4470d88b8122724b6228b48b319)] - chore: update contributors (fengmk2 <<fengmk2@gmail.com>>)
29
- * [[`5674670`](http://github.com/node-modules/urllib/commit/56746704d61116d99846d94480d223a9e3c42913)] - test: add socket checker test case (#341) (fengmk2 <<fengmk2@gmail.com>>)
30
- * [[`d953ec0`](http://github.com/node-modules/urllib/commit/d953ec0e55ec28d553a24c5cf0fcb64715e7c8f9)] - test: add testcase for using retry and writeStream in HttpClient2 (#350) (Haoliang Gao <<sakura9515@gmail.com>>)
31
-
32
- 2.36.1 / 2020-06-09
33
- ==================
34
-
35
- **others**
36
- * [[`35eecc0`](http://github.com/node-modules/urllib/commit/35eecc021f55e324b2520f91a032a33517d94f29)] - chore: add type declaration for RequestOptions#keepHeaderCase (#345) (William <<willizm.cn@gmail.com>>)
37
-
38
- 2.36.0 / 2020-06-08
39
- ==================
40
-
41
- **fixes**
42
- * [[`15c4170`](http://github.com/node-modules/urllib/commit/15c4170beab4404b0576caa01e199f445c476b7d)] - fix: allow to keep origin header key case (#344) (TZ | 天猪 <<atian25@qq.com>>)
43
-
44
- **others**
45
- * [[`31c03b8`](http://github.com/node-modules/urllib/commit/31c03b853ae5db00c7223c0a1a545dfcf0b07aa5)] - chore: Update and rename LICENSE.txt to LICENSE (#343) (Yuxiang LIU <<david-khala@hotmail.com>>)
46
-
47
- 2.35.0 / 2020-05-15
48
- ==================
49
-
50
- **features**
51
- * [[`47c21bd`](http://github.com/node-modules/urllib/commit/47c21bd93648080589bdc6528d9e9cf3e0489951)] - feat: change header to lowercase (#337) (TZ | 天猪 <<atian25@qq.com>>)
52
-
53
- **fixes**
54
- * [[`8f2ca64`](http://github.com/node-modules/urllib/commit/8f2ca648608995d140d0ca3873ef728bdbd4ee41)] - fix: need to handle response data on close event (#340) (fengmk2 <<fengmk2@gmail.com>>)
55
- * [[`175ad2b`](http://github.com/node-modules/urllib/commit/175ad2b3e17196626c701ef72396dd6932d14c7a)] - fix: res.socket is null in node-v14.x (#339) (hyj1991 <<yeekwanvong@gmail.com>>)
56
-
57
- 2.34.2 / 2019-12-09
58
- ==================
59
-
60
- **fixes**
61
- * [[`67d5b1c`](http://github.com/node-modules/urllib/commit/67d5b1c35dc302778aa4b992ea4998fe427e3cc8)] - fix: index.d.ts (#334) (Daniels.Sun <<better.sunjian@gmail.com>>)
62
-
63
- 2.34.1 / 2019-09-02
64
- ==================
65
-
66
- **fixes**
67
- * [[`3da9339`](http://github.com/node-modules/urllib/commit/3da9339aacf4aa59c17b40ff1793d320bc9d9f61)] - fix: rejectUnauthorized under Node.js 12 (#328) (Khaidi Chu <<i@2333.moe>>)
68
-
69
- **others**
70
- * [[`061f600`](http://github.com/node-modules/urllib/commit/061f60075249c136b1ca7e1e2519dae25cb9e55d)] - test: add a test case for posting xml data to reflect #69 (#324) (Jeff <<jeff.tian@outlook.com>>)
71
-
72
- 2.34.0 / 2019-05-07
73
- ==================
74
-
75
- **features**
76
- * [[`11f5d34`](http://github.com/node-modules/urllib/commit/11f5d34ea3d8aafbda4f3f5345d6dcfe7e20daa2)] - feat: support multipart/form-data by default (#322) (fengmk2 <<fengmk2@gmail.com>>)
77
-
78
- **others**
79
- * [[`3c24781`](http://github.com/node-modules/urllib/commit/3c2478100f8490a0fd6f4c49772c682d38fcf43e)] - chore: update contributors (fengmk2 <<fengmk2@gmail.com>>)
80
-
81
- 2.33.4 / 2019-05-06
82
- ==================
83
-
84
- **fixes**
85
- * [[`1f9566c`](http://github.com/node-modules/urllib/commit/1f9566c3dbb0be02e895647ced2d8eba06ce28aa)] - fix: don't parse URL on node 4 (#321) (fengmk2 <<fengmk2@gmail.com>>)
86
- * [[`3384e53`](http://github.com/node-modules/urllib/commit/3384e53e8447a5cb06402a43d07d7eb19a24bb62)] - fix: normalize url with WHATWG URL to solve #319 (#320) (Chen Yangjian <<252317+cyjake@users.noreply.github.com>>)
87
-
88
- 2.33.3 / 2019-04-11
89
- ==================
90
-
91
- **others**
92
- * [[`e08f71a`](http://github.com/node-modules/urllib/commit/e08f71af8c261318289d056260a156eca9d6a274)] - upgrade: proxy-agent@3.1.0 (#315) (薛定谔的猫 <<weiran.zsd@outlook.com>>)
93
-
94
- 2.33.2 / 2019-03-26
95
- ==================
96
-
97
- **fixes**
98
- * [[`a2a8a1d`](http://github.com/node-modules/urllib/commit/a2a8a1de8088f1a1b6f96de9e9c2cee408bc165b)] - fix: only copy enumerable and ownProperty value of args.headers (#313) (fengmk2 <<fengmk2@gmail.com>>)
99
-
100
- 2.33.1 / 2019-03-21
101
- ==================
102
-
103
- **fixes**
104
- * [[`f8091ce`](http://github.com/node-modules/urllib/commit/f8091ce41885178f4a1b50d6daf79a77bdead9f0)] - fix: cancel connect timer when done is called (Daniel Wang <<danielwpz@gmail.com>>)
105
-
106
- 2.33.0 / 2019-01-09
107
- ==================
108
-
109
- **features**
110
- * [[`a5df9d5`](http://github.com/node-modules/urllib/commit/a5df9d5257a8d18dd0d71f7c76aff7f6464e9484)] - feat: add typescript definition (#308) (Haoliang Gao <<sakura9515@gmail.com>>)
111
-
112
- **others**
113
- * [[`47ad864`](http://github.com/node-modules/urllib/commit/47ad864eba92a1e0f5a730adad6e8582af3fdbd8)] - test: add test case for streaming timeout (#307) (Yiyu He <<dead_horse@qq.com>>)
114
-
115
- 2.32.0 / 2019-01-07
116
- ==================
117
-
118
- **features**
119
- * [[`a42445e`](http://github.com/node-modules/urllib/commit/a42445edfcaa17b9840afa8b4e06d1928d58ab53)] - feat: Expose status message from original Response (#306) (GP ✅ <<exchequer598@gmail.com>>)
120
-
121
- 2.31.3 / 2018-11-30
122
- ==================
123
-
124
- **fixes**
125
- * [[`98a1622`](http://github.com/node-modules/urllib/commit/98a16225aa21b37c2bfbfe318fe1803eedbd2d0c)] - fix: ensure timeout error is handled when request with stream (#305) (Yiyu He <<dead_horse@qq.com>>)
126
-
127
- **others**
128
- * [[`2bb86c0`](http://github.com/node-modules/urllib/commit/2bb86c0fe1f34cf8d12e397158e714a86f697093)] - test: only use junit report on azure-pipelines (#304) (fengmk2 <<fengmk2@gmail.com>>)
129
- * [[`bd869c7`](http://github.com/node-modules/urllib/commit/bd869c704387d3159ca50bf1976c6c70358b3ee4)] - test: Publish test results to Azure Pipelines (#303) (Rishav Sharan <<rishav.sharan@microsoft.com>>)
130
-
131
- 2.31.2 / 2018-11-13
132
- ==================
133
-
134
- **fixes**
135
- * [[`227618a`](http://github.com/node-modules/urllib/commit/227618ad0ceef68b409ba7ec9328bdcaba513b3e)] - fix: allow agent set to null (#301) (fengmk2 <<fengmk2@gmail.com>>)
136
-
137
- 2.31.1 / 2018-11-01
138
- ==================
139
-
140
- **fixes**
141
- * [[`83fc316`](http://github.com/node-modules/urllib/commit/83fc3165aa477bd7b034c075ae133a52627fc12b)] - fix: Omit the 'Accept-Encoding' header if it is explicitly set to 'null' (#298) (GP ✅ <<exchequer598@gmail.com>>)
142
- * [[`36c24c3`](http://github.com/node-modules/urllib/commit/36c24c3f54b6115c178540803a9ffae733bba063)] - fix: should autofix socket timeout by request.timeout (#300) (fengmk2 <<fengmk2@gmail.com>>)
143
-
144
- 2.31.0 / 2018-10-24
145
- ==================
146
-
147
- **features**
148
- * [[`28c38d2`](http://github.com/node-modules/urllib/commit/28c38d2451d85669decfdaf16ea07eaf958d41eb)] - feat: support agentkeepalive@4 (#297) (fengmk2 <<fengmk2@gmail.com>>)
149
- * [[`c79eefc`](http://github.com/node-modules/urllib/commit/c79eefc9843fb6a2aeb9e728ed4f8f912e8866ad)] - feat: Do not set User-Agent if the header is explicitly set to null (GP <<exchequer598@gmail.com>>)
150
-
151
- 2.30.0 / 2018-09-26
152
- ==================
153
-
154
- **features**
155
- * [[`b760530`](http://github.com/node-modules/urllib/commit/b76053020923f4d99a1c93cf2e16e0c5ba10bacf)] - feat: implement trace option like mysql client (#290) (killa <<killa123@126.com>>)
156
-
157
- **others**
158
- * [[`5e80ee8`](http://github.com/node-modules/urllib/commit/5e80ee8f3e8992da98b0a270de5a9298627841c7)] - test: run ci on azure-pipelines (#292) (azure-pipelines[bot] <<azure-pipelines[bot]@users.noreply.github.com>>)
159
-
160
- 2.29.1 / 2018-07-26
161
- ==================
162
-
163
- **fixes**
164
- * [[`ab39245`](http://github.com/node-modules/urllib/commit/ab39245ecb8d75f56b559c193b26c4a19e7bbbfe)] - fix: keep exists accept header on dataType = json (#289) (fengmk2 <<fengmk2@gmail.com>>)
165
-
166
- 2.29.0 / 2018-07-03
167
- ==================
168
-
169
- **features**
170
- * [[`4ca0c48`](http://github.com/node-modules/urllib/commit/4ca0c486699ff9e7e8b59f381a963a1133b59a96)] - feat: add socket handled request and response count (#288) (fengmk2 <<fengmk2@gmail.com>>)
171
-
172
- 2.28.1 / 2018-06-01
173
- ==================
174
-
175
- **fixes**
176
- * [[`6bc31b9`](http://github.com/node-modules/urllib/commit/6bc31b9af77bbf5c4acab7e430116b071160b6d5)] - fix: use pump to close request stream (#287) (fengmk2 <<fengmk2@gmail.com>>)
177
-
178
- **others**
179
- * [[`8087683`](http://github.com/node-modules/urllib/commit/8087683710118088891a580666b149181e1cab86)] - test: add node 10 support (#285) (fengmk2 <<fengmk2@gmail.com>>)
180
-
181
- 2.28.0 / 2018-05-25
182
- ==================
183
-
184
- **features**
185
- * [[`c0221ff`](http://github.com/node-modules/urllib/commit/c0221ff08934519bacbcf96660f126d5d6279c02)] - feat: support deflate compress for response (#283) (iSayme <<isaymeorg@gmail.com>>)
186
-
187
- **others**
188
- * [[`60ea1f6`](http://github.com/node-modules/urllib/commit/60ea1f653a29e0c8949fb3be5d82fe1fddf2a0f3)] - test: update url, the /:package/* not avalable anymore (#284) (iSayme <<isaymeorg@gmail.com>>)
189
-
190
- 2.27.0 / 2018-03-26
191
- ==================
192
-
193
- **features**
194
- * [[`a6c93fd`](http://github.com/node-modules/urllib/commit/a6c93fd07e75e45c6eda09c732d0b72ff5dc9199)] - feat: support args.checkAddress (#279) (Yiyu He <<dead_horse@qq.com>>)
195
-
196
- 2.26.0 / 2018-02-28
197
- ==================
198
-
199
- **features**
200
- * [[`d6e7c58`](http://github.com/node-modules/urllib/commit/d6e7c58b3688d415091ddc0c845b7cb8d57e20cc)] - feat: support Keep-Alive Header (#275) (fengmk2 <<fengmk2@gmail.com>>)
201
-
202
- 2.25.4 / 2018-01-18
203
- ==================
204
-
205
- **fixes**
206
- * [[`9c496a0`](http://github.com/node-modules/urllib/commit/9c496a0510ee17f72129e1298cf310a8b1aee327)] - fix: Changed to "new (require('proxy-agent'))(proxy)" (#273) (Nick Ng <<nick-ng@users.noreply.github.com>>)
207
-
208
- 2.25.3 / 2017-12-29
209
- ==================
210
-
211
- **fixes**
212
- * [[`e3df75e`](http://github.com/node-modules/urllib/commit/e3df75e249f67c943ac42d61abd1649291ba5f74)] - fix: res.requestUrls should be string array (#271) (hui <<kangpangpang@gmail.com>>)
213
-
214
- 2.25.2 / 2017-12-28
215
- ==================
216
-
217
- **fixes**
218
- * [[`2df6906`](http://github.com/node-modules/urllib/commit/2df6906d188bc53aa2d24efa0d318e52cccf9d78)] - fix: make sure request event url should be a string (#270) (hui <<kangpangpang@gmail.com>>)
219
-
220
- 2.25.1 / 2017-10-20
221
- ==================
222
-
223
- **fixes**
224
- * [[`ac9bc64`](http://github.com/node-modules/urllib/commit/ac9bc645149ffa5d9a1e8450ba00721a92d18f13)] - fix: don't change args.headers (#267) (fengmk2 <<fengmk2@gmail.com>>)
225
-
226
- **others**
227
- * [[`b798546`](http://github.com/node-modules/urllib/commit/b798546ef240de7a4dbe8ba5feb05536a4912b1b)] - docs: fixed spelling mistake (#266) (Axes <<whxaxes@qq.com>>)
228
-
229
- 2.25.0 / 2017-09-08
230
- ==================
231
-
232
- **features**
233
- * [[`95cabd6`](http://github.com/node-modules/urllib/commit/95cabd650ffb4996819570dea2518dea875d8452)] - feat: support custom fixJSONCtlChars function (#264) (fengmk2 <<fengmk2@gmail.com>>)
234
-
235
- 2.24.0 / 2017-07-31
236
- ==================
237
-
238
- * feat: support http(s) proxy (#226)
239
-
240
- 2.23.0 / 2017-07-18
241
- ==================
242
-
243
- * test: skip test.webdav.org test cases
244
- * feat: add defaultArgs on HttpClient
245
-
246
- 2.22.0 / 2017-04-10
247
- ==================
248
-
249
- * feat: add options.nestedQuerystring (#254)
250
-
251
- 2.21.2 / 2017-03-19
252
- ==================
253
-
254
- * fix: don't listen response aborted on node > 0.12 (#252)
255
-
256
- 2.21.1 / 2017-03-16
257
- ==================
258
-
259
- * fix: throw when write to stream timeout (#251)
260
-
261
- 2.21.0 / 2017-02-27
262
- ==================
263
-
264
- * fix: should pass options to httpclient2 (#249)
265
- * test: fix Promise not defined on 0.10
266
- * test: use assert instead of should
267
- * feat: add retry delay on httpclient2
268
-
269
- 2.20.0 / 2017-02-06
270
- ==================
271
-
272
- * deps: bump deps versions
273
- * fix: keep the same req object across request and response event
274
-
275
- 2.19.0 / 2016-12-14
276
- ==================
277
-
278
- * feat: add `dataAsQueryString` params for convert data to query string (#240)
279
-
280
- 2.18.0 / 2016-12-07
281
- ==================
282
-
283
- * fix: use nextTick to prevent promise handling error.
284
- * refactor: move to separated files
285
- * feat: add retry option
286
-
287
- 2.17.1 / 2016-11-25
288
- ==================
289
-
290
- * add environment detection for connect timer, because no socket event in browser env (#236)
291
-
292
- 2.17.0 / 2016-10-13
293
- ==================
294
-
295
- * feat: add -2 status for connect timeout (#224)
296
-
297
- 2.16.1 / 2016-10-10
298
- ==================
299
-
300
- * fix: parse content-type (#221)
301
-
302
- 2.16.0 / 2016-09-27
303
- ==================
304
-
305
- * feat: add custom dns lookup function (#220)
306
-
307
- 2.15.1 / 2016-09-26
308
- ==================
309
-
310
- * fix: httpclient support set agent to false (#219)
311
-
312
- 2.15.0 / 2016-09-21
313
- ==================
314
-
315
- * feat: export remoteAddress and remotePort (#216)
316
-
317
- 2.14.0 / 2016-09-19
318
- ==================
319
-
320
- * feat: allow user to rewrite redirect url (#214)
321
-
322
- 2.13.2 / 2016-09-18
323
- ==================
324
-
325
- * fix: response size should use last one (#213)
326
-
327
- 2.13.1 / 2016-09-10
328
- ==================
329
-
330
- * fix: add missing ctx on request event (#210)
331
-
332
- 2.13.0 / 2016-08-09
333
- ==================
334
-
335
- * feat: timing (#204)
336
- * docs: fix res.aborted description
337
-
338
- 2.12.0 / 2016-08-08
339
- ==================
340
-
341
- * feat: support connect and response timeouts (#201)
342
-
343
- 2.11.1 / 2016-08-04
344
- ==================
345
-
346
- * fix: catch http.request sync error (#199)
347
-
348
- 2.11.0 / 2016-06-26
349
- ==================
350
-
351
- * deps: upgrade deps from ~ to ^ (#189)
352
-
353
- 2.10.0 / 2016-06-21
354
- ==================
355
-
356
- * feat: add an options consumeWriteStream (#187)
357
- * chore(package): update statuses to version 1.3.0 (#174)
358
-
359
- 2.9.1 / 2016-05-09
360
- ==================
361
-
362
- * fix: check url before request (#172)
363
- * chore(package): update any-promise to version 1.2.0 (#171)
364
-
365
- 2.9.0 / 2016-04-21
366
- ==================
367
-
368
- * feat: log all requested urls (#169)
369
- * deps: agentkeepalive@2.1.1
370
-
371
- 2.8.0 / 2016-02-27
372
- ==================
373
-
374
- * test: improve coverage
375
- * feat: http default protocol for URL argument
376
-
377
- 2.7.3 / 2016-02-27
378
- ==================
379
-
380
- * deps: upgrade out of date deps
381
-
382
- 2.7.2 / 2016-02-25
383
- ==================
384
-
385
- * test: support windows
386
- * fix: keep headers.Host on `location: /foo` redirect
387
- * test: use npmjs.com on travis ci
388
- * fix: jshint style
389
- * deps: any-promise instead of native-or-blubird
390
-
391
- 2.7.1 / 2016-02-02
392
- ==================
393
-
394
- * fix: clean up headers.Host before redirect request start
395
- * chore: update authors
396
-
397
- 2.7.0 / 2016-01-14
398
- ==================
399
-
400
- * feat: response event include data property
401
- * chore: Add host info into debug
402
-
403
- 2.6.0 / 2015-12-09
404
- ==================
405
-
406
- * test: fix unstable test cases
407
- * feat: enhance global events
408
- * chore(package): update semver to version 5.1.0
409
- * chore(package): update should to version 7.1.1
410
-
411
- 2.5.0 / 2015-09-30
412
- ==================
413
-
414
- * test: fix test url
415
- * feat: remove request# in error message
416
- * test: add streaming upload test
417
- * test: use codecov.io
418
-
419
- 2.4.0 / 2015-08-20
420
- ==================
421
-
422
- * feat: add options.fixJSONCtlChars to fix JSON control characters
423
- * Fix a typo in comment
424
-
425
- 2.3.11 / 2015-08-12
426
- ==================
427
-
428
- * fix: httpclient support curl too
429
-
430
- 2.3.10 / 2015-08-12
431
- ==================
432
-
433
- * fix: add alias urllib.curl()
434
- * chore: add decodeBodyByCharset error debug log
435
-
436
- 2.3.9 / 2015-07-23
437
- ==================
438
-
439
- * feat: show json format data when json parse error
440
-
441
- 2.3.8 / 2015-06-06
442
- ==================
443
-
444
- * fix: need to clear timer after follow redirect
445
-
446
- 2.3.7 / 2015-06-04
447
- ==================
448
-
449
- * test: use cnpmjs.org instead of taobao.com
450
- * fix: need to resume res before next redirect request start
451
-
452
- 2.3.6 / 2015-06-03
453
- ==================
454
-
455
- * fix: support 303, 305, 307 redirect status code
456
-
457
- 2.3.5 / 2015-05-11
458
- ==================
459
-
460
- * fix: followRedirect support customResponse.
461
-
462
- 2.3.4 / 2015-04-19
463
- ==================
464
-
465
- * feat: show agent status message when request error
466
-
467
- 2.3.3 / 2015-03-30
468
- ==================
469
-
470
- * fix: add ciphers and secureProtocol params support for https request
471
-
472
- 2.3.2 / 2015-03-29
473
- ==================
474
-
475
- * refactor: httpclient custom agent property
476
-
477
- 2.3.1 / 2015-03-08
478
- ==================
479
-
480
- * fix: auto decode gzip content
481
-
482
- 2.3.0 / 2015-02-16
483
- ==================
484
-
485
- * feat: mark off connection state and response state
486
-
487
- 2.2.2 / 2015-01-21
488
- ==================
489
-
490
- * remove unuse event handlers
491
-
492
- 2.2.1 / 2014-12-10
493
- ==================
494
-
495
- * refactor and add more comments
496
- * add path to error (@coderhaoxin)
497
- * fix promise example in readme
498
-
499
- 2.2.0 / 2014-11-28
500
- ==================
501
-
502
- * add customResponse option (@fishbar)
503
-
504
- 2.1.0 / 2014-11-15
505
- ==================
506
-
507
- * humanize timeout
508
-
509
- 2.0.2 / 2014-11-01
510
- ==================
511
-
512
- * chore: bump deps version and make test more stable
513
- * refactor: dont add new property on res object
514
-
515
- 2.0.1 / 2014-10-15
516
- ==================
517
-
518
- * add args.contentType option (@coderhaoxin)
519
- * Simply the HTTPClient implementation (@JacksonTian)
520
- * refine urllib code (@JacksonTian)
521
-
522
- 2.0.0 / 2014-10-13
523
- ==================
524
-
525
- * support auto decode charset when dataType set
526
-
527
- 1.5.2 / 2014-09-15
528
- ==================
529
-
530
- * do not check ssl, fix hang up in some node version
531
-
532
- 1.5.1 / 2014-09-10
533
- ==================
534
-
535
- * httpclient add requestThunk()
536
-
537
- 1.5.0 / 2014-09-10
538
- ==================
539
-
540
- * add requestThunk to support co
541
-
542
- 1.4.1 / 2014-08-28
543
- ==================
544
-
545
- * HttpClient support agent and httpsAgent
546
-
547
- 1.4.0 / 2014-08-27
548
- ==================
549
-
550
- * add SocketAssignTimeoutError. #37
551
-
552
- 1.3.1 / 2014-08-27
553
- ==================
554
-
555
- * convert data to string when dataType is text
556
-
557
- 1.3.0 / 2014-08-26
558
- ==================
559
-
560
- * add urllib instance
561
-
562
- 1.2.1 / 2014-08-26
563
- ==================
564
-
565
- * add args.ctx for response event easy logging
566
-
567
- 1.2.0 / 2014-08-26
568
- ==================
569
-
570
- * format Response object fields
571
-
572
- 1.1.0 / 2014-08-25
573
- ==================
574
-
575
- * global `response` event. fixed #35
576
-
577
- 1.0.0 / 2014-08-25
578
- ==================
579
-
580
- * return Promise when callback missing. fixed #33
581
- * rm Makefile
582
- * use flat image
583
-
584
- 0.5.17 / 2014-08-08
585
- ==================
586
-
587
- * Remove aborted. joyent/node#7457
588
- * missing I in urllib logo
589
-
590
- 0.5.16 / 2014-05-15
591
- ==================
592
-
593
- * fix test cases
594
- * change .once to .on (@alsotang)
595
-
596
- 0.5.15 / 2014-05-04
597
- ==================
598
-
599
- * make callback is optional. close #29
600
- * rm 0.8 from travis
601
-
602
- 0.5.14 / 2014-04-21
603
- ==================
604
-
605
- * fix #28 user-agent logic bug
606
-
607
- 0.5.13 / 2014-03-31
608
- ==================
609
-
610
- * use digest-header module
611
-
612
- 0.5.12 / 2014-03-29
613
- ==================
614
-
615
- * support Digest access authentication. fix #27
616
- * add co-urllib desc
617
-
618
- 0.5.11 / 2014-03-13
619
- ==================
620
-
621
- * improve user-agent, add node version and plaform detail
622
-
623
- 0.5.10 / 2014-03-11
624
- ==================
625
-
626
- * if body not decode, dont touch it
627
-
628
- 0.5.9 / 2014-03-10
629
- ==================
630
-
631
- * Support `options.gzip = true` to handle gzip response. fixed #26
632
-
633
- 0.5.8 / 2014-03-07
634
- ==================
635
-
636
- * remove buffer-concat
637
-
638
- 0.5.7 / 2014-03-07
639
- ==================
640
-
641
- * no more deps on buffer-concat
642
- * add default User-Agent: node-urllib/x.x.x
643
- * add jshint
644
-
645
- 0.5.6 / 2014-03-05
646
- ==================
647
-
648
- * add data/res to error
649
- * fix typo (@coderhaoxin)
650
- * access npmjs.org https
651
- * fix test cases and use autod
652
- * install from cnpm
653
- * no more support on node 0.6.x
654
-
655
- 0.5.5 / 2013-12-10
656
- ==================
657
-
658
- * should pass done instead of callback and end the writeStream
659
- * support args.writeStream with follow redirect (@dead-horse)
660
-
661
- 0.5.4 / 2013-11-09
662
- ==================
663
-
664
- * fix timeout not effect bug
665
-
666
- 0.5.3 / 2013-10-18
667
- ==================
668
-
669
- * add args.beforeRequest(options) hook to change options before http send
670
-
671
- 0.5.2 / 2013-09-23
672
- ==================
673
-
674
- * add JSONResponseFormatError; append request url infomation to err.message
675
-
676
- 0.5.1 / 2013-08-23
677
- ==================
678
-
679
- * detect connect timeout or response timeout fixed #18
680
- * update doc
681
-
682
- 0.5.0 / 2013-08-11
683
- ==================
684
-
685
- * Support max redirects to protect loop redirect
686
- * Auto redirect handle (@ibigbug)
687
-
688
- 0.4.4 / 2013-08-10
689
- ==================
690
-
691
- * handle json response to null when data size is zero
692
-
693
- 0.4.3 / 2013-08-10
694
- ==================
695
-
696
- * Auto convert data to json string when content-type is 'json' fixed #15
697
- * add drone.io status build image
698
-
699
- 0.4.2 / 2013-08-10
700
- ==================
701
-
702
- * fix SELF_SIGNED_CERT_IN_CHAIN test case on node 0.8 and 0.6
703
- * [√] https & self-signed certificate
704
-
705
- 0.4.1 / 2013-08-05
706
- ==================
707
-
708
- * return RemoteSocketClosedError when Remote socket was terminated before `response.end()` was called
709
-
710
- 0.4.0 / 2013-08-05
711
- ==================
712
-
713
- * If the underlaying connection was terminated before `response.end()` was called, `res.aborted` should be `true`. fixed #14
714
- * fixed test case for 0.6
715
- * add res.socket.end() test cases
716
- * remove 0.11 from travis
717
-
718
- 0.3.8 / 2013-08-02
719
- ==================
720
-
721
- * add debug log
722
-
723
- 0.3.7 / 2013-07-11
724
- ==================
725
-
726
- * PATCH method is also "application/x-www-form-urlencoded" by default
727
- * replace logo
728
-
729
- 0.3.6 / 2013-07-11
730
- ==================
731
-
732
- * fixed bug in processing query string #13 (@xingrz)
733
- * updated readme example (@xingrz)
734
- * update authors
735
- * API docs (@xingrz)
736
-
737
- 0.3.5 / 2013-07-10
738
- ==================
739
-
740
- * fixed writeSteam receive incomplete bug
741
- * update makefile
742
- * add coveralls
743
- * remove 0.11 from travis
744
- * add patch for node 0.6
745
- * fixed https request timeout tests
746
- * use blanket instead of jscover
747
-
748
- 0.3.4 / 2013-03-06
749
- ==================
750
-
751
- * fixed #8 auto add application/x-www-form-urlencoded
752
- * fixed existsSync for node < 0.8
753
-
754
- 0.3.3 / 2012-12-14
755
- ==================
756
-
757
- * support writeStream
758
-
759
- 0.3.2 / 2012-11-08
760
- ==================
761
-
762
- * fixed #4 support urllib.request(options, args, callback)
763
- * fixed usage demo bug
764
- * fixed readme
765
-
766
- 0.3.1 / 2012-11-05
767
- ==================
768
-
769
- * fixed #2 support stream and return the req object.
770
- * use jscover instead of jscoverage
771
-
772
- 0.3.0 / 2012-10-10
773
- ==================
774
-
775
- * add coverage results
776
- * Bash auth support: `http://user:password@http://demo.com` .