Releases: LayeredStudio/whoiser
Releases · LayeredStudio/whoiser
v1.18
- 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
- Fixed - don't mark Whois privacy as redacted data
v1.17
- Fixed - Code syntax to allow strict #99 (thanks @sduc)
- Updated - Detect more redacted data in domain WHOIS
v1.16
- 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
- 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
v1.14
- 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
- Updated - Include more WHOIS servers in lib, speeds-up domain WHOIS queries
- Updated - Detect & remove more redacted WHOIS text
v1.13
- Updated - TypeScript Types #41
- Updated - Cache more TLD WHOIS servers (.ai, .app, .io, .nyc)
- Updated - Detect & remove more redacted whois text
v1.12
- Added - Utility function
whoiser.firstResult()
to extract first WHOIS result
- Updated - TypeScript Types #36 (thanks to @AKorezin)
- Removed - Automated tests for NodeJS 12