Skip to content

Releases: sindresorhus/ipify

v6.0.0

01 Jan 01:27
Compare
Choose a tag to compare

Breaking

v5.0.0...v6.0.0

v5.0.0

23 Nov 13:44
Compare
Choose a tag to compare

Breaking

Improvements

v4.0.0...v5.0.0

v4.0.0

15 Jun 08:00
Compare
Choose a tag to compare

Breaking:

  • It now returns an IPv6 address by default if available, otherwise an IPv4 address
    Previously, it only returned an IPv4 address. You can get back that behavior with the {useIPv6: false} option.

v3.0.0...v4.0.0

v3.0.0

18 Apr 11:32
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 8 (#10) cee7633
  • Make the endpoint argument an options-object (#10) cee7633
    await ipify('https://example.com') => await ipify({endpoint: 'https://example.com')

Enhancements:

v2.0.0...v3.0.0