URI.js v1.11.0 Release Notes
Release Date: 2013-08-06 // about 12 years ago-
- โ adding
.segmentCoded()
to provide en/decoding interface to.segment()
- (Issue #79) - โก๏ธ optimize
.relativeTo()
results - (Issue #78, Issue #95) - ๐ removing obsolete code fragments from
URI.parse()
andrelativeTo()
- (Issue #100) - โ adding setting
URI.escapeQuerySpace
to control if query string should escape spaces using+
or%20
- (Issue #74) - โก๏ธ updating Punycode.js to version 1.2.3
- ๐ fixing internal
strictEncodeURIComponent()
to work in Firefox 3.6 - (Issue #91) - ๐ fixing
.normalizePath()
to properly resolve/.
and/.//
to/
- (Issue #97) - ๐ fixing
.path()
to return empty string if there is no path - (Issue #82) - ๐ fixing crashing of
URI.decodeQuery()
on malformed input - now returns original undecoded data - (Issue #87, Issue #92) - ๐ fixing build tool - (Issue #83)
- ๐ fixing for-loop to make closure compiler happy - (Issue #93)
- โ adding
URI.noConflict()
- (Issue #84) - ๐ fixing whitespace in code - (Issue #84)
- ๐ fixing
.readable()
to decode the hash value as well - (Issue #90) - prevent
jquery.URI.js
from temporarily usingwindow.location
as thehref
of an empty attribute of a DOM element - (Issue #94) - ๐ fixing internal
getType()
for IE8 with undefined value - (Issue #96) - โ adding DOM elements to URI constructor - (Issue #77):
- โก๏ธ optimize
jquery.URI.js
to use new DOM element infrastructure
- โ adding