#Changelog
All Notable changes to League\Url
will be documented in this file
True\Punycode
requirement to 2.0.0 to allow PHP7 supporttoArray
method to League\Url\AbstractUrl
to output the URL like PHP native parse_url
issue #56League\Url\Components\Query
bug fix remove parameter only if the value equals null
issue #58League\Url\AbstractUrl\createFromServer
bug fix handling of $_SERVER['HTTP_HOST']
League\Url\AbstractUrl
getUserInfo
getAuthority
sameValueAs
League\Url\Components\Fragment::__toString
encoding symbols according to RFC3986parse_str
does not preserve key paramsTrue\Punycode
packagembstring
extension to work.The following methods were added:
League\Url\Components\Host::toAscii
League\Url\Components\Host::toUnicode
as an alias of League\Url\Components\Host::__toString
New Release, complete rewrite from Bakame\Url