|
2 | 2 |
|
3 | 3 | The release notes tracked in this document are also made available on the[releases page](https://github.com/medialize/URI.js/releases) |
4 | 4 |
|
| 5 | +###1.19.4 (December 23rd 2020) ### |
| 6 | + |
| 7 | +***SECURITY** fixing[`URI.parseAuthority()`](http://medialize.github.io/URI.js/docs.html#static-parseAuthority) to rewrite`\` to`/` as Node and Browsers do - followed up to by[alesandroortiz](https://github.com/alesandroortiz) in[PR#403](https://github.com/medialize/URI.js/issues/403), relates to[Issue#233](https://github.com/medialize/URI.js/pull/233) |
| 8 | + |
5 | 9 | ###1.19.3 (December 20th 2020) ### |
6 | 10 |
|
7 | | -***SECURITY** fixing[`URI.parseAuthority()`](http://medialize.github.io/URI.js/docs.html#static-parseAuthority) to rewrite`\` to`/` as Node and Browsers do - disclosed privately, relates to[Issue#233](https://github.com/medialize/URI.js/pull/233) |
| 11 | +***SECURITY** fixing[`URI.parseAuthority()`](http://medialize.github.io/URI.js/docs.html#static-parseAuthority) to rewrite`\` to`/` as Node and Browsers do - disclosed privately by[alesandroortiz](https://github.com/alesandroortiz), relates to[Issue#233](https://github.com/medialize/URI.js/pull/233) |
| 12 | + |
8 | 13 | ###1.19.2 (October 20th 2019) ### |
9 | 14 |
|
10 | 15 | * fixing[`URI.build()`](http://medialize.github.io/URI.js/docs.html#static-build) to properly handle relative paths when a scheme is given -[Issue#387](https://github.com/medialize/URI.js/issues/387) |
|