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