Releases: sysread/URI-Fast
Releases · sysread/URI-Fast
v0.55
v0.54_01
v0.54
v0.53
-bugfix: html_url w/ empty relative url crashes w/ floating point error (thanks markov2)
-bugfix: html_url w/ fragment appends null char to uri (thanks markov2)
-bugfix: html_url segfaults when both rel and base start with "//" (thanks markov2)
-bugfix: normalized URIs with an authority section and an empty path must have a trailing slash (thanks markov2)
v0.52_02
v0.52_01
v0.52
v0.51_01
v0.51
- feature: new constructor, new_abs($rel, $base)
- feature: abs() aliased to absolute()
- feature: rel() aliased to relative()
- feature: canonical() aliased to normalize() (this was true in prior versions, but undocumented)
- feature: normalize() now decodes unreserved chars and normalizes + to %20 (RFC 3986, 6.2.2.2)
- feature: TO_JSON() added as alias of to_string()
- miscellaneous minor efficiency/speed improvements