Releases: TooTallNate/node-pac-resolver
Releases · TooTallNate/node-pac-resolver
5.0.1
Patches
- Updated all dependencies and fixed linting errors, removed unused packages: #29
Credits
Huge thanks to @Havunen for helping!
5.0.0
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
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
Patches
- Update
netmask
to v2.0.1: #25
Credits
Huge thanks to @juan-restrepo for helping!
4.1.0
Minor Changes
- Export
FindProxyForURL
type: 6e5098a
Patches
- Don't modify the passed in
options
object: fb9c339
4.0.0
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
Patches
- Escape regex characters in shExpMatch: #17
- Make
dnsResolve()
return null
upon error: #21
Credits
Huge thanks to @gzzhanghao and @amirilovic for helping!