- Upgrade "proxy-agent" to remove deprecation warning and enable socks v2
- drop support for Node < 6
- [
757b09f485
] - Upgrading debug dependency to avoid ReDoS (#26) (Adrián Estrada) - [
17fd826650
] - rename History.md to CHANGELOG.md (Nathan Rajlich) - [
050b80b237
] - fix date (Nathan Rajlich)
- [
915a4b0ee9
] - Update to use superagent 3 (#23, Matt Blair)
- package: allow "superagent" v2
- fixed example (#15, @reedrosenbluth)
- bumping to v1.0.0 for stricter defined semver semantics
- update to "proxy-agent" v2 API
- use %o debug() formatter
- package: update "debug" to v2.2.0
- package: still limit "superagent" to < v2
- package: support superagent >= 1.0 (#14, @Jxck)
- package: looser "superagnet" peerDependency version
- index: fix the redirect http -> https scenario
- index: use
debug
component - package: update "proxy-agent" to v1
- index: use "proxy-agent"
- index: implement an LRU cache to lower the creation of
http.Agent
instances - index: include the ":" when generating the cache URI
- index: add support for calling the proxy function directly
- index: cleanup and refactor to allow for an opts object to be used
- test: add some basic tests for the .proxy() function
- package: add "superagent" to
devDependencies
- only invoke
url.parse()
when the proxy is a string - README++
- Initial release, currently supports:
http:
https:
socks:
(version 4a)