Releases: medialize/URI.js
Releases · medialize/URI.js
1.19.1 (February 10th 2018)
- fixing
.href()
to parsequery
property - Issue #366, PR #367
1.19.0 (October 1st 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.
1.18.12 (August 9th 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
1.18.11 (August 8th 2017)
- making
URI.parse()
throw on invalid port and hostname - Issue #344, PR #345
1.18.10 (March 30th 2017)
- adding support for CentralNic Second Level Domains - Issue #333
1.18.9 (March 6th 2017)
- adding option
strict
toURITemplate()
in order to throw an exception in case a placeholder could not be replaced - PR #331
1.18.8 (February 27th 2017)
- fixing
.absoluteTo()
to not resolve URIs containing a scheme - Issue #328
1.18.7 (February 13th 2017)
- fixing
URI.withinString()
to ignorewww.
andhttp://.
- Issue #327
1.18.6 (February 10th 2017)
- fixing
URITemplate()
to allow'
(single quotes) in literals - PR #326
1.18.5 (January 30th 2017)
- prevent
new URI(null)
from blowing up - PR #321 - fixing
URI.withinString()
to properly handle fully contained parentheses - Issue #325