Skip to content

Commit bd0f0c8

Browse files
committed
v2.2.0
1 parent 013f6cb commit bd0f0c8

17 files changed

+210
-75
lines changed

dist/Autolinker.js

Lines changed: 65 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Autolinker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Autolinker.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Autolinker.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/data-f73357a0d8a5ea8c8aa10b6afe9ceaf6.js renamed to docs/api/data-751a7f963785d5eb5d8b989a76378a67.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Autolinker v2.1.0 API Docs</title>
4+
<title>Autolinker v2.2.0 API Docs</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="chrome=1">
77
<meta name="fragment" content="!">
@@ -13,7 +13,7 @@
1313
<link rel="stylesheet" href="styles-3eba09980fa05ead185cb17d9c0deb0f.css" type="text/css" />
1414

1515
<script type="text/javascript" src="extjs/ext-all.js"></script>
16-
<script type="text/javascript" src="data-f73357a0d8a5ea8c8aa10b6afe9ceaf6.js"></script>
16+
<script type="text/javascript" src="data-751a7f963785d5eb5d8b989a76378a67.js"></script>
1717

1818
<script type="text/javascript" src="app-0c945a27f43452df695771ddb60b3d14.js"></script>
1919

@@ -22,9 +22,9 @@
2222
</head>
2323
<body id="ext-body">
2424

25-
<div id="loading"><span class="title">Autolinker v2.1.0 API Docs</span><span class="logo"></span></div>
25+
<div id="loading"><span class="title">Autolinker v2.2.0 API Docs</span><span class="logo"></span></div>
2626

27-
<div id="header-content">Autolinker v2.1.0 API Docs</div>
27+
<div id="header-content">Autolinker v2.2.0 API Docs</div>
2828

2929
<div id='categories-content' style='display:none'>
3030
<div class='section'>
@@ -88,7 +88,7 @@ <h3>Others...</h3>
8888

8989

9090

91-
<div id='footer-content' style='display: none'>Generated on Thu 27 Dec 2018 18:17:59 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
91+
<div id='footer-content' style='display: none'>Generated on Thu 27 Dec 2018 21:42:06 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
9292

9393

9494

docs/api/output/Autolinker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/output/global.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/source/Autolinker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
*
847847
* Ex: 0.25.1
848848
*/
849-
Autolinker.version = &#39;2.1.0&#39;;
849+
Autolinker.version = &#39;2.2.0&#39;;
850850
<span id='Autolinker-AnchorTagBuilder'> /**
851851
</span> * For backwards compatibility with Autolinker 1.x, the AnchorTagBuilder
852852
* class is provided as a static on the Autolinker class.

docs/api/source/email-matcher.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* @property {RegExp} matcherRegex
5656
*/
5757
_this.matcherRegex = (function () {
58-
var alphaNumericChars = regex_lib_1.alphaNumericCharsStr, specialCharacters = &#39;!#$%&amp;\&#39;*+\\-\\/=?^_`{|}~&#39;, restrictedSpecialCharacters = &#39;\\s&quot;(),:;&lt;&gt;@\\[\\]&#39;, validCharacters = alphaNumericChars + specialCharacters, validRestrictedCharacters = validCharacters + restrictedSpecialCharacters, emailRegex = new RegExp(&#39;(?:[&#39; + validCharacters + &#39;](?:[&#39; + validCharacters + &#39;]|\\.(?!\\.|@))*|\\&quot;[&#39; + validRestrictedCharacters + &#39;.]+\\&quot;)@&#39;);
58+
var specialCharacters = &#39;!#$%&amp;\&#39;*+\\-\\/=?^_`{|}~&#39;, restrictedSpecialCharacters = &#39;\\s&quot;(),:;&lt;&gt;@\\[\\]&#39;, validCharacters = regex_lib_1.alphaNumericAndMarksCharsStr + specialCharacters, validRestrictedCharacters = validCharacters + restrictedSpecialCharacters, emailRegex = new RegExp(&#39;(?:[&#39; + validCharacters + &#39;](?:[&#39; + validCharacters + &#39;]|\\.(?!\\.|@))*|\\&quot;[&#39; + validRestrictedCharacters + &#39;.]+\\&quot;)@&#39;);
5959
return new RegExp([
6060
emailRegex.source,
6161
regex_lib_1.getDomainNameStr(1),

0 commit comments

Comments
 (0)