FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix #172 + added opencollective info · lineCode/hyperHTML@51a0af1 · GitHub

Commit 51a0af1

Browse files
committed
fix WebReflection#172 + added opencollective info
1 parent b1b3dea commit 51a0af1

14 files changed

Lines changed: 320 additions & 302 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# hyper(html) Changelog
22

3+
### v2.5.2
4+
* fixed weird SVG case (see #172)
5+
36
### v2.5.1
47
* improved self-closing reliability recycling and sharing attributes RegExp
58

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# hyper(HTML)
22

3-
[![Backers on Open Collective](https://opencollective.com/hyperhtml/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/hyperhtml/sponsors/badge.svg)](#sponsors) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/WebReflection/donate)
3+
[![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/WebReflection/donate) [![Backers on Open Collective](https://opencollective.com/hyperhtml/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/hyperhtml/sponsors/badge.svg)](#sponsors)
4+
45
[![Coverage Status](https://coveralls.io/repos/github/WebReflection/hyperHTML/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/hyperHTML?branch=master)
56
[![Build Status](https://travis-ci.org/WebReflection/hyperHTML.svg?branch=master)](https://travis-ci.org/WebReflection/hyperHTML)
67
[![License: ISC](https://img.shields.io/badge/License-ISC-yellow.svg)](https://opensource.org/licenses/ISC)

‎cjs/shared/re.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// TODO: I'd love to code-cover RegExp too here
33
// these are fundamental for this library
44

5-
const attrName = '[^\\S]+[^ \\f\\n\\r\\t\\/>"\'=]+';
5+
const attrName = '[^\\S]+[^ \\f\\n\\r\\t\\/><"\'=]+';
66
const tagName = '<([a-z]+[a-z0-9:_-]*)((?:';
77
const attrPartials = '(?:=(?:\'.*?\'|".*?"|<.+?>|\\S+))?)';
88

‎coverage/coverage.json‎

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎coverage/lcov-report/hyperHTML/index.c.js.html‎

Lines changed: 113 additions & 113 deletions
Large diffs are not rendered by default.

‎coverage/lcov-report/hyperHTML/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1>
8181
</div><!-- /wrapper -->
8282
<div class='footer quiet pad2 space-top1 center small'>
8383
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)
8585
</div>
8686
</div>
8787
<script src="../prettify.js"></script>

‎coverage/lcov-report/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1>
8181
</div><!-- /wrapper -->
8282
<div class='footer quiet pad2 space-top1 center small'>
8383
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)
8585
</div>
8686
</div>
8787
<script src="prettify.js"></script>

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL