Skip to content

Commit 62c6ad0

Browse files
committed
Cut 1.13.0-3 preview release
1 parent d6d0f57 commit 62c6ad0

15 files changed

+46
-31
lines changed

docs/modules/_setup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ <h1>_setup.js</h1>
850850

851851
</div>
852852

853-
<div class="content"><div class='highlight'><pre><span class="hljs-keyword">export</span> <span class="hljs-keyword">var</span> VERSION = <span class="hljs-string">'1.13.0-2'</span>;</pre></div></div>
853+
<div class="content"><div class='highlight'><pre><span class="hljs-keyword">export</span> <span class="hljs-keyword">var</span> VERSION = <span class="hljs-string">'1.13.0-3'</span>;</pre></div></div>
854854

855855
</li>
856856

docs/modules/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ <h1 id="named-exports">Named Exports</h1>
865865
<div class="pilwrap ">
866866
<a class="pilcrow" href="#section-3">&#182;</a>
867867
</div>
868-
<pre><code>Underscore.js <span class="hljs-number">1.13</span><span class="hljs-number">.0</span><span class="hljs-number">-2</span>
868+
<pre><code>Underscore.js <span class="hljs-number">1.13</span><span class="hljs-number">.0</span><span class="hljs-number">-3</span>
869869
<span class="hljs-attr">https</span>:<span class="hljs-comment">//underscorejs.org</span>
870870
(c) <span class="hljs-number">2009</span><span class="hljs-number">-2020</span> Jeremy Ashkenas, DocumentCloud and Investigative Reporters &amp; Editors
871871
Underscore may be freely distributed under the MIT license.</code></pre>

docs/underscore-esm.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>underscore-esm.js</h1>
2727
<div class="pilwrap ">
2828
<a class="pilcrow" href="#section-1">&#182;</a>
2929
</div>
30-
<pre><code>Underscore.js <span class="hljs-number">1.13</span><span class="hljs-number">.0</span><span class="hljs-number">-2</span>
30+
<pre><code>Underscore.js <span class="hljs-number">1.13</span><span class="hljs-number">.0</span><span class="hljs-number">-3</span>
3131
<span class="hljs-attr">https</span>:<span class="hljs-comment">//underscorejs.org</span>
3232
(c) <span class="hljs-number">2009</span><span class="hljs-number">-2020</span> Jeremy Ashkenas, DocumentCloud and Investigative Reporters &amp; Editors
3333
Underscore may be freely distributed under the MIT license.</code></pre>
@@ -46,7 +46,7 @@ <h1>underscore-esm.js</h1>
4646

4747
</div>
4848

49-
<div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> VERSION = <span class="hljs-string">'1.13.0-2'</span>;</pre></div></div>
49+
<div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> VERSION = <span class="hljs-string">'1.13.0-3'</span>;</pre></div></div>
5050

5151
</li>
5252

index.html

+26-11
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<div id="sidebar" class="interface">
187187

188188
<a class="toc_title" href="#">
189-
Underscore.js <span class="version">(1.13.0-2)</span>
189+
Underscore.js <span class="version">(1.13.0-3)</span>
190190
</a>
191191
<ul class="toc_section">
192192
<li>&raquo; <a href="https://github.com/jashkenas/underscore">GitHub Repository</a></li>
@@ -473,7 +473,7 @@
473473
<i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i>
474474
</p>
475475

476-
<h2>v1.13.0-2 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
476+
<h2>v1.13.0-3 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
477477

478478
<table>
479479
<tr>
@@ -517,32 +517,32 @@ <h2>v1.13.0-2 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-cl
517517
</tr>
518518
</table>
519519

520-
<h2>v1.13.0-2 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>
520+
<h2>v1.13.0-3 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>
521521

