Skip to content

Releases: sabre-io/uri

1.1.1

07 Dec 01:54
Compare
Choose a tag to compare
  • #10: Correctly support file:// URIs in the build() method. (@yuloh)

2.0.0

07 Oct 03:27
Compare
Choose a tag to compare
  • Requires PHP 7.
  • Added type-hints where relevant.

1.1.0

12 Mar 22:18
Compare
Choose a tag to compare
  • #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.

1.0.1

12 Mar 22:18
Compare
Choose a tag to compare
  • #4: Using php-cs-fixer to automatically enforce conding standards.
  • #5: Resolving to and building mailto: urls were not correctly handled.

1.0.0

12 Mar 22:18
Compare
Choose a tag to compare
  • 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!

0.0.1

18 Nov 04:53
Compare
Choose a tag to compare
  • First version!
  • Source was lifted from sabre/http package.
  • Provides a resolve and a split function.
  • Requires PHP 5.4.8 and up.