|
262 | 262 | <div id="sidebar" class="interface overlay-content">
|
263 | 263 |
|
264 | 264 | <a class="toc_title" href="#">
|
265 |
| - Underscore.js <span class="version">(1.13.5)</span> |
| 265 | + Underscore.js <span class="version">(1.13.6)</span> |
266 | 266 | </a>
|
267 | 267 |
|
268 | 268 | <ul class="toc_section">
|
|
551 | 551 | <i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i>
|
552 | 552 | </p>
|
553 | 553 |
|
554 |
| - <h2>v1.13.5 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2> |
| 554 | + <h2>v1.13.6 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2> |
555 | 555 |
|
556 | 556 | <table>
|
557 | 557 | <tr>
|
@@ -595,32 +595,32 @@ <h2>v1.13.5 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic
|
595 | 595 | </tr>
|
596 | 596 | </table>
|
597 | 597 |
|
598 |
| - <h2>v1.13.5 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt><script src="..."></script></tt>)</i></h2> |
| 598 | + <h2>v1.13.6 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt><script src="..."></script></tt>)</i></h2> |
599 | 599 |
|
600 | 600 | <ul>
|
601 | 601 | <li>
|
602 |
| - <tt>https://cdn.jsdelivr.net/npm/underscore@1.13.5/underscore-umd-min.js</tt> |
| 602 | + <tt>https://cdn.jsdelivr.net/npm/underscore@1.13.6/underscore-umd-min.js</tt> |
603 | 603 | </li>
|
604 | 604 | <li>
|
605 |
| - <tt>https://cdn.jsdelivr.net/npm/underscore@1.13.5/underscore-esm-min.js</tt> |
| 605 | + <tt>https://cdn.jsdelivr.net/npm/underscore@1.13.6/underscore-esm-min.js</tt> |
606 | 606 | </li>
|
607 | 607 | <li>
|
608 |
| - <tt>https://unpkg.com/underscore@1.13.5/underscore-umd-min.js</tt> |
| 608 | + <tt>https://unpkg.com/underscore@1.13.6/underscore-umd-min.js</tt> |
609 | 609 | </li>
|
610 | 610 | <li>
|
611 |
| - <tt>https://unpkg.com/underscore@1.13.5/underscore-esm-min.js</tt> |
| 611 | + <tt>https://unpkg.com/underscore@1.13.6/underscore-esm-min.js</tt> |
612 | 612 | </li>
|
613 | 613 | <li>
|
614 |
| - <tt>https://pagecdn.io/lib/underscore/1.13.5/underscore-umd-min.js</tt> |
| 614 | + <tt>https://pagecdn.io/lib/underscore/1.13.6/underscore-umd-min.js</tt> |
615 | 615 | </li>
|
616 | 616 | <li>
|
617 |
| - <tt>https://pagecdn.io/lib/underscore/1.13.5/underscore-esm-min.js</tt> |
| 617 | + <tt>https://pagecdn.io/lib/underscore/1.13.6/underscore-esm-min.js</tt> |
618 | 618 | </li>
|
619 | 619 | <li>
|
620 |
| - <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.5/underscore-umd-min.js</tt> |
| 620 | + <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-umd-min.js</tt> |
621 | 621 | </li>
|
622 | 622 | <li>
|
623 |
| - <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.5/underscore-esm-min.js</tt> |
| 623 | + <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-esm-min.js</tt> |
624 | 624 | </li>
|
625 | 625 | </ul>
|
626 | 626 |
|
@@ -2798,6 +2798,15 @@ <h2 id="notes">Notes</h2>
|
2798 | 2798 |
|
2799 | 2799 | <h2 id="changelog">Change Log</h2>
|
2800 | 2800 |
|
| 2801 | + <p id="1.13.6"> |
| 2802 | + <b class="header">1.13.6</b> — <small><i>September 23, 2022</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.13.5...1.13.6">Diff</a> — <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.5/index.html">Docs</a><br /> |
| 2803 | + <ul> |
| 2804 | + <li> |
| 2805 | + Hotfix for install script problem with <b>1.13.5</b>. |
| 2806 | + </li> |
| 2807 | + </ul> |
| 2808 | + </p> |
| 2809 | + |
2801 | 2810 | <p id="1.13.5">
|
2802 | 2811 | <b class="header">1.13.5</b> — <small><i>September 23, 2022</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.13.4...1.13.5">Diff</a> — <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.5/index.html">Docs</a><br />
|
2803 | 2812 | <ul>
|
|
0 commit comments