Skip to content

version 7.5.0

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 08 Dec 08:33
· 14 commits to master since this release

Added

  • UrlSearchParams::uniqueKeyCount
  • Modifier::getIdnUriString
  • Modifier::hostToIpv6Compressed
  • Modifier::hostToIpv6Expanded
  • Scheme::isHttp
  • Scheme::isWebsocket
  • Scheme::isSsl
  • Scheme::isSpecial
  • Using PHP8.4 Deprecated attribute to signal deprecated public API methods and constants.

Fixed

  • Remove Usage of PSR-7 UriInterface in UrlSearchParams class
  • Normalizes fromUri to return the same value for the component if the URI object has the same string representation.

Deprecated

  • Usage of PSR-7 UriFactoryInterface is deprecated in Modifier class

Removed

  • None