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

Releases: TooTallNate/node-pac-resolver

5.0.1

25 May 17:54
Compare
Choose a tag to compare

Patches

  • Updated all dependencies and fixed linting errors, removed unused packages: #29

Credits

Huge thanks to @Havunen for helping!

5.0.0

12 Jul 21:45
Compare
Choose a tag to compare

Major Changes

  • Update to "degenerator" v3.0.1: af3c42e
  • Drop Node 6, test Node 14: 4d1b0ec

Minor Changes

  • Update to TypeScript 4.3.5: 30b28b1

4.2.0

31 Mar 19:13
Compare
Choose a tag to compare

Minor Changes

  • Add alert() function: 2d3a441
  • Add filename option tests: #23
  • Enable GH Actions for pull_request: 925ba4c

Patches

  • Update netmask to v2.0.1: #25

Credits

Huge thanks to @juan-restrepo for helping!

4.1.1

31 Mar 19:11
Compare
Choose a tag to compare

Patches

  • Update netmask to v2.0.1: #25

Credits

Huge thanks to @juan-restrepo for helping!

4.1.0

08 Feb 03:58
Compare
Choose a tag to compare

Minor Changes

  • Export FindProxyForURL type: 6e5098a

Patches

  • Don't modify the passed in options object: fb9c339

4.0.0

05 Feb 03:14
Compare
Choose a tag to compare

Major Changes

  • Travis: drop Node 1, 2, 3 and add Node 9: e8b7279
  • Use GH Actions instead of Travis-CI: cf05a8d
  • Refactor to TypeScript: #22

Minor Changes

  • Update "mocha" to v4.0.1: 4c48e63

Patches

  • Escape regex characters in shExpMatch: #17
  • Make dnsResolve() return null upon error: #21

Credits

Huge thanks to @gzzhanghao and @amirilovic for helping!