Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

version 1.2.0

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 14 Mar 09:16

Added

  • MissingIdnSupport exception which is thrown when trying to process a possible RFC3987 compliant host
    when the intl extension is missing or the ICU minimum version is not supported.
  • IPvFuture support
  • Bump league/uri-parser minimum version requirement to 1.4.0

Fixed

  • Factory::create now always remove dot segments for consistency
  • Improve Factory::create create with a relative paths
  • Using PHPstan
  • Improve Host parsing according to RFC3986
  • Improve Parsing performance

Deprecated

  • None

Remove

  • remove mbstring requirement