Skip to content

Commit 5343fbc

Browse files
committedMar 14, 2021
Add version 1.12.1 to the documentation
1 parent 44df929 commit 5343fbc

File tree

1 file changed

+32
-11
lines changed

1 file changed

+32
-11
lines changed
 

‎index.html

+32-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.12.0)</span>
189+
Underscore.js <span class="version">(1.12.1)</span>
190190
</a>
191191
<ul class="toc_section">
192192
<li>&raquo; <a href="https://github.com/jashkenas/underscore">GitHub Repository</a></li>
@@ -476,7 +476,7 @@
476476
<i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i>
477477
</p>
478478

479-
<h2>v1.12.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
479+
<h2>v1.12.1 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
480480

481481
<table>
482482
<tr>
@@ -520,32 +520,32 @@ <h2>v1.12.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic
520520
</tr>
521521
</table>
522522

523-
<h2>v1.12.0 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>
523+
<h2>v1.12.1 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>
524524

525525
<ul>
526526
<li>
527-
<tt>https://cdn.jsdelivr.net/npm/underscore@1.12.0/underscore-min.js</tt>
527+
<tt>https://cdn.jsdelivr.net/npm/underscore@1.12.1/underscore-min.js</tt>
528528
</li>
529529
<li>
530-
<tt>https://cdn.jsdelivr.net/npm/underscore@1.12.0/underscore-esm-min.js</tt>
530+
<tt>https://cdn.jsdelivr.net/npm/underscore@1.12.1/underscore-esm-min.js</tt>
531531
</li>
532532
<li>
533-
<tt>https://unpkg.com/underscore@1.12.0/underscore-min.js</tt>
533+
<tt>https://unpkg.com/underscore@1.12.1/underscore-min.js</tt>
534534
</li>
535535
<li>
536-
<tt>https://unpkg.com/underscore@1.12.0/underscore-esm-min.js</tt>
536+
<tt>https://unpkg.com/underscore@1.12.1/underscore-esm-min.js</tt>
537537
</li>
538538
<li>
539-
<tt>https://pagecdn.io/lib/underscore/1.12.0/underscore-min.js</tt>
539+
<tt>https://pagecdn.io/lib/underscore/1.12.1/underscore-min.js</tt>
540540
</li>
541541
<li>
542-
<tt>https://pagecdn.io/lib/underscore/1.12.0/underscore-esm-min.js</tt>
542+
<tt>https://pagecdn.io/lib/underscore/1.12.1/underscore-esm-min.js</tt>
543543
</li>
544544
<li>
545-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.12.0/underscore-min.js</tt>
545+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.12.1/underscore-min.js</tt>
546546
</li>
547547
<li>
548-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.12.0/underscore-esm-min.js</tt>
548+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.12.1/underscore-esm-min.js</tt>
549549
</li>
550550
</ul>
551551

@@ -2705,6 +2705,27 @@ <h2 id="notes">Notes</h2>
27052705

27062706
<h2 id="changelog">Change Log</h2>
27072707

2708+
<p id="1.12.1">
2709+
<b class="header">1.12.1</b> &mdash; <small><i>March 15, 2021</i></small><br />
2710+
<ul>
2711+
<li>
2712+
Fixes a security issue in <tt>_.template</tt> that could enable a
2713+
third party to inject code in compiled templates. This issue
2714+
affects all versions of Underscore between 1.3.2 and 1.12.0,
2715+
inclusive, as well as preview releases 1.13.0-0 and 1.13.0-1. The
2716+
fix in this release is also included in the parallel preview
2717+
release 1.13.0-2.
2718+
</li>
2719+
<li>
2720+
Restores an optimization in <tt>_.debounce</tt> that was
2721+
unintentionally lost in version 1.9.0.
2722+
</li>
2723+
<li>
2724+
Various test and documentation enhancements.
2725+
</li>
2726+
</ul>
2727+
</p>
2728+
27082729
<p id="1.12.0">
27092730
<b class="header">1.12.0</b> &mdash; <small><i>November 24, 2020</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.11.0...1.12.0">Diff</a> &mdash; <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.12.0/index.html">Docs</a><br />
27102731
<ul>

0 commit comments

Comments
 (0)
Please sign in to comment.