Added
DomainName::withRootLabel
,DomainName::withoutRootLabel
,DomainName::isAbsolute
methods to handle absolute domain names.DomainName::when
to allow conditionable when building the domain.
Fixed
- Absolute domain name can now also be resolved by the package see issue #361 prior to this release an exception was thrown.
- Since we no longer support PHP7 type hint and return type are improved.
- Resolving private suffixes that have a wildcarded subdomain suffix #363 by @wikando-ck
Warning
When upgrading to version 6.4
you MUST refresh your local cache for the fix on private domain resolution to take effect.
Deprecated
- None
Removed
- None