You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

History.md 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. 2.1.0 / 2018-03-03
  2. ==================
  3. * Add "engines" to package.json
  4. * Use `Buffer.from()`
  5. * Update package.json - outdated debug version (#7)
  6. 2.0.0 / 2017-06-27
  7. ==================
  8. * drop support for Node.js < v4
  9. * update "mocha" to v3
  10. * update to "agent-base" v4
  11. * rename http-proxy-agent.js to index.js
  12. * remove `extend` dependency
  13. * test Node.js 4, 5, 6, 7 and 8 on Travis-CI
  14. 1.0.0 / 2015-07-10
  15. ==================
  16. * http-proxy-agent: use %o debug() formatter
  17. * http-proxy-agent: remove `defaults` merging logic
  18. * package: update "agent-base" to v2
  19. * test: add an assert() call
  20. * test: use ssl-cert-snakeoil self-signed SSL certs
  21. * README: add note about node-https-proxy-agent
  22. 0.2.7 / 2015-07-06
  23. ==================
  24. * travis: ensure latest npm before testing
  25. * travis: test node v0.8, v0.10, and v0.12
  26. * README: use SVG for Travis-CI badge
  27. * package: update "extend" to v3
  28. * package: update "mocha" to v2
  29. * package: update "debug" to v2
  30. 0.2.6 / 2014-06-11
  31. ==================
  32. * package: update "debug" to v1.0.0
  33. 0.2.5 / 2014-04-09
  34. ==================
  35. * package: update outdated deps
  36. 0.2.4 / 2014-01-12
  37. ==================
  38. * http-proxy-agent: fix using the agent after the first tick of creating the ClientRequest
  39. * http-proxy-agent: use "debug" module
  40. * History: fix whitespace
  41. 0.2.3 / 2013-11-18
  42. ==================
  43. * https-proxy-agent: allow "https" without trailing colon
  44. 0.2.2 / 2013-11-16
  45. ==================
  46. * http-proxy-agent: delete the `port` if it matches default port
  47. * http-proxy-agent: don't mix in the `proxy` opts to the endpoint opts
  48. * http-proxy-agent: delete `pathname` from the proxy opts as well
  49. 0.2.1 / 2013-10-28
  50. ==================
  51. * http-proxy-agent: properly proxy the query-string on request URLs (GH-1)
  52. 0.2.0 / 2013-09-16
  53. ==================
  54. * http-proxy-agent: update to `agent-base` v1.0.0 API
  55. * http-proxy-agent: rename `secure` option to `secureProxy`
  56. * http-proxy-agent: default the "port" to 80 if not set
  57. * http-proxy-agent: use "extend" module
  58. * test: refactor tests
  59. * test: add 407 auth test
  60. * test: add bad proxy info test
  61. * test: add "secureProxy" option tests
  62. 0.1.0 / 2013-09-03
  63. ==================
  64. * Add initial "Proxy-Authorization" Basic authentication support
  65. 0.0.2 / 2013-07-11
  66. ==================
  67. * test: make tests pass, ensure valid IP addresses are returned
  68. * test: add tests
  69. * throw an Error when no proxy info is given
  70. * add support for passing options to net/tls .connect()
  71. 0.0.1 / 2013-07-09
  72. ==================
  73. * Initial release