Changelog
1.9.0 (February 11th 2013) ###
.setQuery()
- (Issue #64).query()
Changelog
1.8.2 (December 27th 2012) ###
.fragmentPrefix()
to configure prefix of fragmentURI and fragmentQuery extensions - (Issue #55).toString()
, .valueOf()
and .href()
- (Issue #56).relativeTo()
for descendants - (Issue #57)Changelog
1.8.0 (November 13th 2012) ###
.resource()
as compound of [path, query, fragment].duplicateQueryParameters()
to control if key=value
duplicates have to be preserved or reduced (Issue #51).addQuery("empty")
to properly add ?empty
- (Issue #46)http://username:pass:word@hostname
file://C:/WINDOWS/foo.txt
URI(location)
to properly parse the URL - (Issue #52)Note: QUnit seems to be having some difficulties on IE8. While the jQuery-plugin tests fail, the plugin itself works. We're still trying to figure out what's making QUnit "lose its config state".
Changelog
1.7.2 (August 28th 2012) ###
.tld()
- foot.se
would detect t.se
- (Issue #42).absoluteTo()
to comply with RFC 3986 Section 5.2.2 - (Issue #41)location
not being available in non-browser environments like node.js (Issue #45 grimen)Changelog
1.7.0 (August 11th 2012) ###
base
- (Issue #33 LarryBattle).segment()
accessor - (Issue #34)URI.encode()
to strict URI encoding according to RFC3986URI.encodeReserved()
to exclude reserved characters (according to RFC3986) from being encodedURITemplate()