Changelog
1.19.1 (February 10th 2018) ###
.href()
to parse query
property - Issue #366, PR #367Changelog
1.19.0 (October 1st 2017) ###
.setFragment()
to query fragment plugin - Issue #338, PR #356URI.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.Changelog
1.18.12 (August 9th 2017) ###
URI.parse()
allow _
in hostname - Issue #347, PR #348URI.parse()
to not use Number.isNumber()
for IE compatibility - Issue #350, PR #351Changelog
1.18.11 (August 8th 2017) ###
URI.parse()
throw on invalid port and hostname - Issue #344, PR #345Changelog
1.18.10 (March 30th 2017) ###
Changelog
1.18.9 (March 6th 2017) ###
strict
to URITemplate()
in order to throw an exception in case a placeholder could not be replaced - PR #330Changelog
1.18.8 (February 27th 2017) ###
.absoluteTo()
to not resolve URIs containing a scheme - Issue #328Changelog
1.18.7 (February 13th 2017) ###
URI.withinString()
to ignore www.
and http://.
- Issue #327Changelog
1.18.6 (February 10th 2017) ###
URITemplate()
to allow '
(single quotes) in literals - PR #326Changelog
1.18.5 (January 30th 2017) ###
new URI(null)
from blowing up - PR #321URI.withinString()
to properly handle fully contained parentheses - Issue #325