1ChangeLog 2========= 3 41.2.1 (2017-02-20) 5------------------ 6 7* #16: Correctly parse urls that are only a fragment `#`. 8 9 101.2.0 (2016-12-06) 11------------------ 12 13* Now throwing `InvalidUriException` if a uri passed to the `parse` function 14 is invalid or could not be parsed. 15* #11: Fix support for URIs that start with a triple slash. PHP's `parse_uri()` 16 doesn't support them, so we now have a pure-php fallback in case it fails. 17* #9: Fix support for relative URI's that have a non-uri encoded colon `:` in 18 them. 19 20 211.1.1 (2016-10-27) 22------------------ 23 24* #10: Correctly support file:// URIs in the build() method. (@yuloh) 25 26 271.1.0 (2016-03-07) 28------------------ 29 30* #6: PHP's `parse_url()` corrupts strings if they contain certain 31 non ascii-characters such as Chinese or Hebrew. sabre/uri's `parse()` 32 function now percent-encodes these characters beforehand. 33 34 351.0.1 (2015-04-28) 36------------------ 37 38* #4: Using php-cs-fixer to automatically enforce conding standards. 39* #5: Resolving to and building `mailto:` urls were not correctly handled. 40 41 421.0.0 (2015-01-27) 43------------------ 44 45* Added a `normalize` function. 46* Added a `buildUri` function. 47* Fixed a bug in the `resolve` when only a new fragment is specified. 48 49San José, CalConnect XXXII release! 50 510.0.1 (2014-11-17) 52------------------ 53 54* First version! 55* Source was lifted from sabre/http package. 56* Provides a `resolve` and a `split` function. 57* Requires PHP 5.4.8 and up. 58