Skip to content

Commit

Permalink
Build 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjacobs committed Jan 10, 2019
1 parent 3cc15e8 commit 3d1a322
Show file tree
Hide file tree
Showing 31 changed files with 215 additions and 684 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,8 @@ To run the tests:
yarn test
```
- Make sure to add tests to cover your new functionality/bugfix.
- Run the `yarn test` command to build/test (or alternatively, open the
`tests/index.html` file to run the tests).
- Make sure to add tests to cover your new functionality/bugfix
- Run the `yarn test` command to build/test
- Please use tabs for indents! Tabs are better for everybody
(individuals can set their editors to different tab sizes based on
their visual preferences).
Expand Down
243 changes: 45 additions & 198 deletions dist/Autolinker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Autolinker.js.map

Large diffs are not rendered by default.

20 changes: 17 additions & 3 deletions dist/Autolinker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Autolinker.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/api/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Autolinker v2.2.1 API Docs</title>
<title>Autolinker v2.2.2 API Docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="fragment" content="!">
Expand All @@ -22,9 +22,9 @@
</head>
<body id="ext-body">

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

<div id="header-content">Autolinker v2.2.1 API Docs</div>
<div id="header-content">Autolinker v2.2.2 API Docs</div>

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



<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>
<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>



Expand Down
2 changes: 1 addition & 1 deletion docs/api/output/Autolinker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/output/global.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/source/Autolinker.html
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
*
* Ex: 0.25.1
*/
Autolinker.version = &#39;2.2.1&#39;;
Autolinker.version = &#39;2.2.2&#39;;
<span id='Autolinker-AnchorTagBuilder'> /**
</span> * For backwards compatibility with Autolinker 1.x, the AnchorTagBuilder
* class is provided as a static on the Autolinker class.
Expand Down
16 changes: 2 additions & 14 deletions docs/api/source/comment-node.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,8 @@
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">&quot;use strict&quot;;
var __extends = (this &amp;&amp; this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array &amp;&amp; function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
var tslib_1 = require(&quot;tslib&quot;);
var html_node_1 = require(&quot;./html-node&quot;);
<span id='Autolinker-htmlParser-CommentNode'>/**
</span> * @class Autolinker.htmlParser.CommentNode
Expand All @@ -42,7 +30,7 @@
* details.
*/
var CommentNode = (function (_super) {
__extends(CommentNode, _super);
tslib_1.__extends(CommentNode, _super);
<span id='Autolinker-htmlParser-CommentNode-method-constructor'> /**
</span> * @method constructor
* @param {Object} cfg The configuration options for this class, specified
Expand Down
16 changes: 2 additions & 14 deletions docs/api/source/element-node.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,8 @@
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">&quot;use strict&quot;;
var __extends = (this &amp;&amp; this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array &amp;&amp; function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
var tslib_1 = require(&quot;tslib&quot;);
var html_node_1 = require(&quot;./html-node&quot;);
<span id='Autolinker-htmlParser-ElementNode'>/**
</span> * @class Autolinker.htmlParser.ElementNode
Expand All @@ -41,7 +29,7 @@
* details.
*/
var ElementNode = (function (_super) {
__extends(ElementNode, _super);
tslib_1.__extends(ElementNode, _super);
<span id='Autolinker-htmlParser-ElementNode-method-constructor'> /**
</span> * @method constructor
* @param {Object} cfg The configuration options for this class, specified
Expand Down
16 changes: 2 additions & 14 deletions docs/api/source/email-match.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,8 @@
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">&quot;use strict&quot;;
var __extends = (this &amp;&amp; this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array &amp;&amp; function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
var tslib_1 = require(&quot;tslib&quot;);
var match_1 = require(&quot;./match&quot;);
<span id='Autolinker-match-Email'>/**
</span> * @class Autolinker.match.Email
Expand All @@ -40,7 +28,7 @@
* See this class&#39;s superclass ({@link Autolinker.match.Match}) for more details.
*/
var EmailMatch = (function (_super) {
__extends(EmailMatch, _super);
tslib_1.__extends(EmailMatch, _super);
<span id='Autolinker-match-Email-method-constructor'> /**
</span> * @method constructor
* @param {Object} cfg The configuration properties for the Match
Expand Down
16 changes: 2 additions & 14 deletions docs/api/source/email-matcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,8 @@
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">&quot;use strict&quot;;
var __extends = (this &amp;&amp; this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array &amp;&amp; function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
var tslib_1 = require(&quot;tslib&quot;);
var matcher_1 = require(&quot;./matcher&quot;);
var regex_lib_1 = require(&quot;../regex-lib&quot;);
var tld_regex_1 = require(&quot;./tld-regex&quot;);
Expand All @@ -43,7 +31,7 @@
* See this class&#39;s superclass ({@link Autolinker.matcher.Matcher}) for more details.
*/
var EmailMatcher = (function (_super) {
__extends(EmailMatcher, _super);
tslib_1.__extends(EmailMatcher, _super);
function EmailMatcher() {
var _this = _super !== null &amp;&amp; _super.apply(this, arguments) || this;
<span id='Autolinker-matcher-Email-property-matcherRegex'> /**
Expand Down
16 changes: 2 additions & 14 deletions docs/api/source/entity-node.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,8 @@
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">&quot;use strict&quot;;
var __extends = (this &amp;&amp; this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array &amp;&amp; function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
var tslib_1 = require(&quot;tslib&quot;);
var html_node_1 = require(&quot;./html-node&quot;);
<span id='Autolinker-htmlParser-EntityNode'>/**
</span> * @class Autolinker.htmlParser.EntityNode
Expand All @@ -46,7 +34,7 @@
* details.
*/
var EntityNode = (function (_super) {
__extends(EntityNode, _super);
tslib_1.__extends(EntityNode, _super);
function EntityNode() {
return _super !== null &amp;&amp; _super.apply(this, arguments) || this;
}
Expand Down
16 changes: 2 additions & 14 deletions docs/api/source/hashtag-match.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,8 @@
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">&quot;use strict&quot;;
var __extends = (this &amp;&amp; this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array &amp;&amp; function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
var tslib_1 = require(&quot;tslib&quot;);
var match_1 = require(&quot;./match&quot;);
<span id='Autolinker-match-Hashtag'>/**
</span> * @class Autolinker.match.Hashtag
Expand All @@ -42,7 +30,7 @@
* details.
*/
var HashtagMatch = (function (_super) {
__extends(HashtagMatch, _super);
tslib_1.__extends(HashtagMatch, _super);
<span id='Autolinker-match-Hashtag-method-constructor'> /**
</span> * @method constructor
* @param {Object} cfg The configuration properties for the Match
Expand Down
16 changes: 2 additions & 14 deletions docs/api/source/hashtag-matcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,8 @@
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">&quot;use strict&quot;;
var __extends = (this &amp;&amp; this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array &amp;&amp; function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
var tslib_1 = require(&quot;tslib&quot;);
var matcher_1 = require(&quot;./matcher&quot;);
var regex_lib_1 = require(&quot;../regex-lib&quot;);
var hashtag_match_1 = require(&quot;../match/hashtag-match&quot;);
Expand All @@ -40,7 +28,7 @@
* Matcher to find HashtagMatch matches in an input string.
*/
var HashtagMatcher = (function (_super) {
__extends(HashtagMatcher, _super);
tslib_1.__extends(HashtagMatcher, _super);
<span id='Autolinker-matcher-Hashtag-method-constructor'> /**
</span> * @method constructor
* @param {Object} cfg The configuration properties for the Match instance,
Expand Down
12 changes: 5 additions & 7 deletions docs/api/source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
// order to support nodejs interoperability with require(&#39;autolinker&#39;) directly.
// This is done by the buildSrcFixCommonJsIndexTask() function in the gulpfile.
// See that function for more details.
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
var tslib_1 = require(&quot;tslib&quot;);
var autolinker_1 = require(&quot;./autolinker&quot;);

// Note: the following two lines are added by gulpfile.js&#39;s buildSrcFixCommonJsIndexTask() to allow require(&#39;autolinker&#39;) to work correctly
Expand All @@ -33,10 +31,10 @@
exports.default = autolinker_1.default;
var autolinker_2 = require(&quot;./autolinker&quot;);
exports.Autolinker = autolinker_2.default;
__export(require(&quot;./anchor-tag-builder&quot;));
__export(require(&quot;./html-tag&quot;));
__export(require(&quot;./match/index&quot;));
__export(require(&quot;./matcher/index&quot;));
tslib_1.__exportStar(require(&quot;./anchor-tag-builder&quot;), exports);
tslib_1.__exportStar(require(&quot;./html-tag&quot;), exports);
tslib_1.__exportStar(require(&quot;./match/index&quot;), exports);
tslib_1.__exportStar(require(&quot;./matcher/index&quot;), exports);

//# sourceMappingURL=index.js.map
</pre>
Expand Down
16 changes: 7 additions & 9 deletions docs/api/source/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">&quot;use strict&quot;;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
__export(require(&quot;./email-match&quot;));
__export(require(&quot;./hashtag-match&quot;));
__export(require(&quot;./match&quot;));
__export(require(&quot;./mention-match&quot;));
__export(require(&quot;./phone-match&quot;));
__export(require(&quot;./url-match&quot;));
var tslib_1 = require(&quot;tslib&quot;);
tslib_1.__exportStar(require(&quot;./email-match&quot;), exports);
tslib_1.__exportStar(require(&quot;./hashtag-match&quot;), exports);
tslib_1.__exportStar(require(&quot;./match&quot;), exports);
tslib_1.__exportStar(require(&quot;./mention-match&quot;), exports);
tslib_1.__exportStar(require(&quot;./phone-match&quot;), exports);
tslib_1.__exportStar(require(&quot;./url-match&quot;), exports);

//# sourceMappingURL=index.js.map
</pre>
Expand Down
16 changes: 7 additions & 9 deletions docs/api/source/index3.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">&quot;use strict&quot;;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
__export(require(&quot;./email-matcher&quot;));
__export(require(&quot;./hashtag-matcher&quot;));
__export(require(&quot;./matcher&quot;));
__export(require(&quot;./mention-matcher&quot;));
__export(require(&quot;./phone-matcher&quot;));
__export(require(&quot;./url-matcher&quot;));
var tslib_1 = require(&quot;tslib&quot;);
tslib_1.__exportStar(require(&quot;./email-matcher&quot;), exports);
tslib_1.__exportStar(require(&quot;./hashtag-matcher&quot;), exports);
tslib_1.__exportStar(require(&quot;./matcher&quot;), exports);
tslib_1.__exportStar(require(&quot;./mention-matcher&quot;), exports);
tslib_1.__exportStar(require(&quot;./phone-matcher&quot;), exports);
tslib_1.__exportStar(require(&quot;./url-matcher&quot;), exports);

//# sourceMappingURL=index.js.map
</pre>
Expand Down
16 changes: 2 additions & 14 deletions docs/api/source/mention-match.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,8 @@
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">&quot;use strict&quot;;
var __extends = (this &amp;&amp; this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array &amp;&amp; function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, &quot;__esModule&quot;, { value: true });
var tslib_1 = require(&quot;tslib&quot;);
var match_1 = require(&quot;./match&quot;);
<span id='Autolinker-match-Mention'>/**
</span> * @class Autolinker.match.Mention
Expand All @@ -40,7 +28,7 @@
* See this class&#39;s superclass ({@link Autolinker.match.Match}) for more details.
*/
var MentionMatch = (function (_super) {
__extends(MentionMatch, _super);
tslib_1.__extends(MentionMatch, _super);
<span id='Autolinker-match-Mention-method-constructor'> /**
</span> * @method constructor
* @param {Object} cfg The configuration properties for the Match
Expand Down
Loading

0 comments on commit 3d1a322

Please sign in to comment.