Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit f8134f4

Browse files
committed
v0.0.2
1 parent b6f9c0f commit f8134f4

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
0.0.1 / 2013-07-09
210
==================
311

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.0.1",
3+
"version": "0.0.2",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
55
"main": "https-proxy-agent.js",
66
"scripts": {

0 commit comments

Comments
 (0)