sabre/uri v2.1.0 Release Notes

Release Date: 2016-12-06 // over 7 years ago
    • ๐Ÿ“œ Now throwing InvalidUriException if a uri passed to the parse function
      ๐Ÿ“œ is invalid or could not be parsed.
    • ๐Ÿ“œ #11: Fix support for URIs that start with a triple slash. PHP's parse_uri()
      ๐Ÿ‘ doesn't support them, so we now have a pure-php fallback in case it fails.
    • ๐Ÿ‘ #9: Fix support for relative URI's that have a non-uri encoded colon : in
      them.