|
16 | 16 | 0.3.0 / 2013-09-16 |
17 | 17 | ================== |
18 | 18 |
|
19 | | - * https-proxy-agent: use "debug" module |
20 | | - * https-proxy-agent: update to the "agent-base" v1 API |
21 | | - * https-proxy-agent: default the "port" to 443 if not set |
22 | | - * https-proxy-agent: augment the `opts` object for the `tls.connect` function |
23 | | - * https-proxy-agent: use "extend" module |
24 | | - * https-proxy-agent: remove use of `this` as much as possible |
25 | | - * https-proxy-agent: listen for the "error" event of the socket |
26 | | - * test: refactor of tests to use "proxy" module |
27 | | - * test: add "error" event catching test |
28 | | - * test: add 407 proxy response test |
29 | | - * test: use "semver" module, disable the HTTPS over HTTPS test for node >= v0.11.3 |
| 19 | + * https-proxy-agent: use "debug" module |
| 20 | + * https-proxy-agent: update to the "agent-base" v1 API |
| 21 | + * https-proxy-agent: default the "port" to 443 if not set |
| 22 | + * https-proxy-agent: augment the `opts` object for the `tls.connect` function |
| 23 | + * https-proxy-agent: use "extend" module |
| 24 | + * https-proxy-agent: remove use of `this` as much as possible |
| 25 | + * https-proxy-agent: listen for the "error" event of the socket |
| 26 | + * test: refactor of tests to use "proxy" module |
| 27 | + * test: add "error" event catching test |
| 28 | + * test: add 407 proxy response test |
| 29 | + * test: use "semver" module, disable the HTTPS over HTTPS test for node >= v0.11.3 |
30 | 30 |
|
31 | 31 | 0.2.0 / 2013-09-03 |
32 | 32 | ================== |
33 | 33 |
|
34 | | - * Add initial "Proxy-Authorization" Basic authentication support |
| 34 | + * Add initial "Proxy-Authorization" Basic authentication support |
35 | 35 |
|
36 | 36 | 0.1.0 / 2013-07-21 |
37 | 37 | ================== |
38 | 38 |
|
39 | | - * rename `secure` to `secureProxy` |
40 | | - * added `secureEndpoint` option |
41 | | - * various optimizations |
42 | | - * README improvements |
| 39 | + * rename `secure` to `secureProxy` |
| 40 | + * added `secureEndpoint` option |
| 41 | + * various optimizations |
| 42 | + * README improvements |
43 | 43 |
|
44 | 44 | 0.0.2 / 2013-07-11 |
45 | 45 | ================== |
46 | 46 |
|
47 | | - * test: add mocha tests |
48 | | - * don't use `socket.ondata`, use the official API instead |
49 | | - * throw an Error when no proxy info is given |
50 | | - * add support for passing options to net/tls .connect() |
| 47 | + * test: add mocha tests |
| 48 | + * don't use `socket.ondata`, use the official API instead |
| 49 | + * throw an Error when no proxy info is given |
| 50 | + * add support for passing options to net/tls .connect() |
51 | 51 |
|
52 | 52 | 0.0.1 / 2013-07-09 |
53 | 53 | ================== |
54 | 54 |
|
55 | | - * Initial release |
| 55 | + * Initial release |
0 commit comments