All Versions
62
Latest Version
Avg Release Cycle
74 days
Latest Release
497 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.19.2
October 20, 2019- ๐ fixing
URI.build()
to properly handle relative paths when a scheme is given - Issue #387 - ๐ fixing
URI.buildQuery()
to properly handle empty param name - Issue #243, PR #383 - ๐ support Composer PR #386
- ๐ fixing
-
v1.19.1
February 10, 2018- ๐ fixing
.href()
to parsequery
property - Issue #366, PR #367
- ๐ fixing
-
v1.19.0
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
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
August 08, 2017- ๐ making
URI.parse()
throw on invalid port and hostname - Issue #344, PR #345
- ๐ making
-
v1.18.10
March 30, 2017- โ adding support for CentralNic Second Level Domains - Issue #333
-
v1.18.9
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
February 27, 2017- ๐ fixing
.absoluteTo()
to not resolve URIs containing a scheme - Issue #328
- ๐ fixing
-
v1.18.7
February 13, 2017- ๐ fixing
URI.withinString()
to ignorewww.
andhttp://.
- Issue #327
- ๐ fixing
-
v1.18.6
February 10, 2017- ๐ fixing
URITemplate()
to allow'
(single quotes) in literals - PR #326
- ๐ fixing