Releases: LayeredStudio/whoiser
Releases · LayeredStudio/whoiser
v2.0.0-beta.3
Breaking changes:
- ESM only
- removed
whoiser()
method, use individualwhoisDomain()
,whoisTld()
,whoisIp()
,whoisAsn()
- removed
allTlds()
whoisTld()
returns TLD data in a predictable format, seeTldWhoisResponse
type
Added:
- types for
whoisDomain(domain: string, options: WhoisDomainOptions)
- added: whoisDomain options now accepts
whoisQuery
option. Use it to build your ownwhoisQuery()
method for proxy, extra options, etc
v2.0.0-beta.2
Breaking changes:
- ESM only
- removed
whoiser()
method, use individualwhoisDomain()
,whoisTld()
,whoisIp()
,whoisAsn()
- removed
allTlds()
whoisTld()
returns TLD data in a predictable format, seeTldWhoisResponse
type
v2.0.0-beta.1
Whoiser v2 (beta) is here!
Breaking changes:
- ESM only
- removed
whoiser()
method, use individualwhoisDomain()
,whoisTld()
,whoisIp()
,whoisAsn()
- removed
allTlds()
whoisTld()
returns TLD data in a predictable format, seeTldWhoisResponse
type
v1.18
v1.17.1
- Fixed - don't mark Whois privacy as redacted data
v1.17
v1.16
v1.15.1
- Updated - cache more TLD Whois servers
v1.15
- 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