This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 125
ChangeLog
seitsu edited this page Sep 4, 2012
·
21 revisions
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