UNPKG

1.61 kBMarkdownView Raw
1
20.3.2 / 2013-11-18
3==================
4
5 * https-proxy-agent: allow "https" without trailing colon
6 * README: fix typo
7
80.3.1 / 2013-11-16
9==================
10
11 * test: enable the HTTPS over HTTPS test on node v0.11.8
12 * https-proxy-agent: create the proxy socket connection first
13 * https-proxy-agent: delete `pathname` from the proxy opts as well
14 * https-proxy-agent: remove dead "end"-emitting code
15
160.3.0 / 2013-09-16
17==================
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
30
310.2.0 / 2013-09-03
32==================
33
34 * Add initial "Proxy-Authorization" Basic authentication support
35
360.1.0 / 2013-07-21
37==================
38
39 * rename `secure` to `secureProxy`
40 * added `secureEndpoint` option
41 * various optimizations
42 * README improvements
43
440.0.2 / 2013-07-11
45==================
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()
51
520.0.1 / 2013-07-09
53==================
54
55 * Initial release