Skip to content

Commit dc29319

Browse files
committed
History: fix whitespace
1 parent 1d8e2c9 commit dc29319

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

History.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,40 @@
1616
0.3.0 / 2013-09-16
1717
==================
1818

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
3030

3131
0.2.0 / 2013-09-03
3232
==================
3333

34-
* Add initial "Proxy-Authorization" Basic authentication support
34+
* Add initial "Proxy-Authorization" Basic authentication support
3535

3636
0.1.0 / 2013-07-21
3737
==================
3838

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
4343

4444
0.0.2 / 2013-07-11
4545
==================
4646

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()
5151

5252
0.0.1 / 2013-07-09
5353
==================
5454

55-
* Initial release
55+
* Initial release

0 commit comments

Comments
 (0)