Bumps jeremykendall/php-domain-parser from 3.0.0 to 5.4.0.
Release notes
Sourced from jeremykendall/php-domain-parser's releases.
version 5.4.0
Added
Pdp\TopLevelDomains
to allow resolving domain againts IANA Root zone database
Pdp\TLDConverter
converts the IANA Root Zones database into an associative array
Pdp\Manager::getTLDs
a service to return a cache version of the IANA Root zone database
Pdp\Manager::refreshTLDs
a service to refresh the cache version of the IANA Root zone database
- added a new
$ttl
parameter to improve PSR-16 supports to
Pdp\Manager::__construct
Pdp\Manager::getRules
Pdp\Manager::refreshRules
Pdp\Exception\CouldNotLoadTLDs
exception
Fixed
Pdp\IDNAConverterTrait::setLabels
improve IDN domain handling
Pdp\IDNAConverterTrait
throws a UnexpectedValueException
if the Intl extension is misconfigured see #230
Deprecated
Removed
version 5.3.0
Added
Pdp\PublicSuffixListSection
interface implemented by Pdp\Rules
and Pdp\PublicSuffix
Pdp\DomainInterface
interface implemented by Pdp\Domain
and Pdp\PublicSuffix
Pdp\Domain::getContent
replaces Pdp\Domain::getDomain
Pdp\Domain::withLabel
adds a new label to the Pdp\Domain
.
Pdp\Domain::withoutLabel
removes labels from the Pdp\Domain
.
Pdp\Domain::withPublicSuffix
updates the Pdp\Domain
public suffix part.
Pdp\Domain::withSubDomain
updates the Pdp\Domain
sub domain part.
Pdp\Domain::append
appends a label to Pdp\Domain
.
Pdp\Domain::prepend
prepends a label to Pdp\Domain
.
Pdp\Domain::resolve
attach a public suffix to the Pdp\Domain
.
Pdp\Domain::isResolvable
tells whether the current Pdp\Domain
can have a public suffix attached to it or not.
Pdp\PublicSuffix::createFromDomain
returns a new Pdp\PublicSuffix
object from a Pdp\Domain
object
Pdp\Exception
sub namespace to organize exception. All exception extends the Pdp\Exception
class to prevent BC break.
Fixed
Pdp\Domain
domain part computation (public suffix, registrable domain and sub domain)
Pdp\Domain
and Pdp\PublicSuffix
host validation compliance to RFC improved
- Improve
Pdp\Converter
and Pdp\Manager
class to better report error on IDN conversion.
- Improve
Pdp\Installer
vendor directory resolution see [PR #222](https://github-redirect.dependabot.com/jeremykendall/php-domain-parser/pull/222)
Pdp\Exception
nows extends InvalidArgumentException
instead of RuntimeException
... (truncated)
Changelog
Sourced from jeremykendall/php-domain-parser's changelog.
5.4.0 - 2018-11-22
Added
Pdp\TopLevelDomains
to allow resolving domain againts IANA Root zone database
Pdp\TLDConverter
converts the IANA Root Zones database into an associative array
Pdp\Manager::getTLDs
a service to return a cache version of the IANA Root zone database
Pdp\Manager::refreshTLDs
a service to refresh the cache version of the IANA Root zone database
- added a new
$ttl
parameter to improve PSR-16 supports to
Pdp\Manager::__construct
Pdp\Manager::getRules
Pdp\Manager::refreshRules
Pdp\Exception\CouldNotLoadTLDs
exception
Fixed
Pdp\IDNAConverterTrait::setLabels
improve IDN domain handling
Pdp\IDNAConverterTrait
throws a UnexpectedValueException
if the Intl extension is misconfigured see #230
Deprecated
Removed
5.3.0 - 2018-05-22
Added
Pdp\PublicSuffixListSection
interface implemented by Pdp\Rules
and Pdp\PublicSuffix
Pdp\DomainInterface
interface implemented by Pdp\Domain
and Pdp\PublicSuffix
Pdp\Domain::getContent
replaces Pdp\Domain::getDomain
Pdp\Domain::withLabel
adds a new label to the Pdp\Domain
.
Pdp\Domain::withoutLabel
removes labels from the Pdp\Domain
.
Pdp\Domain::withPublicSuffix
updates the Pdp\Domain
public suffix part.
Pdp\Domain::withSubDomain
updates the Pdp\Domain
sub domain part.
Pdp\Domain::append
appends a label to Pdp\Domain
.
Pdp\Domain::prepend
prepends a label to Pdp\Domain
.
Pdp\Domain::resolve
attach a public suffix to the Pdp\Domain
.
Pdp\Domain::isResolvable
tells whether the current Pdp\Domain
can have a public suffix attached to it or not.
Pdp\PublicSuffix::createFromDomain
returns a new Pdp\PublicSuffix
object from a Pdp\Domain
object
Pdp\Exception
sub namespace to organize exception. All exception extends the Pdp\Exception
class to prevent BC break.
Fixed
Pdp\Domain
domain part computation (public suffix, registrable domain and sub domain)
Pdp\Domain
and Pdp\PublicSuffix
host validation compliance to RFC improved
- Improve
Pdp\Converter
and Pdp\Manager
class to better report error on IDN conversion.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now
in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
@dependabot merge
will merge this PR after your CI passes on it
@dependabot squash and merge
will squash and merge this PR after your CI passes on it
@dependabot cancel merge
will cancel a previously requested merge
@dependabot reopen
will reopen this PR if it is closed
@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
dependencies