Releases
7.3.0
Added
League\Uri\Modifier::removeQueryPairsByKey
League\Uri\Modifier::removeQueryPairsByValue
League\Uri\Modifier::removeQueryPairsByKeyValue
League\Uri\Components\Query::hasPair
League\Uri\Components\Query::withoutPairByKey
League\Uri\Components\Query::withoutPairByValue
League\Uri\Components\Query::withoutPairByKeyValue
League\Uri\Components\Query::fromFormData
League\Uri\Components\Query::toFormData
League\Uri\Components\URLSearchParams
Fixed
League\Uri\Components\Query::sort
to improve WHATWG compliance.
League\Uri\QueryString::buildFromPairs
should throw SyntaxError
instead of TypeError
League\Uri\Components\Query
uses internally League\Uri\KeyValuePair\Converter
League\Uri\Components\Query::toRFC3986
is no longer deprecated
League\Uri\Components\Query::jsonSerualize
uses toFormData
instead of toRFC1738
League\Uri\Components\Query
fix float handling.
Exception message typo fix #121 by GrahamCampbell
Deprecated
League\Uri\Modifier::removeQueryPairs
use League\Uri\Modifier::removeQueryPairsByKey
instead.
League\Uri\Components\Query::withoutPair
use League\Uri\Components\Query::withoutPairByKey
instead.
Removed
You can’t perform that action at this time.