Releases: thephpleague/uri
Releases · thephpleague/uri
version 7.0.0-beta.2
pre-release
version 7.0.0-beta.1
Preview release
version 6.8.0
version 6.7.2
Added
- None
Fixed
Http::getPathandUri::getPathmethods returned values are normalized to prevent potential XSS and open redirect vectors.
Deprecated
- None
Remove
- None
version 6.7.1
Added
- None
Fixed
UriInfo::isCrossOriginmethod is fix to make it work with any PSR-7 compliant object 205
Deprecated
- None
Remove
- None
version 6.7.0
Added
UriInfo::isCrossOriginmethod
Fixed
- None
Deprecated
- None
Remove
- None
version 6.6.0
Added
- None
Fixed
- Some errors are moved from
TypeErrortoInvalidArgumentExceptionto align with otherUriInterfacePSR-7 implementations. - Improved documentation by @GwendolenLynch
- Added PSR7 compliance tests from the PHP-HTTP group
Deprecated
- None
Remove
- Support for PHP7.3
version 6.5.0
Added
Uri::toStringas a clean method to return URI string representation.IDNAconversion in now normalize using theUri-Interfacepackage classes
Fixed
- conversion host component from ASCII to unicode no longer throw
Deprecated
- None
Remove
- Support for PHP7.2
version 6.4.0
version 6.3.0
Added
UriInfo::getOriginto returns the URI origin as described in the WHATWG URL Living standard specificationUriTemplate\Template,UriTemplate\Expression,UriTemplate\VarSpecifier,UriTemplate\VariableBagto
improveUriTemplateimplementation.- Added early support for PHP8
Fixed
UriTemplatecomplete rewrite by reducing deep nested array usage.- Exception misleading message see issue #167
Uri::withSchemeUri validation failed to catch the empty string as an invalid scheme. #171
Deprecated
- Nothing
Remove
- None