This repository was archived by the owner on Mar 28, 2021. It is now read-only.
Releases: thephpleague/uri-schemes
Releases · thephpleague/uri-schemes
version 1.2.1
version 1.2.0
Added
MissingIdnSupportexception which is thrown when trying to process a possible RFC3987 compliant host
when theintlextension is missing or the ICU minimum version is not supported.- IPvFuture support
- Bump
league/uri-parserminimum version requirement to1.4.0
Fixed
Factory::createnow always remove dot segments for consistency- Improve
Factory::createcreate with a relative paths - Using PHPstan
- Improve Host parsing according to RFC3986
- Improve Parsing performance
Deprecated
- None
Remove
- remove
mbstringrequirement
version 1.1.1
Added
- None
Fixed
- improve host normalization. now convert urlencoded label into punycode
- update Uri\Parser dependency requirement
- update PHP7.0.13 minimal version because of PHP bugs in earlier PHP7 version
Deprecated
- None
Remove
- None
version 1.1.0
Added
League\Uri\createa function to ease URI object creationLeague\Uri\FactoryLeague\Uri\Uridefault URI object which validate RFC3986League\Uri\AbstractUriLeague\Uri\DataLeague\Uri\FileLeague\Uri\FtpLeague\Uri\HttpLeague\Uri\UriExceptionLeague\Uri\Ws
Fixed
- improve path and user info component encoding
- enable invalid characters in with* methods they are now safely encoded against component rules
Deprecated
The League\Uri\Schemes namespace is deprecated. URI object are now define directly in the League\Uri namespace.
League\Uri\Schemes\AbstractUrireplace byLeague\Uri\AbstractUriLeague\Uri\Schemes\Datareplace byLeague\Uri\DataLeague\Uri\Schemes\Filereplace byLeague\Uri\FileLeague\Uri\Schemes\Ftpreplace byLeague\Uri\FtpLeague\Uri\Schemes\Httpreplace byLeague\Uri\HttpLeague\Uri\Schemes\UriExceptionreplace byLeague\Uri\UriExceptionLeague\Uri\Schemes\Wsreplace byLeague\Uri\Ws
Remove
- None
version 1.0.6
Added
- None
Fixed
- Bug fix label conversion depending on locale issue #102
Deprecated
- None
Remove
- None
version 1.0.5
Added
- None
Fixed
- Improve
Http::createFromServerto handle IIS servers see PR #3 and issue #101
Deprecated
- None
Removed
- None
version 1.0.4
Added
- None
Fixed
- Bug fix Host normalization
League\Uri\Schemes\AbstractUri::formatHostsee issue #5
Deprecated
- None
Removed
- None
version 1.0.3
Added
- None
Fixed
- Bug fix
$_SERVER['SERVER_PORT']valui withLeague\Uri\Schemes\Http::createFromServersee #PR1
Deprecated
- None
Removed
- None
version 1.0.2
Added
- None
Fixed
- Improved
League\Uri\Schemes\Http::createFromServerwith$_SERVER['REQUEST_URI']
Deprecated
- None
Removed
- None
version 1.0.1
Added
- None
Fixed
League\Uri\Schemes\Http::createFromComponentswith invalid Host
Deprecated
- None
Removed
- None