Skip to content

Releases: LayeredStudio/whoiser

v2.0.0-beta.3

03 Mar 17:07
Compare
Choose a tag to compare

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

v2.0.0-beta.2

28 Feb 22:42
Compare
Choose a tag to compare

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

v2.0.0-beta.1

28 Feb 22:30
Compare
Choose a tag to compare

Whoiser v2 (beta) is here!

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

v1.18

04 Aug 10:34
Compare
Choose a tag to compare
  • Added - Parse & normalize WHOIS data for .fr
  • Added - Parse & normalize WHOIS data for .tr #111 (thanks to @popeeyy)
  • Updated - Run tests on last 2 LTS version of NodeJS (v18, v20)
  • Updated - Deps for Github Actions workflows

v1.17.1

23 Apr 08:20
Compare
Choose a tag to compare
  • Fixed - don't mark Whois privacy as redacted data

v1.17

21 Apr 20:51
Compare
Choose a tag to compare
  • Fixed - Code syntax to allow strict #99 (thanks @sduc)
  • Updated - Detect more redacted data in domain WHOIS

v1.16

06 Feb 12:58
Compare
Choose a tag to compare
  • Added - Option to show/hide domain WHOIS protected data #96 thanks @elshahat
  • Fixed - Include punycode from userland lib a2ee6f9
  • Fixed - Query WHOIS for .de with umlaut in both ASCII/Unicode 5a7ffd1

v1.15.1

04 Feb 16:50
Compare
Choose a tag to compare
  • Updated - cache more TLD Whois servers

v1.15

04 Feb 10:20
Compare
Choose a tag to compare
  • Updated - Improved .it parsing, preserve date structure and more #92 thanks @jonathansampson
  • Updated - Merge/normalize more WHOIS domain labels
  • Fixed - Uses raw domain for .de TLD in whoisDomain #95 thanks @jonathansampson
  • Fixed - Query more sources for TLD whois server #86

v1.14

13 Jan 22:33
Compare
Choose a tag to compare
  • Added - Support for third level domains #80 thanks @popeeyy
  • Added - Additional support for TLDs not in the IANA database #80
  • Fixed - Follow RIPE referrals #80
  • Fixed - Parse .gg, .je, and .as whois data correctly #80
  • Fixed - Improved parser for .it whois data #84 thanks @frauri