Skip to content

Commit fd99685

Browse files
committed
Build 3.14.3
1 parent 8dc8768 commit fd99685

35 files changed

+97
-67
lines changed

dist/Autolinker.js

Lines changed: 17 additions & 14 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: 3 additions & 3 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-fcf5c9fcfedf64b543ad906bb2d1eb5a.js renamed to docs/api/data-c08d7056342d37d00a7b8bc0fa7b5768.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 v3.14.2 API Docs</title>
4+
<title>Autolinker v3.14.3 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-fcf5c9fcfedf64b543ad906bb2d1eb5a.js"></script>
16+
<script type="text/javascript" src="data-c08d7056342d37d00a7b8bc0fa7b5768.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 v3.14.2 API Docs</span><span class="logo"></span></div>
25+
<div id="loading"><span class="title">Autolinker v3.14.3 API Docs</span><span class="logo"></span></div>
2626

27-
<div id="header-content">Autolinker v3.14.2 API Docs</div>
27+
<div id="header-content">Autolinker v3.14.3 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 29 Oct 2020 23:41:46 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
91+
<div id='footer-content' style='display: none'>Generated on Sun 14 Mar 2021 16:46:03 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
}
642642
},
643643
onComment: function (offset) { },
644-
onDoctype: function (offset) { },
644+
onDoctype: function (offset) { }, // no need to process doctype nodes
645645
});
646646
// After we have found all matches, remove subsequent matches that
647647
// overlap with a previous match. This can happen for instance with URLs,
@@ -884,7 +884,7 @@
884884
*
885885
* Ex: 0.25.1
886886
*/
887-
Autolinker.version = &#39;3.14.2&#39;;
887+
Autolinker.version = &#39;3.14.3&#39;;
888888
<span id='Autolinker-AnchorTagBuilder'> /**
889889
</span> * For backwards compatibility with Autolinker 1.x, the AnchorTagBuilder
890890
* class is provided as a static on the Autolinker class.

docs/api/source/Match.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<body onload="prettyPrint(); highlight();">
1818
<pre class="prettyprint lang-js">&quot;use strict&quot;;
1919
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
20+
exports.Match = void 0;
2021
<span id='Autolinker-match-Match'>/**
2122
</span> * @abstract
2223
* @class Autolinker.match.Match

0 commit comments

Comments
 (0)