aboutsummaryrefslogtreecommitdiff
path: root/node_modules/urijs/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/urijs/CHANGELOG.md')
-rw-r--r--node_modules/urijs/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/urijs/CHANGELOG.md b/node_modules/urijs/CHANGELOG.md
index 0d0b55ae6..caf7b0f84 100644
--- a/node_modules/urijs/CHANGELOG.md
+++ b/node_modules/urijs/CHANGELOG.md
@@ -2,6 +2,15 @@
The release notes tracked in this document are also made available on the [releases page](https://github.com/medialize/URI.js/releases)
+### 1.18.12 (August 9th 2017) ###
+
+* making [`URI.parse()`](http://medialize.github.io/URI.js/docs.html#static-parse) allow `_` in hostname - [Issue #347](https://github.com/medialize/URI.js/issues/347), [PR #348](https://github.com/medialize/URI.js/issues/348)
+* fixing [`URI.parse()`](http://medialize.github.io/URI.js/docs.html#static-parse) to not use `Number.isNumber()` for IE compatibility - [Issue #350](https://github.com/medialize/URI.js/issues/350), [PR #351](https://github.com/medialize/URI.js/issues/351)
+
+### 1.18.11 (August 8th 2017) ###
+
+* making [`URI.parse()`](http://medialize.github.io/URI.js/docs.html#static-parse) throw on invalid port and hostname - [Issue #344](https://github.com/medialize/URI.js/issues/344), [PR #345](https://github.com/medialize/URI.js/issues/345)
+
### 1.18.10 (March 30th 2017) ###
* adding support for [CentralNic](https://en.wikipedia.org/wiki/CentralNic#Second-level_domains) Second Level Domains - [Issue #333](https://github.com/medialize/URI.js/issues/333)