Releases: sabre-io/uri
Releases · sabre-io/uri
Release 2.2.2
2.2.2 (2021-11-04)
- #69: fix issue with missing slash in URI parse (@41i-6h0rb4n1 @phil-davis)
Release 2.2.1
2.2.1 (2020-10-03)
- #57: Added Support for PHP 8.0 (@phil-davis)
- #51 #52 #53 #54: Update CI and unit test scripts (@phil-davis)
Release 2.2.0 (#50)
2.2.0 (2020-01-31)
- #45 Added Support for PHP 7.4 (@phil-davis, @staabm)
- #47: Dropped Support for PHP 7.0 (@phil-davis)
- #49: Updated the testsuite for phpunit8 (@phil-davis)
- #46: Added phpstan coverage (@phil-davis)
2.1.3
2.1.2
2.1.1
1.2.1
2.1.0
- Now throwing
InvalidUriException
if a uri passed to theparse
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.
1.2.0
- Now throwing
InvalidUriException
if a uri passed to theparse
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.