Skip to content

Releases: LayeredStudio/whoiser

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

v1.13.2

28 Nov 10:16
Compare
Choose a tag to compare
  • Updated - Include more WHOIS servers in lib, speeds-up domain WHOIS queries
  • Updated - Detect & remove more redacted WHOIS text

v1.13

25 Jun 13:51
Compare
Choose a tag to compare
  • Updated - TypeScript Types #41
  • Updated - Cache more TLD WHOIS servers (.ai, .app, .io, .nyc)
  • Updated - Detect & remove more redacted whois text

v1.12

09 Jun 09:39
Compare
Choose a tag to compare
  • Added - Utility function whoiser.firstResult() to extract first WHOIS result
  • Updated - TypeScript Types #36 (thanks to @AKorezin)
  • Removed - Automated tests for NodeJS 12