Docs:
- Update supported php versions (#40)
- Fix getSubdomains function description example (#41)
Improvements:
- PHP 7.3 support
- Use
symfony/polyfill-intl-idn
instead oftrue/punycode
(#39)
Improvements:
- PHP 7.2 support
Fixes:
- use INTL_IDNA_VARIANT_UTS46 for idn_* functions (#20)
Fixes:
- fix typo in class constant (#18)
Fixes:
- incorrect parsing domains with number sign (#16)
New features:
- remove dependency on
intl
extension (#8)
Fixes:
- issue #5 with handling query part of URL
New features:
tld_extract()
function for simple usage;setExtractionMode()
method onExtract
class for setting extract options.
New release with following features:
- IDN support;
- Database in separate weekly updatable package;
- Full test coverage.