Releases: thephpleague/uri
Releases · thephpleague/uri
version 6.1.0
version 6.0.1
Added
- Nothing
Fixed
Uri
should not depend onintl
extension if the host is in its ascii form #141
Deprecated
- Nothing
Remove
- Nothing
version 6.0.0
Added
League\Uri\UriInfo
: to get RFC3986 information from an URI objectLeague\Uri\UriResolver
: to resolve or relativize an URI objectLeague\Uri\UriString
: to parse or build an URL into or from its componentsLeague\Uri\Uri::createFromBaseUri
named constructorLeague\Uri\Uri::createFromDataPath
named constructorLeague\Uri\Uri::createFromPsr7
named constructorLeague\Uri\Uri::createFromUnixPath
named constructorLeague\Uri\Uri::createFromWindowsPath
named constructorLeague\Uri\Http::createFromBaseUri
named constructor
Fixed
- Improve parsing and building URI
- All URI object are now finals and supports parameter type widening
League\Uri\Uri
implements theJsonSerializable
interfaceLeague\Uri\Http
implements theJsonSerializable
interface
Deprecated
- None
Remove
- support for PHP7.1 and PHP7.0
create
function defined in theLeague\Uri
namespace replaced byLeague\Uri\Uri::createFromBaseUri
League\Uri\Factory
replaced byLeague\Uri\Uri
League\Uri\Data
replaced byLeague\Uri\Uri
League\Uri\File
replaced byLeague\Uri\Uri
League\Uri\Ftp
replaced byLeague\Uri\Uri
League\Uri\Ws
replaced byLeague\Uri\Uri
League\Uri\UriException
replaced byLeague\Uri\Contract\UriException
League\Uri\AbstractUri
internal, replaced byLeague\Uri\Uri
League\Uri\Schemes
namespace and all classes insideLeague\Uri\Uri
no longer implementsLeague\Uri\UriInterface
version 5.3.0
See packages release notes for more informations
Added
- IPvFuture support
Fixed
- Adding PHPStan
- Improve RFC3986 compliance
- Improve performance
Remove
- remove
mbstring
extension requirement
version 5.2.0
To see individual changes please refer to the following releases changelog:
version 5.1.0
Added
- Support for PHP7.2
Fixed
- Update library dependencies
Deprecated
- Nothing
Remove
- Nothing
version 4.2.3
FINAL 4.x RELEASE
Added
- Nothing
Fixed
- issue #105 Adding support for PHP7.2
Deprecated
- Nothing
Remove
- Nothing
version 5.0.0
The library is now a PHP7+ metapackage. You can read
- the migration guide for upgrading
- the complete documentation for the each package version.
The metapackage is composed of the following League packages: