UNPKG

1.93 kBMarkdownView Raw
1
20.3.4 / 2014-04-09
3==================
4
5 * gitignore: ignore root level ?.js files
6 * package: update outdated dependencies
7
80.3.3 / 2014-01-13
9==================
10
11 * https-proxy-agnet: use debug() instead of console.error()
12 * https-proxy-agent: fix debug() call
13 * History: fix whitespace
14
150.3.2 / 2013-11-18
16==================
17
18 * https-proxy-agent: allow "https" without trailing colon
19 * README: fix typo
20
210.3.1 / 2013-11-16
22==================
23
24 * test: enable the HTTPS over HTTPS test on node v0.11.8
25 * https-proxy-agent: create the proxy socket connection first
26 * https-proxy-agent: delete `pathname` from the proxy opts as well
27 * https-proxy-agent: remove dead "end"-emitting code
28
290.3.0 / 2013-09-16
30==================
31
32 * https-proxy-agent: use "debug" module
33 * https-proxy-agent: update to the "agent-base" v1 API
34 * https-proxy-agent: default the "port" to 443 if not set
35 * https-proxy-agent: augment the `opts` object for the `tls.connect` function
36 * https-proxy-agent: use "extend" module
37 * https-proxy-agent: remove use of `this` as much as possible
38 * https-proxy-agent: listen for the "error" event of the socket
39 * test: refactor of tests to use "proxy" module
40 * test: add "error" event catching test
41 * test: add 407 proxy response test
42 * test: use "semver" module, disable the HTTPS over HTTPS test for node >= v0.11.3
43
440.2.0 / 2013-09-03
45==================
46
47 * Add initial "Proxy-Authorization" Basic authentication support
48
490.1.0 / 2013-07-21
50==================
51
52 * rename `secure` to `secureProxy`
53 * added `secureEndpoint` option
54 * various optimizations
55 * README improvements
56
570.0.2 / 2013-07-11
58==================
59
60 * test: add mocha tests
61 * don't use `socket.ondata`, use the official API instead
62 * throw an Error when no proxy info is given
63 * add support for passing options to net/tls .connect()
64
650.0.1 / 2013-07-09
66==================
67
68 * Initial release