UNPKG

1.8 kBMarkdownView Raw
1
20.3.3 / 2014-01-13
3==================
4
5 * https-proxy-agnet: use debug() instead of console.error()
6 * https-proxy-agent: fix debug() call
7 * History: fix whitespace
8
90.3.2 / 2013-11-18
10==================
11
12 * https-proxy-agent: allow "https" without trailing colon
13 * README: fix typo
14
150.3.1 / 2013-11-16
16==================
17
18 * test: enable the HTTPS over HTTPS test on node v0.11.8
19 * https-proxy-agent: create the proxy socket connection first
20 * https-proxy-agent: delete `pathname` from the proxy opts as well
21 * https-proxy-agent: remove dead "end"-emitting code
22
230.3.0 / 2013-09-16
24==================
25
26 * https-proxy-agent: use "debug" module
27 * https-proxy-agent: update to the "agent-base" v1 API
28 * https-proxy-agent: default the "port" to 443 if not set
29 * https-proxy-agent: augment the `opts` object for the `tls.connect` function
30 * https-proxy-agent: use "extend" module
31 * https-proxy-agent: remove use of `this` as much as possible
32 * https-proxy-agent: listen for the "error" event of the socket
33 * test: refactor of tests to use "proxy" module
34 * test: add "error" event catching test
35 * test: add 407 proxy response test
36 * test: use "semver" module, disable the HTTPS over HTTPS test for node >= v0.11.3
37
380.2.0 / 2013-09-03
39==================
40
41 * Add initial "Proxy-Authorization" Basic authentication support
42
430.1.0 / 2013-07-21
44==================
45
46 * rename `secure` to `secureProxy`
47 * added `secureEndpoint` option
48 * various optimizations
49 * README improvements
50
510.0.2 / 2013-07-11
52==================
53
54 * test: add mocha tests
55 * don't use `socket.ondata`, use the official API instead
56 * throw an Error when no proxy info is given
57 * add support for passing options to net/tls .connect()
58
590.0.1 / 2013-07-09
60==================
61
62 * Initial release