All Versions
15
Latest Version
Avg Release Cycle
189 days
Latest Release
1154 days ago
Changelog History
Page 2
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'sparse()
function now percent-encodes these characters beforehand.
- ๐ #6: PHP's
-
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!
- โ Added a
-
v0.0.1 Changes
November 17, 2014- First version!
- ๐ฆ Source was lifted from sabre/http package.
- Provides a
resolve
and asplit
function. - Requires PHP 5.4.8 and up.