Releases: io-developer/php-whois
Releases · io-developer/php-whois
v3.0.5
- Added server for .FUN
v3.0.4
- Fixed 'WHOIS * LIMIT EXCEEDED' case. Now it throws WhoisException
v3.0.3
- Fixed parsing error in some cases
v3.0.2
- Updated composer.json
v3.0.1
- Fixed .me config: removed wrong host
v3.0.0
- Test covered response parsing for: .ai .ao .at .bo .br .cr .cz .de .dk .dm .ee .fi .fr .gd .hr .ie .il .is .it .kz .lt .lu .lv .mk .no .nu .pl .pr .ro .se .si .sk .tg .tn .tz .ua .uk .vg
- Added ASN module
- TLD code deep refactored and moved to TLD module
- Improved and refactored TLD parsing and info loading
- Added query-format for TLD and ASN servers
- Config enhanced and moved to JSON files
- Fixed punycode convertation in some cases
- Improved parsing for unicode responses
- Other refactoring and code changes
v2.3.0
- Improves for domain info parsing
- Test coverage for response parsing of zones: .ac .ae .af .ag .au .bi .bj .bw .by .bz .cat .cc .ci .cn .co .do .dz .fm .gi .gl .gy .ht .hu .id Tests for .in .io .iq .ki .kr .la .lc .ma .md .me .mg .mn .ms .mu .mz .na .nf .ng .om .pe .ps .qa .ro .rs .rw .sb .sc .sh .sl .so .st .th .tl .tm .us .uz .vc .ws .zm
- Fixes
v2.2.0
- Improved domain status parsing
- Added passing tests of available domains for lots of zones
- Fixed method Whois#isDomainAvailable() and covered by tests
v2.1.0
- Added lots of default whois hosts
- Method Whois#loadInfo() renamed to Whois#loadDomainInfo()
- Added method Whois#isDomainAvailable()
- Added Whois#lookupDomain() methods to get response even if no info was parsed
- Updated README
v2.0.2
- Fixed not starting socket response loading for some whois hosts
- Fixed result parsing