We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5124f commit 427a61cCopy full SHA for 427a61c
2 files changed
History.md
@@ -1,3 +1,12 @@
1
+
2
+0.3.1 / 2013-11-16
3
+==================
4
5
+ * test: enable the HTTPS over HTTPS test on node v0.11.8
6
+ * https-proxy-agent: create the proxy socket connection first
7
+ * https-proxy-agent: delete `pathname` from the proxy opts as well
8
+ * https-proxy-agent: remove dead "end"-emitting code
9
10
0.3.0 / 2013-09-16
11
==================
12
package.json
@@ -1,6 +1,6 @@
{
"name": "https-proxy-agent",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "https-proxy-agent.js",
"scripts": {
0 commit comments