| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b1b3dea commit 51a0af1
14 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,8 @@ | |||
| 1 | 1 | # hyper(html) Changelog | |
| 2 | 2 | ||
| 3 | + ### v2.5.2 | ||
| 4 | + * fixed weird SVG case (see #172) | ||
| 5 | + | ||
| 3 | 6 | ### v2.5.1 | |
| 4 | 7 | * improved self-closing reliability recycling and sharing attributes RegExp | |
| 5 | 8 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | # hyper(HTML) | |
| 2 | 2 | ||
| 3 | - [](#backers) [](#sponsors) [](https://github.com/WebReflection/donate) | ||
| 3 | + [](https://github.com/WebReflection/donate) [](#backers) [](#sponsors) | ||
| 4 | + | ||
| 4 | 5 | [](https://coveralls.io/github/WebReflection/hyperHTML?branch=master) | |
| 5 | 6 | [](https://travis-ci.org/WebReflection/hyperHTML) | |
| 6 | 7 | [](https://opensource.org/licenses/ISC) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | // TODO: I'd love to code-cover RegExp too here | |
| 3 | 3 | // these are fundamental for this library | |
| 4 | 4 | ||
| 5 | - const attrName = '[^\\S]+[^ \\f\\n\\r\\t\\/>"\'=]+'; | ||
| 5 | + const attrName = '[^\\S]+[^ \\f\\n\\r\\t\\/><"\'=]+'; | ||
| 6 | 6 | const tagName = '<([a-z]+[a-z0-9:_-]*)((?:'; | |
| 7 | 7 | const attrPartials = '(?:=(?:\'.*?\'|".*?"|<.+?>|\\S+))?)'; | |
| 8 | 8 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -81,7 +81,7 @@ <h1> | |||
| 81 | 81 | </div><!-- /wrapper --> | |
| 82 | 82 | <div class='footer quiet pad2 space-top1 center small'> | |
| 83 | 83 | Code coverage | |
| 84 | - generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 24 2018 00:06:15 GMT+0100 (CET) | ||
| 84 | + generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Jan 26 2018 19:24:48 GMT+0100 (CET) | ||
| 85 | 85 | </div> | |
| 86 | 86 | </div> | |
| 87 | 87 | <script src="../prettify.js"></script> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -81,7 +81,7 @@ <h1> | |||
| 81 | 81 | </div><!-- /wrapper --> | |
| 82 | 82 | <div class='footer quiet pad2 space-top1 center small'> | |
| 83 | 83 | Code coverage | |
| 84 | - generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 24 2018 00:06:15 GMT+0100 (CET) | ||
| 84 | + generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Jan 26 2018 19:24:48 GMT+0100 (CET) | ||
| 85 | 85 | </div> | |
| 86 | 86 | </div> | |
| 87 | 87 | <script src="prettify.js"></script> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments