Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Releases: TooTallNate/node-pac-proxy-agent

5.0.0

12 Jul 21:50
Compare
Choose a tag to compare

There is no breaking API changes in this release. The main change is that the dependency degenerator has been updated to use the vm2 module under the hood, which is designed for running untrusted code. Node 8 or newer is now required.

Major Changes

  • Update "pac-resolver" to v5.0.0: c89def8
  • Drop Node v6, test Node v14: a501ed2

4.1.0

18 Feb 00:36
Compare
Choose a tag to compare

Minor Changes

  • Emit a "proxy" event on the http.ClientRequest instance: #32
  • Add fallbackToDirect option: #31
  • Dedup the loadResolver() function invocations: b293356

4.0.0

10 Feb 21:35
Compare
Choose a tag to compare

Major Changes

  • Delete History.md file: 1f6feed
  • Refactor to TypeScript: #28

Minor Changes

  • Try all proxies: #29

3.0.1

22 Oct 01:35
Compare
Choose a tag to compare

Patches

  • Update https-proxy-agent to v3.0.0: #22
  • Update dependencies: 777ef1b
  • Use GH Actions instead of Travis-CI: f4f2fb2
  • Use localhost`` instead of 127.0.0.1 for tests: 3cf7930

Credits

Huge thanks to @adrukh for helping!

3.0.0

15 Apr 23:57
Compare
Choose a tag to compare

Major Changes

2.0.2: Revert changes that breaks node 4.0

12 Apr 05:01
Compare
Choose a tag to compare

Revert changes that breaks node 4.0

Socks-proxy-agent breaks node 4.0 by introducing ES6 syntax

2.0.1

11 Apr 18:41
Compare
Choose a tag to compare

Patches