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

Changelog History
Page 2

  • v1.1.1 Changes

    October 27, 2016
    • 🏗 #10: Correctly support file:// URIs in the build() method. (@yuloh)
  • v1.1.0 Changes

    March 07, 2016
    • 📜 #6: PHP's parse_url() corrupts strings if they contain certain non ascii-characters such as Chinese or Hebrew. sabre/uri's parse() function now percent-encodes these characters beforehand.
  • v1.0.1 Changes

    April 28, 2015
    • #4: Using php-cs-fixer to automatically enforce conding standards.
    • 🏗 #5: Resolving to and building mailto: urls were not correctly handled.
  • v1.0.0 Changes

    January 27, 2015
    • ➕ Added a normalize function.
    • ➕ Added a buildUri function.
    • 🛠 Fixed a bug in the resolve when only a new fragment is specified.

    🚀 San José, CalConnect XXXII release!

  • v0.0.1 Changes

    November 17, 2014
    • First version!
    • 📦 Source was lifted from sabre/http package.
    • Provides a resolve and a split function.
    • Requires PHP 5.4.8 and up.