mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-14 14:05:54 +00:00
16 lines
390 B
Markdown
16 lines
390 B
Markdown
# 1.2.0 / 2014-04-28
|
|
|
|
* return `client` from `localtunnel` API instantiation
|
|
|
|
# 1.1.0 / 2014-02-24
|
|
|
|
* add a host header transform to change the 'Host' header in requests
|
|
|
|
# 1.0.0 / 2014-02-14
|
|
|
|
* default to localltunnel.me for host
|
|
* remove exported `connect` method (just export one function that does the same thing)
|
|
* change localtunnel signature to (port, opt, fn)
|
|
|
|
# 0.2.2 / 2014-01-09
|