Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

History.md 1.3 KiB

3 anni fa
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # 1.9.2 (2019-06-01)
  2. * Update debug to 4.1.1
  3. * Update axios to 0.19.0
  4. # 1.9.1 (2018-09-08)
  5. * Update debug to 2.6.9
  6. # 1.9.0 (2018-04-03)
  7. * Add _request_ event to Tunnel emitter
  8. * Update yargs to support config via environment variables
  9. * Add basic request logging when --print-requests argument is used
  10. # 1.8.3 (2017-06-11)
  11. * update request dependency
  12. * update debug dependency
  13. * update openurl dependency
  14. # 1.8.2 (2016-11-17)
  15. * fix host header transform
  16. * update request dependency
  17. # 1.8.1 (2016-01-20)
  18. * fix bug w/ HostHeaderTransformer and binary data
  19. # 1.8.0 (2015-11-04)
  20. * pass socket errors up to top level
  21. # 1.7.0 (2015-07-22)
  22. * add short arg options
  23. # 1.6.0 (2015-05-15)
  24. * keep sockets alive after connecting
  25. * add --open param to CLI
  26. # 1.5.0 (2014-10-25)
  27. * capture all errors on remote socket and restart the tunnel
  28. # 1.4.0 (2014-08-31)
  29. * don't emit errors for ETIMEDOUT
  30. # 1.2.0 / 2014-04-28
  31. * return `client` from `localtunnel` API instantiation
  32. # 1.1.0 / 2014-02-24
  33. * add a host header transform to change the 'Host' header in requests
  34. # 1.0.0 / 2014-02-14
  35. * default to localltunnel.me for host
  36. * remove exported `connect` method (just export one function that does the same thing)
  37. * change localtunnel signature to (port, opt, fn)
  38. # 0.2.2 / 2014-01-09