Skip to content

Releases: sindresorhus/public-ip

v4.0.0

22 Nov 07:24
Compare
Choose a tag to compare

Breaking

  • Rename the http option to onlyHttps.
    Previously, the default behavior was to use DNS, and if that failed, the request would fail. What's changed is that by default it will now try DNS, and if that fails, it will fall back to HTTPS. The option was renamed to better reflect that HTTPS is used even when {onlyHttps: false}.

Enhancements

v3.2.0...v4.0.0

v3.2.0

14 Aug 12:57
Compare
Choose a tag to compare
  • Add fallback service for the https option (#33) 3a4db72

v3.1.0...v3.2.0

v3.1.0

24 Apr 16:52
Compare
Choose a tag to compare

v3.0.0...v3.1.0

v3.0.0

14 Dec 21:13
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 8 and upgrade the got dependency. e7e0c3a