Skip to content

Commit bf9fd03

Browse files
committed
v0.3.0
1 parent 212fcb3 commit bf9fd03

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
0.3.0 / 2013-09-16
2+
==================
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
15+
116
0.2.0 / 2013-09-03
217
==================
318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "https-proxy-agent",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
55
"main": "https-proxy-agent.js",
66
"scripts": {

0 commit comments

Comments
 (0)