|
186 | 186 | <div id="sidebar" class="interface">
|
187 | 187 |
|
188 | 188 | <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> |
190 | 190 | </a>
|
191 | 191 | <ul class="toc_section">
|
192 | 192 | <li>» <a href="https://github.com/jashkenas/underscore">GitHub Repository</a></li>
|
|
476 | 476 | <i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i>
|
477 | 477 | </p>
|
478 | 478 |
|
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> |
480 | 480 |
|
481 | 481 | <table>
|
482 | 482 | <tr>
|
@@ -520,32 +520,32 @@ <h2>v1.12.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic
|
520 | 520 | </tr>
|
521 | 521 | </table>
|
522 | 522 |
|
523 |
| - <h2>v1.12.0 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt><script src="..."></script></tt>)</i></h2> |
| 523 | + <h2>v1.12.1 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt><script src="..."></script></tt>)</i></h2> |
524 | 524 |
|
525 | 525 | <ul>
|
526 | 526 | <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> |
528 | 528 | </li>
|
529 | 529 | <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> |
531 | 531 | </li>
|
532 | 532 | <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> |
534 | 534 | </li>
|
535 | 535 | <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> |
537 | 537 | </li>
|
538 | 538 | <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> |
540 | 540 | </li>
|
541 | 541 | <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> |
543 | 543 | </li>
|
544 | 544 | <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> |
546 | 546 | </li>
|
547 | 547 | <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> |
549 | 549 | </li>
|
550 | 550 | </ul>
|
551 | 551 |
|
@@ -2705,6 +2705,27 @@ <h2 id="notes">Notes</h2>
|
2705 | 2705 |
|
2706 | 2706 | <h2 id="changelog">Change Log</h2>
|
2707 | 2707 |
|
| 2708 | + <p id="1.12.1"> |
| 2709 | + <b class="header">1.12.1</b> — <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 | + |
2708 | 2729 | <p id="1.12.0">
|
2709 | 2730 | <b class="header">1.12.0</b> — <small><i>November 24, 2020</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.11.0...1.12.0">Diff</a> — <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.12.0/index.html">Docs</a><br />
|
2710 | 2731 | <ul>
|
|
0 commit comments