version 7.0.0
Added
- New method to
UriComponentInterface::value
- New method to
UriComponentInterface::toString
- New method to
UserInfoInterface::withUser
- New method to
UserInfoInterface::withPass
- New method to
UriInterface::toString
- New method to
UriInterface::toComponents
League\Uri\IPv4
toolsLeague\Uri\Idna
toolsLeague\Uri\UriString
parserLeague\Uri\QueryString
parser
Fixed
- None
Deprecated
- None
Removed
- Support for PHP7
- Support for
__set_state
UriComponentInterface::getContent
is removed in favor ofUriComponentInterface::value
UriComponentInterface::withContent
is removed with no replacement use other means to change the value of the component.UserInfoInterface::withUserInfo
is removed in favor ofUserInfoInterface::withUser
andUserInfoInterface::withPass
.HostInfoInterface::labels
is removed with no replacement use theIteratorAggregate::getIterator
method instead.SegmentedPathInterface::segments
is removed with no replacement use theIteratorAggregate::getIterator
method instead.League\Uri\Idna\Idna
useLeague\Uri\Idna\Converter
insteadLeague\Uri\Idna\IdnaInfo
useLeague\Uri\Idna\Result
insteadLeague\Uri\Exception\IdnSupportMissing
useLeague\Uri\Exception\MissingFeature
instead
Full Changelog: 1.1.1...7.0.0