|
186 | 186 | <div id="sidebar" class="interface">
|
187 | 187 |
|
188 | 188 | <a class="toc_title" href="#">
|
189 |
| - Underscore.js <span class="version">(1.13.0-3)</span> |
| 189 | + Underscore.js <span class="version">(1.13.0)</span> |
190 | 190 | </a>
|
191 | 191 | <ul class="toc_section">
|
192 | 192 | <li>» <a href="https://github.com/jashkenas/underscore">GitHub Repository</a></li>
|
|
474 | 474 | <i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i>
|
475 | 475 | </p>
|
476 | 476 |
|
477 |
| - <h2>v1.13.0-3 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2> |
| 477 | + <h2>v1.13.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2> |
478 | 478 |
|
479 | 479 | <table>
|
480 | 480 | <tr>
|
@@ -518,32 +518,32 @@ <h2>v1.13.0-3 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-cl
|
518 | 518 | </tr>
|
519 | 519 | </table>
|
520 | 520 |
|
521 |
| - <h2>v1.13.0-3 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt><script src="..."></script></tt>)</i></h2> |
| 521 | + <h2>v1.13.0 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt><script src="..."></script></tt>)</i></h2> |
522 | 522 |
|
523 | 523 | <ul>
|
524 | 524 | <li>
|
525 |
| - <tt>https://cdn.jsdelivr.net/npm/ [email protected]-3/underscore-umd-min.js </tt> |
| 525 | + <tt>https://cdn.jsdelivr.net/npm/ [email protected]/underscore-umd-min.js </tt> |
526 | 526 | </li>
|
527 | 527 | <li>
|
528 |
| - <tt>https://cdn.jsdelivr.net/npm/ [email protected]-3/underscore-esm-min.js </tt> |
| 528 | + <tt>https://cdn.jsdelivr.net/npm/ [email protected]/underscore-esm-min.js </tt> |
529 | 529 | </li>
|
530 | 530 | <li>
|
531 |
| - <tt>https://unpkg.com/ [email protected]-3/underscore-umd-min.js </tt> |
| 531 | + <tt>https://unpkg.com/ [email protected]/underscore-umd-min.js </tt> |
532 | 532 | </li>
|
533 | 533 | <li>
|
534 |
| - <tt>https://unpkg.com/ [email protected]-3/underscore-esm-min.js </tt> |
| 534 | + <tt>https://unpkg.com/ [email protected]/underscore-esm-min.js </tt> |
535 | 535 | </li>
|
536 | 536 | <li>
|
537 |
| - <tt>https://pagecdn.io/lib/underscore/1.13.0-3/underscore-umd-min.js</tt> |
| 537 | + <tt>https://pagecdn.io/lib/underscore/1.13.0/underscore-umd-min.js</tt> |
538 | 538 | </li>
|
539 | 539 | <li>
|
540 |
| - <tt>https://pagecdn.io/lib/underscore/1.13.0-3/underscore-esm-min.js</tt> |
| 540 | + <tt>https://pagecdn.io/lib/underscore/1.13.0/underscore-esm-min.js</tt> |
541 | 541 | </li>
|
542 | 542 | <li>
|
543 |
| - <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0-3/underscore-umd-min.js</tt> |
| 543 | + <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0/underscore-umd-min.js</tt> |
544 | 544 | </li>
|
545 | 545 | <li>
|
546 |
| - <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0-3/underscore-esm-min.js</tt> |
| 546 | + <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0/underscore-esm-min.js</tt> |
547 | 547 | </li>
|
548 | 548 | </ul>
|
549 | 549 |
|
@@ -2703,6 +2703,25 @@ <h2 id="notes">Notes</h2>
|
2703 | 2703 |
|
2704 | 2704 | <h2 id="changelog">Change Log</h2>
|
2705 | 2705 |
|
| 2706 | + <p id="1.13.0"> |
| 2707 | + <b class="header">1.13.0</b> — <small><i>April 9, 2021</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.13.0-3...1.13.0">Diff</a> — <a href="https://cdn.rawgit.com/jashkenas/underscore/1.13.0/index.html">Docs</a><br /> |
| 2708 | + <ul> |
| 2709 | + <li> |
| 2710 | + Merges the changes from the 1.13.0-0 through 1.13.0-3 preview |
| 2711 | + releases into the main release stream following version 1.12.1. As |
| 2712 | + of this release, ESM support is 100%. |
| 2713 | + </li> |
| 2714 | + <li> |
| 2715 | + Adds a <a |
| 2716 | + href="https://github.com/jashkenas/underscore/security/policy" |
| 2717 | + >security policy</a> to the documentation. |
| 2718 | + </li> |
| 2719 | + <li> |
| 2720 | + Adds funding information to the documentation. |
| 2721 | + </li> |
| 2722 | + </ul> |
| 2723 | + </p> |
| 2724 | + |
2706 | 2725 | <p id="1.13.0-3">
|
2707 | 2726 | <b class="header">1.13.0-3</b> — <small><i>March 31, 2021</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.13.0-2...1.13.0-3">Diff</a> — <a href="https://cdn.rawgit.com/jashkenas/underscore/1.13.0-3/index.html">Docs</a><br />
|
2708 | 2727 | <ul>
|
|
0 commit comments