Skip to content

Commit 7a5124f

Browse files
committed
History: use * instead of -
Matches `git changelog` output.
1 parent d1e609d commit 7a5124f

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
@@ -1,40 +1,40 @@
11
0.3.0 / 2013-09-16
22
==================
33

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
1515

1616
0.2.0 / 2013-09-03
1717
==================
1818

19-
- Add initial "Proxy-Authorization" Basic authentication support
19+
* Add initial "Proxy-Authorization" Basic authentication support
2020

2121
0.1.0 / 2013-07-21
2222
==================
2323

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
2828

2929
0.0.2 / 2013-07-11
3030
==================
3131

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

3737
0.0.1 / 2013-07-09
3838
==================
3939

40-
- Initial release
40+
* Initial release

0 commit comments

Comments
 (0)