@@ -8,22 +8,39 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file
88
99- ` Contidionable ` interface
1010- ` UriInspector ` interface
11- - ` UriEncoder ` interface
11+ - ` UriRenderer ` interface
1212- ` UriInterface::resolve `
1313- ` UriInterface::relativize `
1414- ` UriInterface::equals `
1515- ` UriInterface::toNormalizedString `
1616- ` UriInterface::getUser `
1717- ` League\Uri\IPv6\Converter::isIpv6 `
18+ - ` League\Uri\IPv6\Converter::normalize `
1819- ` UriString::resolve `
1920- ` UriString::removeDotSegments `
2021- ` UriString::normalize `
2122- ` UriString::normalizeAuthority `
23+ - ` UriString::containsValidRfc3986Characters `
24+ - ` UriString::containsValidRfc3987Characters `
25+ - ` UriString::isValidScheme `
26+ - ` UriString::isValidHost `
2227- ` FeatureDetection::supportsDom `
2328- ` Encoder::decodeNecessary `
2429- ` Encoder::decodePath `
2530- ` Encoder::decodeQuery `
2631- ` Encoder::decodeFragment `
32+ - ` Encoder::isUserEncoded `
33+ - ` Encoder::isPasswordEncoded `
34+ - ` Encoder::isUserInfoEncoded `
35+ - ` Encoder::isPathEncoded `
36+ - ` Encoder::isQueryEncoded `
37+ - ` Encoder::isFragmentEncoded `
38+ - ` Encoder::normalizeUser `
39+ - ` Encoder::normalizePassword `
40+ - ` Encoder::normalizePath `
41+ - ` Encoder::normalizeQuery `
42+ - ` Encoder::normalizeFragment `
43+ - ` Encoder::normalizeHost `
2744
2845### Fixed
2946
0 commit comments