1 parent b6f9c0f commit f8134f4Copy full SHA for f8134f4
2 files changed
History.md
@@ -1,3 +1,11 @@
1
+0.0.2 / 2013-07-11
2
+==================
3
+
4
+ - test: add mocha tests
5
+ - don't use `socket.ondata`, use the official API instead
6
+ - throw an Error when no proxy info is given
7
+ - add support for passing options to net/tls .connect()
8
9
0.0.1 / 2013-07-09
10
==================
11
package.json
@@ -1,6 +1,6 @@
{
"name": "https-proxy-agent",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "https-proxy-agent.js",
"scripts": {
0 commit comments