All Versions
15
Latest Version
Avg Release Cycle
189 days
Latest Release
1669 days ago

Changelog History
Page 1

  • v2.2.1 Changes

    October 03, 2020

    2.2.1 (2020-10-03)

  • v2.2.0 Changes

    January 31, 2020

    2.2.0 (2020-01-31)

  • 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
    • #15: Don't throw an error when resolving a URI which path component is
      empty.
    • 📜 #16: Correctly parse urls that are only a fragment #.
  • v2.1.0 Changes

    December 06, 2016
    • 📜 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.
  • v2.0.1 Changes

    October 27, 2016
    • 🏗 #10: Correctly support file:// URIs in the build() method. (@yuloh)
  • 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 #.
  • v1.2.0 Changes

    December 06, 2016
    • 📜 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.