All Versions
71
Latest Version
Avg Release Cycle
93 days
Latest Release
1537 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.19.1 Changes
February 10, 2018- ๐ fixing
.href()to parsequeryproperty - 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.preventInvalidHostnameto 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
stricttoURITemplate()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