#Changelog
All Notable changes to League\Url
will be documented in this file
- Bug fix path get relative pull request #81
- Bug fix Query parsing pull request #79
- Update
True\Punycode
requirement to 2.0.0 to allow PHP7 support
- Bug fix URL parsing issue #65
- adding the
toArray
method toLeague\Url\AbstractUrl
to output the URL like PHP nativeparse_url
issue #56
League\Url\Components\Query
bug fix remove parameter only if the value equalsnull
issue #58
- Nothing
- Nothing
League\Url\AbstractUrl\createFromServer
bug fix handling of$_SERVER['HTTP_HOST']
- Nothing
- Nothing
- adding the following methods to
League\Url\AbstractUrl
getUserInfo
getAuthority
sameValueAs
- Nothing
League\Url\Components\Fragment::__toString
encoding symbols according to RFC3986
- Nothing
- Nothing
- Nothing
- Nothing
parse_str
does not preserve key params
- Nothing
- Nothing
- Adding IDN support using
True\Punycode
package - The library now requires the
mbstring
extension to work.
The following methods were added:
League\Url\Components\Host::toAscii
League\Url\Components\Host::toUnicode
as an alias ofLeague\Url\Components\Host::__toString
- Nothing
- invalid URI parsing
- Nothing
- Nothing
- Nothing
- Nothing
- invalid URI parsing
- Nothing
- Nothing
New Release, complete rewrite from Bakame\Url