All Versions
15
Latest Version
Avg Release Cycle
189 days
Latest Release
1154 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.