All Versions
68
Latest Version
Avg Release Cycle
99 days
Latest Release
98 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.18.1 Changes
May 29, 2016- ๐ fixing UMD wrapper of
jquery.URI.js
- Issue #295
- ๐ fixing UMD wrapper of
-
v1.18.0 Changes
April 30, 2016- โ adding
URI.joinPaths()
to compose paths from directory tokens - Issue #285 - ๐ fixing
URITemplate()
to allow.
in variable names - PR #287 - ๐ fixing
URITemplate()
to reject invalid literals - PR #289 - ๐ fixing
URITemplate()
to reject prefix modifier on composite values - PR #290 - ๐ fixing
URI.buildUserinfo()
to properly serialize password-only values - PR #293
- โ adding
-
v1.17.1 Changes
February 25, 2016- ๐ fixing
.normalizePath()
to properly handle percent-encoded dot segments and leading dots in basename - Issue #264, by JordanMilne - ๐ fixing
.hasQuery()
to acceptRegExp
for name argument - Issue #274, Issue #277 by mbrodala
- ๐ fixing
-
v1.17.0 Changes
November 13, 2015- ๐ fixing
URI.removeQuery()
to cast values to string before matching - Issue #250, Issue #252, by ryanelian and Siltaar - ๐ fixing
.segment()
to allow appending an empty element - Issue #236, Issue #253, by orlando - โ adding
.origin()
to get protocol and authority, counter-part to.resource()
- Issue #210, Issue #263, by justinmchase
- ๐ fixing
-
v1.16.1 Changes
September 19, 2015๐ฆ Package Management Cleanup - no changes to source code!
-
v1.16.0 Changes
July 24, 2015- ๐ SECURITY fixing
URI.parseHost()
to rewrite\
to/
as Node and Browsers do - Issue #233 - ๐ fixing
.host()
and.authority()
to raise an error if they contain a path segment (extending Issue #233)
- ๐ SECURITY fixing
-
v1.15.2 Changes
July 02, 2015- ๐ fixing
URI.parseQuery()
to accept?foo&foo=bar
- Issue #220 - ๐ fixing
.segmentCoded()
to encode (instead of decode) array input - Issue #223 - ๐ fixing
.normalizePath()
to properly resolve/foo/..
to/
- Issue #224 - ๐ fixing
.relativeTo()
to resolve/foo/
and/foo/bar
to./
instead of empty string - Issue #226 - ๐ fixing
bower.json
's"main": "src/URI.js"
- Issue #227
- ๐ fixing
-
v1.15.1 Changes
April 05, 2015- ๐ fixing
URI()
to match behavior ofnew URI()
(caused by #196) - Issue #205 - ๐ fixing
URI.removeQuery()
to accept RegExp for name and value arguments - (Issue #204, peterwillis)
- ๐ fixing
-
v1.15.0 Changes
April 01, 2015- fixing
URI(undefined)
to throw TypeError - (Issue #189, Issue #196, eakron) - tiny backward-compatibility-break - ๐ fixing
.absoluteTo()
- (Issue #200, giltayar) - ๐ fixing
.pathname()
to properly en/decode URN paths - (Issue #201, mlefoster) - ๐ fixing URI normalization to properly handle URN paths based on RFC 2141 syntax - (Issue #201, mlefoster)
- fixing
.normalize()
and.normalizePath()
to properly normalize URN paths - adding
URI.encodeUrnPathSegment()
- adding
URI.decodeUrnPathSegment()
- adding
URI.decodeUrnPath()
- adding
URI.recodeUrnPath()
- fixing
- fixing
-
v1.14.2 Changes
February 25, 2015- ๐ fixing inclusion of LICENSE in packages - (Issue #174)
- ๐ fixing
URI.parseHost()
to not interpret colon in path as IPv6 hostname - (Issue #190) - โ adding meta data for SPM package manager - (Issue #176)
- โ adding license meta to
bower.json