Uri v6.3.0 Release Notes

Release Date: 2020-08-13 // over 3 years ago
  • โž• Added

    • UriInfo::getOrigin to returns the URI origin as described in the WHATWG URL Living standard specification
    • UriTemplate\Template, UriTemplate\Expression, UriTemplate\VarSpecifier, UriTemplate\VariableBag to
      ๐Ÿ‘Œ improve UriTemplate implementation.
    • โž• Added early support for PHP8

    ๐Ÿ›  Fixed

    • UriTemplate complete rewrite by reducing deep nested array usage.
    • ๐Ÿ‘€ Exception misleading message see issue #167
    • Uri::withScheme Uri validation failed to catch the empty string as an invalid scheme. #171

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Remove

    • None