- changed own version in composer.json
- fixed release dates in CHANGELOG.md
- added composer.json
- added CHANGELOG.md
- changed link to CHANGELOG.md in README.md
- changed description of Typo Squatting in README.md
- changed documentation and description in README.md
- changed copyright to 2013
Note: You will need the DomainParser version 1.1.5 and above!
- added support for IDN top level domain names
- fixed bug in
typosByMissedLetters
method ofTypo
class - fixed bug in
typosBySwitchingLetters
method ofTypo
class - fixed bug in
addItem
method ofResult
class - added
setLayout
description to README.md
- added
dirname(__FILE__)
to require_once of classes - changed format in README.md
- added
setEncoding()
method for setting the encoding of given domain name - added public method
getIpAddress()
to return ipv4 address by domain name - added additional output format serialize
- added additional output format XML
- added
filter_var()
to all public methods exceptsetDomain()
andgetIpAddress()
- changed exception handling, it will pass through the error messages from the DomainParser but will not throw exceptions
- changed comments in some PHP files to me more accurate
- changed description in README.md
- changed
toArray()
method to improve it - changed
AbstractMapping::factory()
if layout is not available it will use 'en' - changed
__constructer()
method: format is the only parameter now
- fixed url of DomainParser repository
- Initial commit