UNPKG

531 BMarkdownView Raw
1# 1.5.0 (2014-10-25)
2
3* capture all errors on remote socket and restart the tunnel
4
5# 1.4.0 (2014-08-31)
6
7* don't emit errors for ETIMEDOUT
8
9# 1.2.0 / 2014-04-28
10
11* return `client` from `localtunnel` API instantiation
12
13# 1.1.0 / 2014-02-24
14
15* add a host header transform to change the 'Host' header in requests
16
17# 1.0.0 / 2014-02-14
18
19* default to localltunnel.me for host
20* remove exported `connect` method (just export one function that does the same thing)
21* change localtunnel signature to (port, opt, fn)
22
23# 0.2.2 / 2014-01-09