This repository was archived by the owner on Nov 26, 2022. It is now read-only.
Releases: thephpleague/uri-parser
Releases · thephpleague/uri-parser
version 1.4.1
version 1.4.0
Added
MissingIdnSupportexception which is thrown when trying to parse a possible RFC3987 compliant host
when theext/intlextension is missing or the ICU minimum version is not supported.- IPvFuture support
Fixed
- Improve Host parsing according to RFC3986
- Improve Parsing performance
- Using PHPstan
- The library only requires the
intlextension if you need to parse RFC3987 compliant host.
Deprecated
Parser::INVALID_URI_CHARSinternal constants no longer in useParser::CHEME_VALID_STARTING_CHARSinternal constants no longer in useParser::SCHEME_VALID_CHARSinternal constants no longer in useParser::LABEL_VALID_STARTING_CHARSinternal constants no longer in useParser::LOCAL_LINK_PREFIXinternal constants no longer in useParser::UB_DELIMITERSinternal constants no longer in useParser::isIpv6hostinternal method no longer in useParser::isHostLabelinternal method no longer in useParser::toAsciiinternal method no longer in use
Removed
- None
version 1.3.0
Added
- Much requested
Parser::parsemethod
Fixed
- Improve Host parsing according to RFC3986 rules see #107
Deprecated
- None
Removed
- None
version 1.2.0
Added
League\Uri\Parser::isSchemeLeague\Uri\is_schemefunction version ofLeague\Uri\Parser::isSchemeLeague\Uri\Parser::isPortLeague\Uri\is_portfunction version ofLeague\Uri\Parser::isPort
Fixed
- None
Deprecated
- None
Removed
- None
version 1.1.0
Added
League\Uri\buildfunction de build and URI from the result fromLeague\Uri\Parser::__invokeorparse_urlLeague\Uri\parsefunction version ofLeague\Uri\Parser::__invokeLeague\Uri\is_hostfunction version ofLeague\Uri\Parser::isHost
Fixed
- None
Deprecated
- None
Removed
- None
version 1.0.5
Added
- None
Fixed
- issue #5 Improve
Parser::isHostvalidation of registered name
Deprecated
- None
Removed
- None
version 1.0.4
Added
- None
Fixed
- issue #3 the
-(hyphen) character is a valid one for a scheme.
Deprecated
- None
Removed
- None
version 1.0.3
Added
- None
Fixed
- Using
INTL_IDNA_VARIANT_UTS46instead ofINTL_IDNA_VARIANT_2003to validate host
Deprecated
- None
Removed
- None
version 1.0.2
Added
- None
Fixed
- Notice when an invalid host starts with an empty label
Deprecated
- None
Removed
- None
version 1.0.1
Added
- None
Fixed
- PHP version constraint in composer.json
Deprecated
- None
Removed
- None