Skip to content

Commit

Permalink
Build v3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjacobs committed Oct 6, 2019
1 parent 3c86e9c commit 0298484
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 48 deletions.
4 changes: 2 additions & 2 deletions dist/Autolinker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

18 changes: 2 additions & 16 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 v3.11.0 API Docs</title>
<title>Autolinker v3.11.1 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 v3.11.0 API Docs</span><span class="logo"></span></div>
<div id="loading"><span class="title">Autolinker v3.11.1 API Docs</span><span class="logo"></span></div>

<div id="header-content">Autolinker v3.11.0 API Docs</div>
<div id="header-content">Autolinker v3.11.1 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 Tue 30 Jul 2019 20:47:59 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
<div id='footer-content' style='display: none'>Generated on Sun 06 Oct 2019 11:46:48 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 @@ -859,7 +859,7 @@
*
* Ex: 0.25.1
*/
Autolinker.version = &#39;3.11.0&#39;;
Autolinker.version = &#39;3.11.1&#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
4 changes: 2 additions & 2 deletions docs/api/source/regex-lib.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
.source; // see note in above variable description
<span id='global-property-emojiStr'>/**
</span> * The string form of a regular expression that would match all emoji characters
* Source: https://www.regextester.com/106421
* Based on the emoji regex defined in this article: https://thekevinscott.com/emojis-in-javascript/
*/
exports.emojiStr = /\u00a9\u00ae\u2000-\u3300\ud83c\ud000-\udfff\ud83d\ud000-\udfff\ud83e\ud000-\udfff/
exports.emojiStr = /\u2700-\u27bf\udde6-\uddff\ud800-\udbff\udc00-\udfff\ufe0e\ufe0f\u0300-\u036f\ufe20-\ufe23\u20d0-\u20f0\ud83c\udffb-\udfff\u200d\u3299\u3297\u303d\u3030\u24c2\ud83c\udd70-\udd71\udd7e-\udd7f\udd8e\udd91-\udd9a\udde6-\uddff\ude01-\ude02\ude1a\ude2f\ude32-\ude3a\ude50-\ude51\u203c\u2049\u25aa-\u25ab\u25b6\u25c0\u25fb-\u25fe\u00a9\u00ae\u2122\u2139\udc04\u2600-\u26FF\u2b05\u2b06\u2b07\u2b1b\u2b1c\u2b50\u2b55\u231a\u231b\u2328\u23cf\u23e9-\u23f3\u23f8-\u23fa\udccf\u2935\u2934\u2190-\u21ff/
.source;
<span id='global-property-marksStr'>/**
</span> * The string form of a regular expression that would match all of the
Expand Down
4 changes: 2 additions & 2 deletions docs/dist/Autolinker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 2 additions & 16 deletions docs/dist/Autolinker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autolinker",
"version": "3.11.0",
"version": "3.11.1",
"description": "Utility to automatically link the URLs, email addresses, phone numbers, hashtags, and mentions (Twitter, Instagram) in a given block of text/HTML",
"main": "./dist/commonjs/index.js",
"typings": "./dist/commonjs/index.d.ts",
Expand Down

0 comments on commit 0298484

Please sign in to comment.