Skip to content

v2.0.0-beta.9

Choose a tag to compare

@AndreiIgna AndreiIgna released this 15 Oct 20:15
· 3 commits to master since this release

Breaking changes:

  • ESM only
  • removed whoiser() method, use individual whoisDomain(), whoisTld(), whoisIp(), whoisAsn()
  • removed allTlds()
  • whoisTld() returns TLD data in a predictable format, see TldWhoisResponse type

Added:

  • types for whoisDomain(domain: string, options: WhoisDomainOptions)
  • added: whoisDomain options now accepts whoisQuery option. Use it to build your own whoisQuery() method for proxy, extra options, etc

Updated:

  • WHOIS parsing for .pl and .tm
  • use punycode-esm #124 thanks to @Xubor

Fixed:

  • Force ipv4 for whois lookup on port 43 in #121 thanks to @titanism
  • Whois server for .co