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.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. 3.0.2 / 2018-07-11
  2. ==================
  3. * Upgrade pac-proxy-agent to 3.x
  4. 3.0.1 / 2018-07-11
  5. ==================
  6. * Upgrade socks-proxy-agent to 4.x
  7. 3.0.0 / 2018-04-12
  8. ==================
  9. * Drop support for node <= 6
  10. 2.3.1 / 2018-04-12
  11. ==================
  12. * Revert socks-proxy-agent to 3.x to maintain compatibility with node 4.x
  13. 2.2.0 / 2018-01-15
  14. ==================
  15. * Add `auth` to proxyUri
  16. * Upgrade to "agent-base" v4.2.0
  17. * Use `Object.keys()` to determine the supported proxies
  18. * Remove `extend` dependency
  19. * Update dependencies
  20. 2.1.0 / 2017-07-20
  21. ==================
  22. * add `use strict`
  23. * drop "string" from error message
  24. * update pac-proxy-agent package
  25. * test modern Node.js versions with Travis-CI, drop older versions
  26. 2.0.0 / 2015-07-15
  27. ==================
  28. * package: add test case dev dependencies
  29. * test: don't use `url.parse()` for one of the tests
  30. * test: introduce some real test cases
  31. * README: document new, simpler API
  32. * refactor to inherit from "agent-base"
  33. 1.1.1 / 2015-07-01
  34. ==================
  35. * package: remove "superagent" dev dep (not used)
  36. * use new socks-proxy-agent (#6, @MatthewMueller)
  37. * README: use SVG for Travis-CI badge
  38. * add more proxy types for socks proxy (#5, @andyhu)
  39. * index: fix passing the `secure` flag to PacProxyAgent
  40. 1.1.0 / 2014-01-12
  41. ==================
  42. * gitignore: ignore development test files
  43. * index: use "pac-proxy-agent" for "pac+*" proxy URLs
  44. * package: update "lru-cache" to v2.5.0
  45. 1.0.0 / 2013-11-21
  46. ==================
  47. * add .travis.yml file
  48. * test: add initial tests
  49. * test: add a test for unsupported protocols
  50. * index: extract the `types` array logic into a function
  51. * index: throw a TypeError if no "uri" is passed in
  52. * index: use Object.create(null) for the proxies dict
  53. * package: add "socks" as a keyword
  54. 0.0.2 / 2013-11-20
  55. ==================
  56. * index: walk up the prototype chain to get the proxy types
  57. 0.0.1 / 2013-11-20
  58. ==================
  59. * intial release