All Versions
71
Latest Version
Avg Release Cycle
93 days
Latest Release
362 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.19.1 Changes
February 10, 2018- 🛠fixing
.href()
to parsequery
property - Issue #366, PR #367
- 🛠fixing
-
v1.19.0 Changes
October 01, 2017- âž• adding
.setFragment()
to query fragment plugin - Issue #338, PR #356 - âž• adding setting
URI.preventInvalidHostname
to control if an error should be thrown on invalid input - Issue #352, Issue #354, Issue #355 - effectively making the changes of version 1.18.11 opt-in rather than default.
- âž• adding
-
v1.18.12 Changes
August 10, 2017- 📜 making
URI.parse()
allow_
in hostname - Issue #347, PR #348 - 🛠fixing
URI.parse()
to not useNumber.isNumber()
for IE compatibility - Issue #350, PR #351
- 📜 making
-
v1.18.11 Changes
August 08, 2017- 📜 making
URI.parse()
throw on invalid port and hostname - Issue #344, PR #345
- 📜 making
-
v1.18.10 Changes
March 30, 2017- âž• adding support for CentralNic Second Level Domains - Issue #333
-
v1.18.9 Changes
March 06, 2017- âž• adding option
strict
toURITemplate()
in order to throw an exception in case a placeholder could not be replaced - PR #331
- âž• adding option
-
v1.18.8 Changes
February 27, 2017- 🛠fixing
.absoluteTo()
to not resolve URIs containing a scheme - Issue #328
- 🛠fixing
-
v1.18.7 Changes
February 13, 2017- 🛠fixing
URI.withinString()
to ignorewww.
andhttp://.
- Issue #327
- 🛠fixing
-
v1.18.6 Changes
February 10, 2017- 🛠fixing
URITemplate()
to allow'
(single quotes) in literals - PR #326
- 🛠fixing
-
v1.18.5 Changes
January 30, 2017- prevent
new URI(null)
from blowing up - PR #321 - 🛠fixing
URI.withinString()
to properly handle fully contained parentheses - Issue #325
- prevent