1 parent a509cef commit 319000fCopy full SHA for 319000f
2 files changed
History.md
@@ -1,3 +1,11 @@
1
+0.1.0 / 2013-07-21
2
+==================
3
+
4
+ - rename `secure` to `secureProxy`
5
+ - added `secureEndpoint` option
6
+ - various optimizations
7
+ - README improvements
8
9
0.0.2 / 2013-07-11
10
==================
11
package.json
@@ -1,6 +1,6 @@
{
"name": "https-proxy-agent",
- "version": "0.0.2",
+ "version": "0.1.0",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "https-proxy-agent.js",
"scripts": {
0 commit comments