All Versions
71
Latest Version
Avg Release Cycle
93 days
Latest Release
538 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.8.1 Changes
November 15, 2012- ๐ fixing build() to properly omit empty query and fragment (Issue #53)
-
v1.8.0 Changes
November 13, 2012- โ adding
.resource()
as compound of [path, query, fragment] - โ adding jQuery 1.8.x compatibility for jQuery.URI.js (remaining backwards compatibility!)
- โ adding default ports for gopher, ws, wss
- โ adding
.duplicateQueryParameters()
to control ifkey=value
duplicates have to be preserved or reduced (Issue #51) - โก๏ธ updating Punycode.js to version 1.1.1
- improving AMD/Node using UMD returnExports - (Issue #44, Issue #47)
- ๐ fixing
.addQuery("empty")
to properly add?empty
- (Issue #46) - ๐ fixing parsing of badly formatted userinfo
http://username:pass:word@hostname
- ๐ fixing parsing of Windows-Drive-Letter paths
file://C:/WINDOWS/foo.txt
- ๐ fixing
URI(location)
to properly parse the URL - (Issue #52) - ๐ fixing type error for fragment abuse demos - (Issue #50)
- โ adding documentation for various encode/decode functions
- โ adding some pointers on possible problems with URLs to About URIs
- โ adding tests for fragment abuse and splitting tests into separate scopes
- โ adding meta-data for Jam and Bower
๐ 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".
- โ adding
-
v1.7.4 Changes
October 21, 2012- ๐ fixing parsing of
/wiki/Help:IPA
- (Issue #49)
- ๐ fixing parsing of
-
v1.7.3 Changes
October 11, 2012- ๐ fixing
strictEncodeURIComponent()
to properly encode*
to%2A
- ๐ fixing IE9's incorrect report of
img.href
being available - (Issue #48)
- ๐ fixing
-
v1.7.2 Changes
August 28, 2012- ๐ fixing SLD detection in
.tld()
-foot.se
would detectt.se
- (Issue #42) - ๐ fixing
.absoluteTo()
to comply with RFC 3986 Section 5.2.2 - (Issue #41) - ๐ fixing
location
not being available in non-browser environments like node.js (Issue #45 grimen)
- ๐ fixing SLD detection in
-
v1.7.1 Changes
August 14, 2012- ๐ fixing
.segment()
's append operation - (Issue #39)
- ๐ fixing
-
v1.7.0 Changes
August 11, 2012- ๐ fixing URI() constructor passing of
base
- (Issue #33 LarryBattle) - โ adding
.segment()
accessor - (Issue #34) - โฌ๏ธ upgrading
URI.encode()
to strict URI encoding according to RFC3986 - โ adding
URI.encodeReserved()
to exclude reserved characters (according to RFC3986) from being encoded - โ adding URI Template (RFC 6570) support with
URITemplate()
- ๐ fixing URI() constructor passing of
-
v1.6.3 Changes
June 24, 2012- ๐ fixing
.absoluteTo()
to join two relative paths properly - (Issue #29) - โ adding
.clone()
to copy an URI instance
- ๐ fixing
-
v1.6.2 Changes
June 23, 2012- ๐
.directory()
now returns empty string if there is no directory - ๐ fixing
.absoluteTo()
to join two relative paths properly - (Issue #29)
- ๐
-
v1.6.1 Changes
May 19, 2012