All Versions
15
Latest Version
Avg Release Cycle
189 days
Latest Release
1669 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.1 Changes
October 03, 20202.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)
-
v2.2.0 Changes
January 31, 20202.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)
-
v2.1.3 Changes
September 05, 2019- #43: allows the path to be 0
-
v2.1.2 Changes
June 25, 2019- #39: Some PHPDoc improvements.
- 👍 PHPStan support.
- Adopted the symfony php-cs-fixer standard.
- ✅ Now testing against PHP 7.2 and 7.3.
-
v2.1.1 Changes
February 20, 2017 -
v2.1.0 Changes
December 06, 2016- 📜 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.
- 📜 Now throwing
-
v2.0.1 Changes
October 27, 2016- 🏗 #10: Correctly support
file://
URIs in the build() method. (@yuloh)
- 🏗 #10: Correctly support
-
v2.0.0 Changes
October 06, 2016- Requires PHP 7.
- ➕ Added type-hints where relevant.
-
v1.2.1 Changes
February 20, 2017- 📜 #16: Correctly parse urls that are only a fragment
#
.
- 📜 #16: Correctly parse urls that are only a fragment
-
v1.2.0 Changes
December 06, 2016- 📜 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.
- 📜 Now throwing