All Versions
68
Latest Version
Avg Release Cycle
99 days
Latest Release
91 days ago
Changelog History
Page 6
Changelog History
Page 6
-
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 -
v1.6.0 Changes
March 19, 2012- โ adding URN (
javascript:
,mailto:
, ...) support - โ adding
.scheme()
as alias of.protocol()
- โ adding
.userinfo()
to comply with terminology of RFC 3986 - โ adding jQuery Plugin
src/jquery.URI.js
- ๐ fixing relative scheme URLs - (Issue #19 byroot)
- โ adding URN (
-
v1.5.0 Changes
February 19, 2012- โ adding Second Level Domain (SLD) Support - (Issue #17)
-
v1.4.3 Changes
January 28, 2012- ๐ fixing global scope leakage - (Issue #15 mark-rushakoff)