All Versions
71
Latest Version
Avg Release Cycle
93 days
Latest Release
540 days ago
Changelog History
Page 4
Changelog History
Page 4
-
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
-
v1.14.1 Changes
October 01, 2014- ๐ fixing handling of String instances (not string primitives) - (Issue #146)
- ๐ fixing Firefox
.watch()
interfering with.parseQuery()
- (Issue #169) - ๐ fixing
addQuery()
to not throw error on null value - (Issue #171)
-
v1.14.0 Changes
September 08, 2014- โ adding Hungarian second level domains - (Issue #159)
- โ adding
<audio src="โฆ">
and<video src="โฆ">
to supported DOM attributes - (Issue #160), (Issue #161) - ๐ fixing
file://hostname/path
parsing - (Issue #158) - ๐ fixing
.decodePathSegment()
to not throw malformed URI error - (Issue #163)
-
v1.13.2 Changes
May 29, 2014- ๐ changes to package management manifests only
-
v1.13.1 Changes
April 16, 2014- ๐ fixing IPv6 normalization (bad variable name) - (Issue #145)
- โ adding grunt and jshint
- ๐ changing code style to 2 spaces indentation, single quote strings
- applying
'use strict';
everywhere - ๐ fixing jshint warnings
-
v1.13.0 Changes
April 15, 2014- ๐ fixing
URI.parseHost()
andURI.buildHost()
to properly parse and build the IPv6 examples given in RFC2732 Format for Literal IPv6 Addresses in URL's - (Issue #144) - โ adding performance improvements to SecondLevelDomain - (PR #122, gorhill)
- ๐ fixing
-
v1.12.1 Changes
March 08, 2014- ๐ fixing
.encodeQuery()
and.decodeQuery()
to respectURI.escapeQuerySpace
- (Issue #137) - ๐ fixing fragment plugins to return URI for simpler loading - (Issue #139)
- ๐ fixing
-
v1.12.0 Changes
January 23, 2014- ๐ fixing
.absoluteTo()
to comply with RFC3986 Reference Resolution Examples - (Issue #113) - ๐ fixing
.normalizePath()
to maintain leading parent references (../
) for relative paths, while removing them for absolute paths - (Issue #133) - ๐ fixing
URI.protocol_expression
to properly accept.
in compliance with RFC 3986 - Scheme - (Issue #132) - fixing
URI.withinString()
to not use backtracking prone regular expressionURI.find_uri_expression
anymore - (Issue #131) - ๐ fixing
URI.withinString()
to accept optionsignore
andignoreHtml
to allow better control over which detected URLs get handled - (Issue #117) - ๐ fixing
URI.withinString()
to accept optionstart
to specify the RegExp used for finding the beginning of an URL (defaults to/\b(?:([a-z][a-z0-9.+-]*:\/\/)|www\.)/gi
) - (Issue #115)
- ๐ fixing