urllib 3.8.0 โ†’ 3.9.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,972 +0,0 @@
1
-
2
- 3.8.0 / 2022-12-14
3
- ==================
4
-
5
- **features**
6
- * [[`ee75fe7`](http://github.com/node-modules/urllib/commit/ee75fe78063112ed62d840167cc1ec71a9c6ea21)] - ๐Ÿ‘Œ IMPROVE: Keep more compatible d.ts on urllib v2 (#425) (fengmk2 <<fengmk2@gmail.com>>)
7
-
8
- 3.7.0 / 2022-12-06
9
- ==================
10
-
11
- **features**
12
- * [[`726fe86`](http://github.com/node-modules/urllib/commit/726fe86e2c19a57336029ca87c0b962749368e64)] - ๐Ÿ‘Œ IMPROVE: Support formstream module instance stream (#424) (fengmk2 <<fengmk2@gmail.com>>)
13
-
14
- 3.6.0 / 2022-12-05
15
- ==================
16
-
17
- **features**
18
- * [[`53d2c91`](http://github.com/node-modules/urllib/commit/53d2c919b7d370a866581b3924b9349f5da3bf9f)] - ๐Ÿ‘Œ IMPROVE: Support old style readable stream (#423) (fengmk2 <<fengmk2@gmail.com>>)
19
-
20
- 3.5.2 / 2022-11-25
21
- ==================
22
-
23
- **fixes**
24
- * [[`6a9dd92`](http://github.com/node-modules/urllib/commit/6a9dd924fe1b09637c825868ce6dc5c6fc8be263)] - ๐Ÿ› FIX: Import undici types change (#422) (fengmk2 <<fengmk2@gmail.com>>)
25
-
26
- 3.5.1 / 2022-11-19
27
- ==================
28
-
29
- **fixes**
30
- * [[`46d0515`](http://github.com/node-modules/urllib/commit/46d0515eab2e29026e58081bd0516692449c6722)] - fix: parsing multiple www-authenticate response headers (#421) (capsice <<108602490+capsice@users.noreply.github.com>>)
31
-
32
- **others**
33
- * [[`5c0b4e9`](http://github.com/node-modules/urllib/commit/5c0b4e99ffc8b3ddf9ee40d1cd580f02a80bc712)] - test: use vitest skipIf api (#419) (Ke Wu <<gemwuu@163.com>>)
34
-
35
- 3.5.0 / 2022-10-31
36
- ==================
37
-
38
- **features**
39
- * [[`6ad7a02`](http://github.com/node-modules/urllib/commit/6ad7a029e38f4011846365e852feacb169e4df14)] - feat: add socketPath support (#418) (Ke Wu <<gemwuu@163.com>>)
40
-
41
- 3.4.0 / 2022-10-29
42
- ==================
43
-
44
- **features**
45
- * [[`20148f0`](http://github.com/node-modules/urllib/commit/20148f03860f7ce2fd98852a7eec583c0fc95bb9)] - ๐Ÿ‘Œ IMPROVE: Upgrade digest-header to v1 (#417) (fengmk2 <<fengmk2@gmail.com>>)
46
-
47
- **others**
48
- * [[`b097c56`](http://github.com/node-modules/urllib/commit/b097c567cadd1818ab961282b423c1072bddda71)] - ๐Ÿค– TEST: Add Node.js 19 ci runner (#416) (fengmk2 <<fengmk2@gmail.com>>)
49
-
50
- 3.3.1 / 2022-10-16
51
- ==================
52
-
53
- **fixes**
54
- * [[`d5270f1`](http://github.com/node-modules/urllib/commit/d5270f1e95072ab8becdcce6570e90c2dfd680e5)] - ๐Ÿ› FIX: Only auto decompress response stream on args.compressed=true (#412) (fengmk2 <<fengmk2@gmail.com>>)
55
-
56
- **others**
57
- * [[`d3f6809`](http://github.com/node-modules/urllib/commit/d3f680986f2fd0a5bd8419a8b249ca83a8a5c551)] - ๐Ÿ“– DOC: Fix typo on Arguments (fengmk2 <<fengmk2@gmail.com>>)
58
- * [[`b63eb51`](http://github.com/node-modules/urllib/commit/b63eb51f62fa9b375a69b5aae9d7c7029aeb1885)] - ๐Ÿค– TEST: Only show error on non-IllegalAddressError (fengmk2 <<fengmk2@gmail.com>>)
59
- * [[`c54c86a`](http://github.com/node-modules/urllib/commit/c54c86ae9deba6fdf2b0a020e12bf38fa656d427)] - ๐Ÿค– TEST: Fix address illegal test case (#409) (fengmk2 <<fengmk2@gmail.com>>)
60
-
61
- 3.3.0 / 2022-10-05
62
- ==================
63
-
64
- **features**
65
- * [[`b483da3`](http://github.com/node-modules/urllib/commit/b483da3fb7e934bdea1cf23a9f00b59491a80145)] - ๐Ÿ‘Œ IMPROVE: Support request with proxy agent (#408) (fengmk2 <<fengmk2@gmail.com>>)
66
-
67
- 3.2.3 / 2022-09-29
68
- ==================
69
-
70
- **fixes**
71
- * [[`9575d29`](http://github.com/node-modules/urllib/commit/9575d29a7ca238a46de0c4d7d3e92617019cbf13)] - ๐Ÿ› FIX: Support urlObject for compatibility (#406) (fengmk2 <<fengmk2@gmail.com>>)
72
-
73
- 3.2.2 / 2022-09-28
74
- ==================
75
-
76
- **fixes**
77
- * [[`5a3ca77`](http://github.com/node-modules/urllib/commit/5a3ca7728f32d53b460b17d55f2eb69ec6ea8a59)] - ๐Ÿ› FIX: Keep req.options on error response event (#405) (fengmk2 <<fengmk2@gmail.com>>)
78
-
79
- 3.2.1 / 2022-09-27
80
- ==================
81
-
82
- **fixes**
83
- * [[`456c73b`](http://github.com/node-modules/urllib/commit/456c73b3dc02e1323cb8db99b60ffd191e5d7abb)] - ๐Ÿ› FIX: http default protocol for URL argument (#404) (fengmk2 <<fengmk2@gmail.com>>)
84
-
85
- 3.2.0 / 2022-09-26
86
- ==================
87
-
88
- **others**
89
- * [[`315f4a0`](http://github.com/node-modules/urllib/commit/315f4a0bf69abc2b29247fcf1a606c44412a86f3)] - ๐Ÿ“ฆ NEW: Support timing and socket info (#400) (fengmk2 <<fengmk2@gmail.com>>)
90
- * [[`414692b`](http://github.com/node-modules/urllib/commit/414692b183fb205acfb163f8aef4f853ce1b97e1)] - ๐Ÿงช๏ธ TEST: Add diagnostics_channel test cases (#398) (fengmk2 <<fengmk2@gmail.com>>)
91
- * [[`65abb60`](http://github.com/node-modules/urllib/commit/65abb6074e5098834dd964a2bedaffd64a703ef9)] - ๐Ÿค– TEST: Use vitest instead of jest (#399) (fengmk2 <<fengmk2@gmail.com>>)
92
- * [[`5f0c4a8`](http://github.com/node-modules/urllib/commit/5f0c4a8da84ef9954942bcd78721a5445e0cb095)] - ๐Ÿ“– DOC: Update contributors (fengmk2 <<fengmk2@gmail.com>>)
93
-
94
- 3.1.3 / 2022-09-09
95
- ==================
96
-
97
- **others**
98
- * [[`65c5112`](http://github.com/node-modules/urllib/commit/65c5112aaaa8a6b6a9e324b0522fe1635e3792ba)] - ๐Ÿ› FIX: Include query parameters in digest uri (#396) (Chris Byrne <<github@adapt.gen.nz>>)
99
-
100
- 3.1.2 / 2022-08-24
101
- ==================
102
-
103
- **others**
104
- * [[`d1b89c8`](http://github.com/node-modules/urllib/commit/d1b89c8911358c4a192e89e85dabf197dcc87a87)] - ๐Ÿ› FIX: Keep statusCode on HttpClientResponse for compatibility (#392) (fengmk2 <<fengmk2@gmail.com>>)
105
-
106
- 3.1.1 / 2022-08-23
107
- ==================
108
-
109
- **others**
110
- * [[`e29fd00`](http://github.com/node-modules/urllib/commit/e29fd0069796f6733940f0cd98b8f3a26ea230dc)] - ๐Ÿ› FIX: Alias reqMeta.options to reqMeta.args (#391) (fengmk2 <<fengmk2@gmail.com>>)
111
-
112
- 3.1.0 / 2022-08-01
113
- ==================
114
-
115
- **others**
116
- * [[`d5a0e66`](http://github.com/node-modules/urllib/commit/d5a0e664ac9d63d1a812a5af5daddacdc8e94134)] - ๐Ÿ“ฆ NEW: Support digest auth (#390) (fengmk2 <<fengmk2@gmail.com>>)
117
-
118
- 3.0.4 / 2022-07-18
119
- ==================
120
-
121
- **others**
122
- * [[`b730bbd`](http://github.com/node-modules/urllib/commit/b730bbd003ec68397b5a56e5d8f83bf8c6f1dc98)] - ๐Ÿ› FIX: Should deps tslib (#389) (fengmk2 <<fengmk2@gmail.com>>)
123
-
124
- 3.0.3 / 2022-07-17
125
- ==================
126
-
127
- **others**
128
- * [[`d101f13`](http://github.com/node-modules/urllib/commit/d101f13956709dec0442220e1dec70990cd9b127)] - ๐Ÿ› FIX: export getGlobalDispatcher (#387) (fengmk2 <<fengmk2@gmail.com>>)
129
-
130
- 3.0.2 / 2022-07-17
131
- ==================
132
-
133
- **others**
134
- * [[`3bc7461`](http://github.com/node-modules/urllib/commit/3bc74610eba9dfac4b5ab7b1c2e927cafacdaa9f)] - ๐Ÿ“ฆ NEW: Enable Mocking request from undici (#386) (fengmk2 <<fengmk2@gmail.com>>)
135
- * [[`2ef38b9`](http://github.com/node-modules/urllib/commit/2ef38b9a373428e109a2a813b11cdb5fd8e61446)] - ๐Ÿ“– DOC: Change History (fengmk2 <<fengmk2@gmail.com>>)
136
-
137
- 3.0.1 / 2022-07-17
138
- ==================
139
-
140
- **others**
141
- * [[`a16deb5`](http://github.com/node-modules/urllib/commit/a16deb5923d55d145d29099073d9a3ccde07eeaf)] - ๐Ÿ› FIX: should export USER_AGENT (#385) (fengmk2 <<fengmk2@gmail.com>>)
142
- * [[`122d4a6`](http://github.com/node-modules/urllib/commit/122d4a6fc98ebe6b59b3c2cf386c180785fb4a5b)] - ๐Ÿ“– DOC: Add Benchmarks result (fengmk2 <<fengmk2@gmail.com>>)
143
-
144
- 3.0.0 / 2022-07-16
145
- ==================
146
-
147
- **others**
148
- * [[`20944ee`](http://github.com/node-modules/urllib/commit/20944ee71789297db4a4f82065ddc9eeca2f94e9)] - ๐Ÿ“ฆ NEW: Support request and response events (fengmk2 <<fengmk2@gmail.com>>)
149
- * [[`f01c264`](http://github.com/node-modules/urllib/commit/f01c26439f9bd7ca5beb3e4b4d46ce5709dfb3c6)] - ๐Ÿ“ฆ NEW: Support HttpClient with rejectUnauthorized (fengmk2 <<fengmk2@gmail.com>>)
150
- * [[`61a915c`](http://github.com/node-modules/urllib/commit/61a915c29f9b876966c01b8fad0175906d00d178)] - ๐Ÿ“ฆ NEW: Support options.auth (fengmk2 <<fengmk2@gmail.com>>)
151
- * [[`cb084d9`](http://github.com/node-modules/urllib/commit/cb084d97031b6d67dc2ca3127a4f26359986bb6f)] - ๐Ÿ“ฆ NEW: Support custom lookup and checkAddress (fengmk2 <<fengmk2@gmail.com>>)
152
- * [[`cc1c854`](http://github.com/node-modules/urllib/commit/cc1c854f45bc5e48716ffca650d1e58385fe24eb)] - ๐Ÿ“ฆ NEW: Support options.opaque = object (fengmk2 <<fengmk2@gmail.com>>)
153
- * [[`f07c9f8`](http://github.com/node-modules/urllib/commit/f07c9f86a909d1555c7f29398ad05216112d4299)] - ๐Ÿ“ฆ NEW: Support options.timing = true (fengmk2 <<fengmk2@gmail.com>>)
154
- * [[`70a75c6`](http://github.com/node-modules/urllib/commit/70a75c6bc8200286d2f6a183c52b95fb76fb05ba)] - ๐Ÿ“ฆ NEW: Support options.compressed instead of gzip (fengmk2 <<fengmk2@gmail.com>>)
155
- * [[`936bc01`](http://github.com/node-modules/urllib/commit/936bc01cf0418d642af91bfe8c1e0c38c0b1a5a4)] - ๐Ÿ‘Œ IMPROVE: Support Node.js 14 (fengmk2 <<fengmk2@gmail.com>>)
156
- * [[`eb6c319`](http://github.com/node-modules/urllib/commit/eb6c31950d295c019878edf066353bcbec007eed)] - ๐Ÿ“ฆ NEW: Support auto retry like HttpClient2 (fengmk2 <<fengmk2@gmail.com>>)
157
- * [[`b07a45e`](http://github.com/node-modules/urllib/commit/b07a45ee9f33eca21f5aad1c24ca04b83cc1fdf9)] - ๐Ÿ‘Œ IMPROVE: Use brotli instead of deflate (fengmk2 <<fengmk2@gmail.com>>)
158
- * [[`a8876f2`](http://github.com/node-modules/urllib/commit/a8876f268c434da9936f53e7264fa1ddb3a4ed24)] - ๐Ÿค– TEST: Big stream timeout (fengmk2 <<fengmk2@gmail.com>>)
159
- * [[`6b5a4f1`](http://github.com/node-modules/urllib/commit/6b5a4f19ac011666db292b5bdf3850e02ede39d2)] - ๐Ÿ“ฆ NEW: Use request instead of fetch (fengmk2 <<fengmk2@gmail.com>>)
160
- * [[`c1218c5`](http://github.com/node-modules/urllib/commit/c1218c5da101e773346c99b735d3988be0b55560)] - ๐Ÿ› FIX: Try to use Readable first (fengmk2 <<fengmk2@gmail.com>>)
161
- * [[`a67d9d1`](http://github.com/node-modules/urllib/commit/a67d9d1dd7297111ac746b7d964c437cbf1b3e84)] - ๐Ÿ› FIX: Dont parse empty data to json (fengmk2 <<fengmk2@gmail.com>>)
162
- * [[`2882f0e`](http://github.com/node-modules/urllib/commit/2882f0eadca544bafb8e31de2fce9bd49438f3dd)] - ๐Ÿค– TEST: Error cases for stream and writeStream (fengmk2 <<fengmk2@gmail.com>>)
163
- * [[`57ccc7e`](http://github.com/node-modules/urllib/commit/57ccc7eda197dfe2a9a83e61bab3bb6a9c5bf11e)] - ๐Ÿ“ฆ NEW: Support options.streaming = true (fengmk2 <<fengmk2@gmail.com>>)
164
- * [[`f2ca7eb`](http://github.com/node-modules/urllib/commit/f2ca7ebd406cc641959a6ecefb6c395aec9893a1)] - ๐Ÿ“ฆ NEW: Support fixJSONCtlChars (fengmk2 <<fengmk2@gmail.com>>)
165
- * [[`f5390f2`](http://github.com/node-modules/urllib/commit/f5390f2a5b630238402d412e76d54035c0bfc7f3)] - ๐Ÿ“ฆ NEW: TS compiler both Commonjs and ESM support (fengmk2 <<fengmk2@gmail.com>>)
166
- * [[`c3cc765`](http://github.com/node-modules/urllib/commit/c3cc76592e74bcebe793dd52a15dfe5823c65505)] - ๐Ÿ“ฆ NEW: Support upload file by args.files (fengmk2 <<fengmk2@gmail.com>>)
167
- * [[`70a238d`](http://github.com/node-modules/urllib/commit/70a238de07170c6fdbac37d245bc72048d4435dd)] - ๐Ÿค– TEST: Use jest and ts (fengmk2 <<fengmk2@gmail.com>>)
168
- * [[`26c44b7`](http://github.com/node-modules/urllib/commit/26c44b75e7a6ac95dd0dd8853400f7d83d815f3b)] - ๐Ÿ“ฆ NEW: [BREAKING] Refactor impl base on undici (fengmk2 <<fengmk2@gmail.com>>)
169
-
170
- 2.38.1 / 2022-07-05
171
- ==================
172
-
173
- **fixes**
174
- * [[`f343daa`](http://github.com/node-modules/urllib/commit/f343daa6d1ffb91ebed00e0f858fcb4378921349)] - fix: ignore request error if request is done (#384) (killa <<killa123@126.com>>)
175
-
176
- **others**
177
- * [[`518d22c`](http://github.com/node-modules/urllib/commit/518d22c30e3888e6cffec0572f05af0fc30f824f)] - Create codeql-analysis.yml (fengmk2 <<fengmk2@gmail.com>>)
178
- * [[`7daf2fa`](http://github.com/node-modules/urllib/commit/7daf2fa599ac294ffc8a3adfe7015b667f13e59a)] - chore: update contributors (fengmk2 <<fengmk2@gmail.com>>)
179
- * [[`20451f2`](http://github.com/node-modules/urllib/commit/20451f2898fba90a72c9b953e518e2f67a3bddd7)] - test: add tsd for timing interface (#377) (fengmk2 <<fengmk2@gmail.com>>)
180
- * [[`f662c2b`](http://github.com/node-modules/urllib/commit/f662c2b066d3d4363491ee552a0976fe29a528cf)] - chore: update contributors (fengmk2 <<fengmk2@gmail.com>>)
181
-
182
- 2.38.0 / 2021-11-24
183
- ==================
184
-
185
- **others**
186
- * [[`6d19f99`](http://github.com/node-modules/urllib/commit/6d19f99f6490df67832d1d2a9c39743c0de1cbd5)] - tsd: add timing interface (#375) (ๅผ˜ๆ ‘@้˜ฟ้‡Œ <<dickeylth@users.noreply.github.com>>)
187
- * [[`9c9c65b`](http://github.com/node-modules/urllib/commit/9c9c65b0e8344c1a30c157628a675440b8a616c1)] - test: check TypeScript type definitions (#373) (fengmk2 <<fengmk2@gmail.com>>)
188
-
189
- 2.37.4 / 2021-09-07
190
- ==================
191
-
192
- **fixes**
193
- * [[`1e6622a`](http://github.com/node-modules/urllib/commit/1e6622a571b3e6f72c5f187a224bddedcbc382cf)] - fix: upgrade proxy-agent to fix the security vulnerability. (#368) (hyj1991 <<yeekwanvong@gmail.com>>)
194
-
195
- **others**
196
- * [[`ae27498`](http://github.com/node-modules/urllib/commit/ae2749811e40262da8bf2641599b066344fa6b05)] - docs: notes contentType's value (#349) (changzhi <<changzhiwin@gmail.com>>)
197
-
198
- 2.37.3 / 2021-07-05
199
- ==================
200
-
201
- **fixes**
202
- * [[`b730a6c`](http://github.com/node-modules/urllib/commit/b730a6cdc0465bea1c08d50bfa3b5e95bd17b31f)] - fix: ๐Ÿ› redirect status code (#363) (Hongcai Deng <<admin@dhchouse.com>>)
203
-
204
- 2.37.2 / 2021-06-07
205
- ==================
206
-
207
- **fixes**
208
- * [[`04734a1`](http://github.com/node-modules/urllib/commit/04734a13e146da501f4e38333d5de9f9bbb259d1)] - fix: ๐Ÿ› should trigger response event when follow redirect (#361) (Hongcai Deng <<admin@dhchouse.com>>)
209
-
210
- 2.37.1 / 2021-04-15
211
- ==================
212
-
213
- **others**
214
- * [[`d50afda`](http://github.com/node-modules/urllib/commit/d50afda91befff75f044a1ad83689f7a459c5d32)] - Update proxy-agent to v4 to resolve vulnerability (#355) (Chad McElligott <<chad.mcelligott@gmail.com>>)
215
-
216
- 2.37.0 / 2021-04-02
217
- ==================
218
-
219
- **features**
220
- * [[`2acf75b`](http://github.com/node-modules/urllib/commit/2acf75b75050667f7341e6990078e0330e704af1)] - feat: add unix domain socket file support (#352) (Khaidi Chu <<i@2333.moe>>)
221
-
222
- **others**
223
- * [[`f2a42d1`](http://github.com/node-modules/urllib/commit/f2a42d19d2236979c16eea13c229839e5a78b381)] - chore: LICENSE link typo (fengmk2 <<fengmk2@gmail.com>>)
224
- * [[`28a0152`](http://github.com/node-modules/urllib/commit/28a0152c0ae5d4470d88b8122724b6228b48b319)] - chore: update contributors (fengmk2 <<fengmk2@gmail.com>>)
225
- * [[`5674670`](http://github.com/node-modules/urllib/commit/56746704d61116d99846d94480d223a9e3c42913)] - test: add socket checker test case (#341) (fengmk2 <<fengmk2@gmail.com>>)
226
- * [[`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>>)
227
-
228
- 2.36.1 / 2020-06-09
229
- ==================
230
-
231
- **others**
232
- * [[`35eecc0`](http://github.com/node-modules/urllib/commit/35eecc021f55e324b2520f91a032a33517d94f29)] - chore: add type declaration for RequestOptions#keepHeaderCase (#345) (William <<willizm.cn@gmail.com>>)
233
-
234
- 2.36.0 / 2020-06-08
235
- ==================
236
-
237
- **fixes**
238
- * [[`15c4170`](http://github.com/node-modules/urllib/commit/15c4170beab4404b0576caa01e199f445c476b7d)] - fix: allow to keep origin header key case (#344) (TZ | ๅคฉ็Œช <<atian25@qq.com>>)
239
-
240
- **others**
241
- * [[`31c03b8`](http://github.com/node-modules/urllib/commit/31c03b853ae5db00c7223c0a1a545dfcf0b07aa5)] - chore: Update and rename LICENSE.txt to LICENSE (#343) (Yuxiang LIU <<david-khala@hotmail.com>>)
242
-
243
- 2.35.0 / 2020-05-15
244
- ==================
245
-
246
- **features**
247
- * [[`47c21bd`](http://github.com/node-modules/urllib/commit/47c21bd93648080589bdc6528d9e9cf3e0489951)] - feat: change header to lowercase (#337) (TZ | ๅคฉ็Œช <<atian25@qq.com>>)
248
-
249
- **fixes**
250
- * [[`8f2ca64`](http://github.com/node-modules/urllib/commit/8f2ca648608995d140d0ca3873ef728bdbd4ee41)] - fix: need to handle response data on close event (#340) (fengmk2 <<fengmk2@gmail.com>>)
251
- * [[`175ad2b`](http://github.com/node-modules/urllib/commit/175ad2b3e17196626c701ef72396dd6932d14c7a)] - fix: res.socket is null in node-v14.x (#339) (hyj1991 <<yeekwanvong@gmail.com>>)
252
-
253
- 2.34.2 / 2019-12-09
254
- ==================
255
-
256
- **fixes**
257
- * [[`67d5b1c`](http://github.com/node-modules/urllib/commit/67d5b1c35dc302778aa4b992ea4998fe427e3cc8)] - fix: index.d.ts (#334) (Daniels.Sun <<better.sunjian@gmail.com>>)
258
-
259
- 2.34.1 / 2019-09-02
260
- ==================
261
-
262
- **fixes**
263
- * [[`3da9339`](http://github.com/node-modules/urllib/commit/3da9339aacf4aa59c17b40ff1793d320bc9d9f61)] - fix: rejectUnauthorized under Node.js 12 (#328) (Khaidi Chu <<i@2333.moe>>)
264
-
265
- **others**
266
- * [[`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>>)
267
-
268
- 2.34.0 / 2019-05-07
269
- ==================
270
-
271
- **features**
272
- * [[`11f5d34`](http://github.com/node-modules/urllib/commit/11f5d34ea3d8aafbda4f3f5345d6dcfe7e20daa2)] - feat: support multipart/form-data by default (#322) (fengmk2 <<fengmk2@gmail.com>>)
273
-
274
- **others**
275
- * [[`3c24781`](http://github.com/node-modules/urllib/commit/3c2478100f8490a0fd6f4c49772c682d38fcf43e)] - chore: update contributors (fengmk2 <<fengmk2@gmail.com>>)
276
-
277
- 2.33.4 / 2019-05-06
278
- ==================
279
-
280
- **fixes**
281
- * [[`1f9566c`](http://github.com/node-modules/urllib/commit/1f9566c3dbb0be02e895647ced2d8eba06ce28aa)] - fix: don't parse URL on node 4 (#321) (fengmk2 <<fengmk2@gmail.com>>)
282
- * [[`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>>)
283
-
284
- 2.33.3 / 2019-04-11
285
- ==================
286
-
287
- **others**
288
- * [[`e08f71a`](http://github.com/node-modules/urllib/commit/e08f71af8c261318289d056260a156eca9d6a274)] - upgrade: proxy-agent@3.1.0 (#315) (่–›ๅฎš่ฐ”็š„็Œซ <<weiran.zsd@outlook.com>>)
289
-
290
- 2.33.2 / 2019-03-26
291
- ==================
292
-
293
- **fixes**
294
- * [[`a2a8a1d`](http://github.com/node-modules/urllib/commit/a2a8a1de8088f1a1b6f96de9e9c2cee408bc165b)] - fix: only copy enumerable and ownProperty value of args.headers (#313) (fengmk2 <<fengmk2@gmail.com>>)
295
-
296
- 2.33.1 / 2019-03-21
297
- ==================
298
-
299
- **fixes**
300
- * [[`f8091ce`](http://github.com/node-modules/urllib/commit/f8091ce41885178f4a1b50d6daf79a77bdead9f0)] - fix: cancel connect timer when done is called (Daniel Wang <<danielwpz@gmail.com>>)
301
-
302
- 2.33.0 / 2019-01-09
303
- ==================
304
-
305
- **features**
306
- * [[`a5df9d5`](http://github.com/node-modules/urllib/commit/a5df9d5257a8d18dd0d71f7c76aff7f6464e9484)] - feat: add typescript definition (#308) (Haoliang Gao <<sakura9515@gmail.com>>)
307
-
308
- **others**
309
- * [[`47ad864`](http://github.com/node-modules/urllib/commit/47ad864eba92a1e0f5a730adad6e8582af3fdbd8)] - test: add test case for streaming timeout (#307) (Yiyu He <<dead_horse@qq.com>>)
310
-
311
- 2.32.0 / 2019-01-07
312
- ==================
313
-
314
- **features**
315
- * [[`a42445e`](http://github.com/node-modules/urllib/commit/a42445edfcaa17b9840afa8b4e06d1928d58ab53)] - feat: Expose status message from original Response (#306) (GP โœ… <<exchequer598@gmail.com>>)
316
-
317
- 2.31.3 / 2018-11-30
318
- ==================
319
-
320
- **fixes**
321
- * [[`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>>)
322
-
323
- **others**
324
- * [[`2bb86c0`](http://github.com/node-modules/urllib/commit/2bb86c0fe1f34cf8d12e397158e714a86f697093)] - test: only use junit report on azure-pipelines (#304) (fengmk2 <<fengmk2@gmail.com>>)
325
- * [[`bd869c7`](http://github.com/node-modules/urllib/commit/bd869c704387d3159ca50bf1976c6c70358b3ee4)] - test: Publish test results to Azure Pipelines (#303) (Rishav Sharan <<rishav.sharan@microsoft.com>>)
326
-
327
- 2.31.2 / 2018-11-13
328
- ==================
329
-
330
- **fixes**
331
- * [[`227618a`](http://github.com/node-modules/urllib/commit/227618ad0ceef68b409ba7ec9328bdcaba513b3e)] - fix: allow agent set to null (#301) (fengmk2 <<fengmk2@gmail.com>>)
332
-
333
- 2.31.1 / 2018-11-01
334
- ==================
335
-
336
- **fixes**
337
- * [[`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>>)
338
- * [[`36c24c3`](http://github.com/node-modules/urllib/commit/36c24c3f54b6115c178540803a9ffae733bba063)] - fix: should autofix socket timeout by request.timeout (#300) (fengmk2 <<fengmk2@gmail.com>>)
339
-
340
- 2.31.0 / 2018-10-24
341
- ==================
342
-
343
- **features**
344
- * [[`28c38d2`](http://github.com/node-modules/urllib/commit/28c38d2451d85669decfdaf16ea07eaf958d41eb)] - feat: support agentkeepalive@4 (#297) (fengmk2 <<fengmk2@gmail.com>>)
345
- * [[`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>>)
346
-
347
- 2.30.0 / 2018-09-26
348
- ==================
349
-
350
- **features**
351
- * [[`b760530`](http://github.com/node-modules/urllib/commit/b76053020923f4d99a1c93cf2e16e0c5ba10bacf)] - feat: implement trace option like mysql client (#290) (killa <<killa123@126.com>>)
352
-
353
- **others**
354
- * [[`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>>)
355
-
356
- 2.29.1 / 2018-07-26
357
- ==================
358
-
359
- **fixes**
360
- * [[`ab39245`](http://github.com/node-modules/urllib/commit/ab39245ecb8d75f56b559c193b26c4a19e7bbbfe)] - fix: keep exists accept header on dataType = json (#289) (fengmk2 <<fengmk2@gmail.com>>)
361
-
362
- 2.29.0 / 2018-07-03
363
- ==================
364
-
365
- **features**
366
- * [[`4ca0c48`](http://github.com/node-modules/urllib/commit/4ca0c486699ff9e7e8b59f381a963a1133b59a96)] - feat: add socket handled request and response count (#288) (fengmk2 <<fengmk2@gmail.com>>)
367
-
368
- 2.28.1 / 2018-06-01
369
- ==================
370
-
371
- **fixes**
372
- * [[`6bc31b9`](http://github.com/node-modules/urllib/commit/6bc31b9af77bbf5c4acab7e430116b071160b6d5)] - fix: use pump to close request stream (#287) (fengmk2 <<fengmk2@gmail.com>>)
373
-
374
- **others**
375
- * [[`8087683`](http://github.com/node-modules/urllib/commit/8087683710118088891a580666b149181e1cab86)] - test: add node 10 support (#285) (fengmk2 <<fengmk2@gmail.com>>)
376
-
377
- 2.28.0 / 2018-05-25
378
- ==================
379
-
380
- **features**
381
- * [[`c0221ff`](http://github.com/node-modules/urllib/commit/c0221ff08934519bacbcf96660f126d5d6279c02)] - feat: support deflate compress for response (#283) (iSayme <<isaymeorg@gmail.com>>)
382
-
383
- **others**
384
- * [[`60ea1f6`](http://github.com/node-modules/urllib/commit/60ea1f653a29e0c8949fb3be5d82fe1fddf2a0f3)] - test: update url, the /:package/* not avalable anymore (#284) (iSayme <<isaymeorg@gmail.com>>)
385
-
386
- 2.27.0 / 2018-03-26
387
- ==================
388
-
389
- **features**
390
- * [[`a6c93fd`](http://github.com/node-modules/urllib/commit/a6c93fd07e75e45c6eda09c732d0b72ff5dc9199)] - feat: support args.checkAddress (#279) (Yiyu He <<dead_horse@qq.com>>)
391
-
392
- 2.26.0 / 2018-02-28
393
- ==================
394
-
395
- **features**
396
- * [[`d6e7c58`](http://github.com/node-modules/urllib/commit/d6e7c58b3688d415091ddc0c845b7cb8d57e20cc)] - feat: support Keep-Alive Header (#275) (fengmk2 <<fengmk2@gmail.com>>)
397
-
398
- 2.25.4 / 2018-01-18
399
- ==================
400
-
401
- **fixes**
402
- * [[`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>>)
403
-
404
- 2.25.3 / 2017-12-29
405
- ==================
406
-
407
- **fixes**
408
- * [[`e3df75e`](http://github.com/node-modules/urllib/commit/e3df75e249f67c943ac42d61abd1649291ba5f74)] - fix: res.requestUrls should be string array (#271) (hui <<kangpangpang@gmail.com>>)
409
-
410
- 2.25.2 / 2017-12-28
411
- ==================
412
-
413
- **fixes**
414
- * [[`2df6906`](http://github.com/node-modules/urllib/commit/2df6906d188bc53aa2d24efa0d318e52cccf9d78)] - fix: make sure request event url should be a string (#270) (hui <<kangpangpang@gmail.com>>)
415
-
416
- 2.25.1 / 2017-10-20
417
- ==================
418
-
419
- **fixes**
420
- * [[`ac9bc64`](http://github.com/node-modules/urllib/commit/ac9bc645149ffa5d9a1e8450ba00721a92d18f13)] - fix: don't change args.headers (#267) (fengmk2 <<fengmk2@gmail.com>>)
421
-
422
- **others**
423
- * [[`b798546`](http://github.com/node-modules/urllib/commit/b798546ef240de7a4dbe8ba5feb05536a4912b1b)] - docs: fixed spelling mistake (#266) (Axes <<whxaxes@qq.com>>)
424
-
425
- 2.25.0 / 2017-09-08
426
- ==================
427
-
428
- **features**
429
- * [[`95cabd6`](http://github.com/node-modules/urllib/commit/95cabd650ffb4996819570dea2518dea875d8452)] - feat: support custom fixJSONCtlChars function (#264) (fengmk2 <<fengmk2@gmail.com>>)
430
-
431
- 2.24.0 / 2017-07-31
432
- ==================
433
-
434
- * feat: support http(s) proxy (#226)
435
-
436
- 2.23.0 / 2017-07-18
437
- ==================
438
-
439
- * test: skip test.webdav.org test cases
440
- * feat: add defaultArgs on HttpClient
441
-
442
- 2.22.0 / 2017-04-10
443
- ==================
444
-
445
- * feat: add options.nestedQuerystring (#254)
446
-
447
- 2.21.2 / 2017-03-19
448
- ==================
449
-
450
- * fix: don't listen response aborted on node > 0.12 (#252)
451
-
452
- 2.21.1 / 2017-03-16
453
- ==================
454
-
455
- * fix: throw when write to stream timeout (#251)
456
-
457
- 2.21.0 / 2017-02-27
458
- ==================
459
-
460
- * fix: should pass options to httpclient2 (#249)
461
- * test: fix Promise not defined on 0.10
462
- * test: use assert instead of should
463
- * feat: add retry delay on httpclient2
464
-
465
- 2.20.0 / 2017-02-06
466
- ==================
467
-
468
- * deps: bump deps versions
469
- * fix: keep the same req object across request and response event
470
-
471
- 2.19.0 / 2016-12-14
472
- ==================
473
-
474
- * feat: add `dataAsQueryString` params for convert data to query string (#240)
475
-
476
- 2.18.0 / 2016-12-07
477
- ==================
478
-
479
- * fix: use nextTick to prevent promise handling error.
480
- * refactor: move to separated files
481
- * feat: add retry option
482
-
483
- 2.17.1 / 2016-11-25
484
- ==================
485
-
486
- * add environment detection for connect timer, because no socket event in browser env (#236)
487
-
488
- 2.17.0 / 2016-10-13
489
- ==================
490
-
491
- * feat: add -2 status for connect timeout (#224)
492
-
493
- 2.16.1 / 2016-10-10
494
- ==================
495
-
496
- * fix: parse content-type (#221)
497
-
498
- 2.16.0 / 2016-09-27
499
- ==================
500
-
501
- * feat: add custom dns lookup function (#220)
502
-
503
- 2.15.1 / 2016-09-26
504
- ==================
505
-
506
- * fix: httpclient support set agent to false (#219)
507
-
508
- 2.15.0 / 2016-09-21
509
- ==================
510
-
511
- * feat: export remoteAddress and remotePort (#216)
512
-
513
- 2.14.0 / 2016-09-19
514
- ==================
515
-
516
- * feat: allow user to rewrite redirect url (#214)
517
-
518
- 2.13.2 / 2016-09-18
519
- ==================
520
-
521
- * fix: response size should use last one (#213)
522
-
523
- 2.13.1 / 2016-09-10
524
- ==================
525
-
526
- * fix: add missing ctx on request event (#210)
527
-
528
- 2.13.0 / 2016-08-09
529
- ==================
530
-
531
- * feat: timing (#204)
532
- * docs: fix res.aborted description
533
-
534
- 2.12.0 / 2016-08-08
535
- ==================
536
-
537
- * feat: support connect and response timeouts (#201)
538
-
539
- 2.11.1 / 2016-08-04
540
- ==================
541
-
542
- * fix: catch http.request sync error (#199)
543
-
544
- 2.11.0 / 2016-06-26
545
- ==================
546
-
547
- * deps: upgrade deps from ~ to ^ (#189)
548
-
549
- 2.10.0 / 2016-06-21
550
- ==================
551
-
552
- * feat: add an options consumeWriteStream (#187)
553
- * chore(package): update statuses to version 1.3.0 (#174)
554
-
555
- 2.9.1 / 2016-05-09
556
- ==================
557
-
558
- * fix: check url before request (#172)
559
- * chore(package): update any-promise to version 1.2.0 (#171)
560
-
561
- 2.9.0 / 2016-04-21
562
- ==================
563
-
564
- * feat: log all requested urls (#169)
565
- * deps: agentkeepalive@2.1.1
566
-
567
- 2.8.0 / 2016-02-27
568
- ==================
569
-
570
- * test: improve coverage
571
- * feat: http default protocol for URL argument
572
-
573
- 2.7.3 / 2016-02-27
574
- ==================
575
-
576
- * deps: upgrade out of date deps
577
-
578
- 2.7.2 / 2016-02-25
579
- ==================
580
-
581
- * test: support windows
582
- * fix: keep headers.Host on `location: /foo` redirect
583
- * test: use npmjs.com on travis ci
584
- * fix: jshint style
585
- * deps: any-promise instead of native-or-blubird
586
-
587
- 2.7.1 / 2016-02-02
588
- ==================
589
-
590
- * fix: clean up headers.Host before redirect request start
591
- * chore: update authors
592
-
593
- 2.7.0 / 2016-01-14
594
- ==================
595
-
596
- * feat: response event include data property
597
- * chore: Add host info into debug
598
-
599
- 2.6.0 / 2015-12-09
600
- ==================
601
-
602
- * test: fix unstable test cases
603
- * feat: enhance global events
604
- * chore(package): update semver to version 5.1.0
605
- * chore(package): update should to version 7.1.1
606
-
607
- 2.5.0 / 2015-09-30
608
- ==================
609
-
610
- * test: fix test url
611
- * feat: remove request# in error message
612
- * test: add streaming upload test
613
- * test: use codecov.io
614
-
615
- 2.4.0 / 2015-08-20
616
- ==================
617
-
618
- * feat: add options.fixJSONCtlChars to fix JSON control characters
619
- * Fix a typo in comment
620
-
621
- 2.3.11 / 2015-08-12
622
- ==================
623
-
624
- * fix: httpclient support curl too
625
-
626
- 2.3.10 / 2015-08-12
627
- ==================
628
-
629
- * fix: add alias urllib.curl()
630
- * chore: add decodeBodyByCharset error debug log
631
-
632
- 2.3.9 / 2015-07-23
633
- ==================
634
-
635
- * feat: show json format data when json parse error
636
-
637
- 2.3.8 / 2015-06-06
638
- ==================
639
-
640
- * fix: need to clear timer after follow redirect
641
-
642
- 2.3.7 / 2015-06-04
643
- ==================
644
-
645
- * test: use cnpmjs.org instead of taobao.com
646
- * fix: need to resume res before next redirect request start
647
-
648
- 2.3.6 / 2015-06-03
649
- ==================
650
-
651
- * fix: support 303, 305, 307 redirect status code
652
-
653
- 2.3.5 / 2015-05-11
654
- ==================
655
-
656
- * fix: followRedirect support customResponse.
657
-
658
- 2.3.4 / 2015-04-19
659
- ==================
660
-
661
- * feat: show agent status message when request error
662
-
663
- 2.3.3 / 2015-03-30
664
- ==================
665
-
666
- * fix: add ciphers and secureProtocol params support for https request
667
-
668
- 2.3.2 / 2015-03-29
669
- ==================
670
-
671
- * refactor: httpclient custom agent property
672
-
673
- 2.3.1 / 2015-03-08
674
- ==================
675
-
676
- * fix: auto decode gzip content
677
-
678
- 2.3.0 / 2015-02-16
679
- ==================
680
-
681
- * feat: mark off connection state and response state
682
-
683
- 2.2.2 / 2015-01-21
684
- ==================
685
-
686
- * remove unuse event handlers
687
-
688
- 2.2.1 / 2014-12-10
689
- ==================
690
-
691
- * refactor and add more comments
692
- * add path to error (@coderhaoxin)
693
- * fix promise example in readme
694
-
695
- 2.2.0 / 2014-11-28
696
- ==================
697
-
698
- * add customResponse option (@fishbar)
699
-
700
- 2.1.0 / 2014-11-15
701
- ==================
702
-
703
- * humanize timeout
704
-
705
- 2.0.2 / 2014-11-01
706
- ==================
707
-
708
- * chore: bump deps version and make test more stable
709
- * refactor: dont add new property on res object
710
-
711
- 2.0.1 / 2014-10-15
712
- ==================
713
-
714
- * add args.contentType option (@coderhaoxin)
715
- * Simply the HTTPClient implementation (@JacksonTian)
716
- * refine urllib code (@JacksonTian)
717
-
718
- 2.0.0 / 2014-10-13
719
- ==================
720
-
721
- * support auto decode charset when dataType set
722
-
723
- 1.5.2 / 2014-09-15
724
- ==================
725
-
726
- * do not check ssl, fix hang up in some node version
727
-
728
- 1.5.1 / 2014-09-10
729
- ==================
730
-
731
- * httpclient add requestThunk()
732
-
733
- 1.5.0 / 2014-09-10
734
- ==================
735
-
736
- * add requestThunk to support co
737
-
738
- 1.4.1 / 2014-08-28
739
- ==================
740
-
741
- * HttpClient support agent and httpsAgent
742
-
743
- 1.4.0 / 2014-08-27
744
- ==================
745
-
746
- * add SocketAssignTimeoutError. #37
747
-
748
- 1.3.1 / 2014-08-27
749
- ==================
750
-
751
- * convert data to string when dataType is text
752
-
753
- 1.3.0 / 2014-08-26
754
- ==================
755
-
756
- * add urllib instance
757
-
758
- 1.2.1 / 2014-08-26
759
- ==================
760
-
761
- * add args.ctx for response event easy logging
762
-
763
- 1.2.0 / 2014-08-26
764
- ==================
765
-
766
- * format Response object fields
767
-
768
- 1.1.0 / 2014-08-25
769
- ==================
770
-
771
- * global `response` event. fixed #35
772
-
773
- 1.0.0 / 2014-08-25
774
- ==================
775
-
776
- * return Promise when callback missing. fixed #33
777
- * rm Makefile
778
- * use flat image
779
-
780
- 0.5.17 / 2014-08-08
781
- ==================
782
-
783
- * Remove aborted. joyent/node#7457
784
- * missing I in urllib logo
785
-
786
- 0.5.16 / 2014-05-15
787
- ==================
788
-
789
- * fix test cases
790
- * change .once to .on (@alsotang)
791
-
792
- 0.5.15 / 2014-05-04
793
- ==================
794
-
795
- * make callback is optional. close #29
796
- * rm 0.8 from travis
797
-
798
- 0.5.14 / 2014-04-21
799
- ==================
800
-
801
- * fix #28 user-agent logic bug
802
-
803
- 0.5.13 / 2014-03-31
804
- ==================
805
-
806
- * use digest-header module
807
-
808
- 0.5.12 / 2014-03-29
809
- ==================
810
-
811
- * support Digest access authentication. fix #27
812
- * add co-urllib desc
813
-
814
- 0.5.11 / 2014-03-13
815
- ==================
816
-
817
- * improve user-agent, add node version and plaform detail
818
-
819
- 0.5.10 / 2014-03-11
820
- ==================
821
-
822
- * if body not decode, dont touch it
823
-
824
- 0.5.9 / 2014-03-10
825
- ==================
826
-
827
- * Support `options.gzip = true` to handle gzip response. fixed #26
828
-
829
- 0.5.8 / 2014-03-07
830
- ==================
831
-
832
- * remove buffer-concat
833
-
834
- 0.5.7 / 2014-03-07
835
- ==================
836
-
837
- * no more deps on buffer-concat
838
- * add default User-Agent: node-urllib/x.x.x
839
- * add jshint
840
-
841
- 0.5.6 / 2014-03-05
842
- ==================
843
-
844
- * add data/res to error
845
- * fix typo (@coderhaoxin)
846
- * access npmjs.org https
847
- * fix test cases and use autod
848
- * install from cnpm
849
- * no more support on node 0.6.x
850
-
851
- 0.5.5 / 2013-12-10
852
- ==================
853
-
854
- * should pass done instead of callback and end the writeStream
855
- * support args.writeStream with follow redirect (@dead-horse)
856
-
857
- 0.5.4 / 2013-11-09
858
- ==================
859
-
860
- * fix timeout not effect bug
861
-
862
- 0.5.3 / 2013-10-18
863
- ==================
864
-
865
- * add args.beforeRequest(options) hook to change options before http send
866
-
867
- 0.5.2 / 2013-09-23
868
- ==================
869
-
870
- * add JSONResponseFormatError; append request url infomation to err.message
871
-
872
- 0.5.1 / 2013-08-23
873
- ==================
874
-
875
- * detect connect timeout or response timeout fixed #18
876
- * update doc
877
-
878
- 0.5.0 / 2013-08-11
879
- ==================
880
-
881
- * Support max redirects to protect loop redirect
882
- * Auto redirect handle (@ibigbug)
883
-
884
- 0.4.4 / 2013-08-10
885
- ==================
886
-
887
- * handle json response to null when data size is zero
888
-
889
- 0.4.3 / 2013-08-10
890
- ==================
891
-
892
- * Auto convert data to json string when content-type is 'json' fixed #15
893
- * add drone.io status build image
894
-
895
- 0.4.2 / 2013-08-10
896
- ==================
897
-
898
- * fix SELF_SIGNED_CERT_IN_CHAIN test case on node 0.8 and 0.6
899
- * [โˆš] https & self-signed certificate
900
-
901
- 0.4.1 / 2013-08-05
902
- ==================
903
-
904
- * return RemoteSocketClosedError when Remote socket was terminated before `response.end()` was called
905
-
906
- 0.4.0 / 2013-08-05
907
- ==================
908
-
909
- * If the underlaying connection was terminated before `response.end()` was called, `res.aborted` should be `true`. fixed #14
910
- * fixed test case for 0.6
911
- * add res.socket.end() test cases
912
- * remove 0.11 from travis
913
-
914
- 0.3.8 / 2013-08-02
915
- ==================
916
-
917
- * add debug log
918
-
919
- 0.3.7 / 2013-07-11
920
- ==================
921
-
922
- * PATCH method is also "application/x-www-form-urlencoded" by default
923
- * replace logo
924
-
925
- 0.3.6 / 2013-07-11
926
- ==================
927
-
928
- * fixed bug in processing query string #13 (@xingrz)
929
- * updated readme example (@xingrz)
930
- * update authors
931
- * API docs (@xingrz)
932
-
933
- 0.3.5 / 2013-07-10
934
- ==================
935
-
936
- * fixed writeSteam receive incomplete bug
937
- * update makefile
938
- * add coveralls
939
- * remove 0.11 from travis
940
- * add patch for node 0.6
941
- * fixed https request timeout tests
942
- * use blanket instead of jscover
943
-
944
- 0.3.4 / 2013-03-06
945
- ==================
946
-
947
- * fixed #8 auto add application/x-www-form-urlencoded
948
- * fixed existsSync for node < 0.8
949
-
950
- 0.3.3 / 2012-12-14
951
- ==================
952
-
953
- * support writeStream
954
-
955
- 0.3.2 / 2012-11-08
956
- ==================
957
-
958
- * fixed #4 support urllib.request(options, args, callback)
959
- * fixed usage demo bug
960
- * fixed readme
961
-
962
- 0.3.1 / 2012-11-05
963
- ==================
964
-
965
- * fixed #2 support stream and return the req object.
966
- * use jscover instead of jscoverage
967
-
968
- 0.3.0 / 2012-10-10
969
- ==================
970
-
971
- * add coverage results
972
- * Bash auth support: `http://user:password@http://demo.com` .