Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

ChangeLog

seitsu edited this page Nov 30, 2012 · 21 revisions

1.1.6

Note: You will need the DomainParser version 1.1.5 and above!
  • fixed WHOIS template for .HK for IDN support
  • added support for IDN top level domain names (.xn--45brj9c, .xn--fiqs8s, .xn--fiqz9s, .xn--j6w193g, .xn--fpcrj9c3d, .xn--gecrj9c, .xn--h2brj9c, .xn--kprw13d, .xn--kpry57d, .xn--mgbbh1a71e, .xn--s9brj9c and .xn--xkc2dl3a5ee0h)
  • added WHOIS templates for .HU.NET, .PW, .RS, .SX, .UK and Cronon
  • added WHOIS servers to whois.ini for new templates
  • formatted code for WHOIS template Adamsnames and .FO
  • refreshed supported TLD list in README.md

1.1.5

  • added WHOIS templates for .FI, .FO, .GD, .IQ, .TC and .VG
  • added WHOIS servers to whois.ini for .FI, .FO, .GD, .IQ, .TC and .VG
  • changed Afilias template to match registration status of .IQ domain names
  • refreshed supported TLD list in README.md

1.1.4

  • added gTLD WHOIS templates for CoreNic, Gandi, Hetzner, Onamae, Variomedia, Xinnet
  • added WHOIS servers to whois.ini for new templates
  • added nameservers to Verisign template, will be overwritten by registrar nameservers if present in their WHOIS
  • changed Afilias template to match CoreNic zone handles
  • refreshed supported gTLD list in README.md

1.1.3

  • added WHOIS templates for .EE, .IL, .IR, .KZ and .LV
  • added WHOIS servers to whois.ini for .EE, .IL, .IR, .KZ and .LV
  • fixed availability regex at .NZ template
  • refreshed supported TLD list in README.md

1.1.2

  • added WHOIS template for .NZ
  • added WHOIS servers to whois.ini to skip querying IANA
  • added boolean parsedContacts property to Result to indicate if contacts have been parsed
  • changed Exception handling, if throwException is false it will return only the Exception message instead of the whole Exception
  • fixed availability regex at Afilias template
  • refreshed supported TLD list in README.md

1.1.1

  • changed workflow, ip addresses will be queried by IANA directly and TLDs will be looked up at the config first
  • changed some phpDoc
  • fixed overwritten parsed query if exception was thrown
  • fixed calling lookup() with no query
  • fixed ucfirst() in AbstractException
  • removed unused NoWhoisException

1.1.0

  • added dirname(__FILE__) to require_once of classes
  • added support for looking up AS numbers at IANA and RIRs
  • added support for looking up top-level domain names at IANA
  • added more comments to Parser.php and Result.php for better understanding
  • changed Result properties to camelCase
  • changed AbstractException::factory() if specific Exception is not available it will use the default Novutec Exception
  • changed format and added details in README.md
  • changed phpDoc description in Parser.php
  • fixed bug by outputting XML with string values
  • fixed bug by outputting Array with a network object
  • fixed bug by calling Registrar->toArray() method if there isn't a registrar
  • fixed bug by parsing with IP addresses

1.0.0

  • Initial commit
Clone this wiki locally