Skip to content

Commit 3d1a322

Browse files
committed
Build 2.2.2
1 parent 3cc15e8 commit 3d1a322

31 files changed

+215
-684
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,9 +530,8 @@ To run the tests:
530530
yarn test
531531
```
532532
533-
- Make sure to add tests to cover your new functionality/bugfix.
534-
- Run the `yarn test` command to build/test (or alternatively, open the
535-
`tests/index.html` file to run the tests).
533+
- Make sure to add tests to cover your new functionality/bugfix
534+
- Run the `yarn test` command to build/test
536535
- Please use tabs for indents! Tabs are better for everybody
537536
(individuals can set their editors to different tab sizes based on
538537
their visual preferences).

dist/Autolinker.js

Lines changed: 45 additions & 198 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: 17 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/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Autolinker v2.2.1 API Docs</title>
4+
<title>Autolinker v2.2.2 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="!">
@@ -22,9 +22,9 @@
2222
</head>
2323
<body id="ext-body">
2424

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

27-
<div id="header-content">Autolinker v2.2.1 API Docs</div>
27+
<div id="header-content">Autolinker v2.2.2 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 Fri 28 Dec 2018 00:20:21 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 10 Jan 2019 00:03:33 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.2.1&#39;;
849+
Autolinker.version = &#39;2.2.2&#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/comment-node.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,8 @@
1616
</head>
1717
<body onload="prettyPrint(); highlight();">
1818
<pre class="prettyprint lang-js">&quot;use strict&quot;;
19-
var __extends = (this &amp;&amp; this.__extends) || (function () {
20-
var extendStatics = function (d, b) {
21-
extendStatics = Object.setPrototypeOf ||
22-
({ __proto__: [] } instanceof Array &amp;&amp; function (d, b) { d.__proto__ = b; }) ||
23-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
24-
return extendStatics(d, b);
25-
};
26-
return function (d, b) {
27-
extendStatics(d, b);
28-
function __() { this.constructor = d; }
29-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
30-
};
31-
})();
3219
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
20+
var tslib_1 = require(&quot;tslib&quot;);
3321
var html_node_1 = require(&quot;./html-node&quot;);
3422
<span id='Autolinker-htmlParser-CommentNode'>/**
3523
</span> * @class Autolinker.htmlParser.CommentNode
@@ -42,7 +30,7 @@
4230
* details.
4331
*/
4432
var CommentNode = (function (_super) {
45-
__extends(CommentNode, _super);
33+
tslib_1.__extends(CommentNode, _super);
4634
<span id='Autolinker-htmlParser-CommentNode-method-constructor'> /**
4735
</span> * @method constructor
4836
* @param {Object} cfg The configuration options for this class, specified

0 commit comments

Comments
 (0)