Releases: TooTallNate/proxy-agents
Releases · TooTallNate/proxy-agents
Patch Changes
- 7674748: Update
@types/node
to v14.18.45
- Updated dependencies [7674748]
Patch Changes
- 7674748: Update
@types/node
to v14.18.45
Patch Changes
- 7674748: Update
@types/node
to v14.18.45
Patch Changes
- 7674748: Update
@types/node
to v14.18.45
Patch Changes
- f30ed32: Use
HttpProxyAgent
for "http" and HttpsProxyAgent
for "https"
Minor Changes
- 9a90063: Add support for
httpAgent
and httpsAgent
options
5.0.1
Patches
- Remove
servername
check: 3d2981c
- Fix compatibility with Node.js 14: #104
Credits
Huge thanks to @lpinca for helping!
5.0.0
Major Changes
- Refactor to TypeScript: #95
4.0.0
Major Changes
- Set "engines" requirement to node 6.0.0: #82
- Update dependencies: c846a68
Minor Changes
- Update
debug
to v4.0.0: #82
Patches
- Use
localhost
instead of 127.0.0.1
in tests: 829905f
Credits
Huge thanks to @Krinkle for helping!
2.2.4
Patches
- Add
.editorconfig
file: a0d4a20
- Add
.eslintrc.js
file: eecea74
- Use a
net.Socket
instead of a plain EventEmitter
for replaying proxy errors: #83
- Remove unused
stream
module: 9fdcd47
Credits
Huge thanks to @lpinca for helping!