Skip to content

Releases: sysread/URI-Fast

v0.55

13 Sep 19:43
Compare
Choose a tag to compare

-feature: raw_$field now acts as a setter when a new value is provided

v0.54_01

09 Sep 12:38
Compare
Choose a tag to compare
v0.54_01 Pre-release
Pre-release

-feature: raw_$field now acts as a setter when a new value is provided

v0.54

03 Sep 18:58
Compare
Choose a tag to compare

-feature: added fragment() as alias of frag() (thanks markov2)
-bugfix: fixes several utf8 encoding bugs in html_url, normalize (thanks markov2)

v0.53

31 Aug 19:39
Compare
Choose a tag to compare

-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

28 Aug 15:20
Compare
Choose a tag to compare
v0.52_02 Pre-release
Pre-release
bump to dev v0.52_02

v0.52_01

28 Aug 14:38
Compare
Choose a tag to compare
v0.52_01 Pre-release
Pre-release
bump version to 0.52_01 dev

v0.52

20 Aug 19:38
Compare
Choose a tag to compare

-feature: html_url now implemented in XS
-feature: html_url has OO ctor equivalent, new_html_url
-feature: short-hand ctor equivalent to new_abs, abs_uri

v0.51_01

17 Aug 13:15
Compare
Choose a tag to compare
v0.51_01 Pre-release
Pre-release
bump to dev v0.51_01

v0.51

12 Aug 14:10
Compare
Choose a tag to compare
  • 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

v0.50_02

11 Aug 16:13
Compare
Choose a tag to compare
v0.50_02 Pre-release
Pre-release
Bump dev to v0.50_02