522522
<ul>
523523
<li>
524-
<tt>https://cdn.jsdelivr.net/npm/[email protected]2/underscore-umd-min.js</tt>
524+
<tt>https://cdn.jsdelivr.net/npm/[email protected]3/underscore-umd-min.js</tt>
525525
</li>
526526
<li>
527-
<tt>https://cdn.jsdelivr.net/npm/[email protected]2/underscore-esm-min.js</tt>
527+
<tt>https://cdn.jsdelivr.net/npm/[email protected]3/underscore-esm-min.js</tt>
528528
</li>
529529
<li>
530-
<tt>https://unpkg.com/[email protected]2/underscore-umd-min.js</tt>
530+
<tt>https://unpkg.com/[email protected]3/underscore-umd-min.js</tt>
531531
</li>
532532
<li>
533-
<tt>https://unpkg.com/[email protected]2/underscore-esm-min.js</tt>
533+
<tt>https://unpkg.com/[email protected]3/underscore-esm-min.js</tt>
534534
</li>
535535
<li>
536-
<tt>https://pagecdn.io/lib/underscore/1.13.0-2/underscore-umd-min.js</tt>
536+
<tt>https://pagecdn.io/lib/underscore/1.13.0-3/underscore-umd-min.js</tt>
537537
</li>
538538
<li>
539-
<tt>https://pagecdn.io/lib/underscore/1.13.0-2/underscore-esm-min.js</tt>
539+
<tt>https://pagecdn.io/lib/underscore/1.13.0-3/underscore-esm-min.js</tt>
540540
</li>
541541
<li>
542-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0-2/underscore-umd-min.js</tt>
542+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0-3/underscore-umd-min.js</tt>
543543
</li>
544544
<li>
545-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0-2/underscore-esm-min.js</tt>
545+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0-3/underscore-esm-min.js</tt>
546546
</li>
547547
</ul>
548548

@@ -2702,6 +2702,21 @@ <h2 id="notes">Notes</h2>
27022702

27032703
<h2 id="changelog">Change Log</h2>
27042704

2705+
<p id="1.13.0-3">
2706+
<b class="header">1.13.0-3</b> &mdash; <small><i>March 31, 2021</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.13.0-2...1.13.0-3">Diff</a> &mdash; <a href="https://cdn.rawgit.com/jashkenas/underscore/1.13.0-3/index.html">Docs</a><br />
2707+
<ul>
2708+
<li>
2709+
Adds a <tt>"module"</tt> exports condition to the
2710+
<tt>package.json</tt>, which should theoretically help to avoid
2711+
duplicate code bundling with <tt>exports</tt>-aware build tools.
2712+
</li>
2713+
<li>
2714+
Re-synchronizes some comments and documentation text with the
2715+
1.12.x branch.
2716+
</li>
2717+
</ul>
2718+
</p>
2719+
27052720
<p id="1.13.0-2">
27062721
<b class="header">1.13.0-2</b> &mdash; <small><i>March 15, 2021</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.13.0-1...1.13.0-2">Diff</a> &mdash; <a href="https://cdn.rawgit.com/jashkenas/underscore/1.13.0-2/index.html">Docs</a><br />
27072722
<ul>

modules/_setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Current version.
2-
export var VERSION = '1.13.0-2';
2+
export var VERSION = '1.13.0-3';
33

44
// Establish the root object, `window` (`self`) in the browser, `global`
55
// on the server, or `this` in some virtual machines. We use `self`

modules/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Named Exports
22
// =============
33

4-
// Underscore.js 1.13.0-2
4+
// Underscore.js 1.13.0-3
55
// https://underscorejs.org
66
// (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
77
// Underscore may be freely distributed under the MIT license.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "underscore",
33
"description": "JavaScript's functional programming helper library.",
4-
"version": "1.13.0-2",
4+
"version": "1.13.0-3",
55
"author": "Jeremy Ashkenas <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://underscorejs.org",

underscore-esm-min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

underscore-esm.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

underscore-node-f.cjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// Underscore.js 1.13.0-2
1+
// Underscore.js 1.13.0-3
22
// https://underscorejs.org
33
// (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
44
// Underscore may be freely distributed under the MIT license.
55

66
Object.defineProperty(exports, '__esModule', { value: true });
77

88
// Current version.
9-
var VERSION = '1.13.0-2';
9+
var VERSION = '1.13.0-3';
1010

1111
// Establish the root object, `window` (`self`) in the browser, `global`
1212
// on the server, or `this` in some virtual machines. We use `self`

underscore-node.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Underscore.js 1.13.0-2
1+
// Underscore.js 1.13.0-3
22
// https://underscorejs.org
33
// (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
44
// Underscore may be freely distributed under the MIT license.

underscore-node.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Underscore.js 1.13.0-2
1+
// Underscore.js 1.13.0-3
22
// https://underscorejs.org
33
// (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
44
// Underscore may be freely distributed under the MIT license.

underscore-umd-min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

underscore-umd.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)