|
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.1)</span> |
| 265 | + Underscore.js <span class="version">(1.13.2)</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.1 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2> |
| 554 | + <h2>v1.13.2 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.1 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic |
595 | 595 | </tr> |
596 | 596 | </table> |
597 | 597 |
|
598 | | - <h2>v1.13.1 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt><script src="..."></script></tt>)</i></h2> |
| 598 | + <h2>v1.13.2 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/ [email protected]. 1/underscore-umd-min.js </tt> |
| 602 | + <tt>https://cdn.jsdelivr.net/npm/ [email protected]. 2/underscore-umd-min.js </tt> |
603 | 603 | </li> |
604 | 604 | <li> |
605 | | - <tt>https://cdn.jsdelivr.net/npm/ [email protected]. 1/underscore-esm-min.js </tt> |
| 605 | + <tt>https://cdn.jsdelivr.net/npm/ [email protected]. 2/underscore-esm-min.js </tt> |
606 | 606 | </li> |
607 | 607 | <li> |
608 | | - <tt>https://unpkg.com/ [email protected]. 1/underscore-umd-min.js </tt> |
| 608 | + <tt>https://unpkg.com/ [email protected]. 2/underscore-umd-min.js </tt> |
609 | 609 | </li> |
610 | 610 | <li> |
611 | | - <tt>https://unpkg.com/ [email protected]. 1/underscore-esm-min.js </tt> |
| 611 | + <tt>https://unpkg.com/ [email protected]. 2/underscore-esm-min.js </tt> |
612 | 612 | </li> |
613 | 613 | <li> |
614 | | - <tt>https://pagecdn.io/lib/underscore/1.13.1/underscore-umd-min.js</tt> |
| 614 | + <tt>https://pagecdn.io/lib/underscore/1.13.2/underscore-umd-min.js</tt> |
615 | 615 | </li> |
616 | 616 | <li> |
617 | | - <tt>https://pagecdn.io/lib/underscore/1.13.1/underscore-esm-min.js</tt> |
| 617 | + <tt>https://pagecdn.io/lib/underscore/1.13.2/underscore-esm-min.js</tt> |
618 | 618 | </li> |
619 | 619 | <li> |
620 | | - <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-umd-min.js</tt> |
| 620 | + <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.2/underscore-umd-min.js</tt> |
621 | 621 | </li> |
622 | 622 | <li> |
623 | | - <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-esm-min.js</tt> |
| 623 | + <tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.2/underscore-esm-min.js</tt> |
624 | 624 | </li> |
625 | 625 | </ul> |
626 | 626 |
|
@@ -2798,6 +2798,26 @@ <h2 id="notes">Notes</h2> |
2798 | 2798 |
|
2799 | 2799 | <h2 id="changelog">Change Log</h2> |
2800 | 2800 |
|
| 2801 | + <p id="1.13.2"> |
| 2802 | + <b class="header">1.13.2</b> — <small><i>December 16, 2021</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.13.1...1.13.2">Diff</a> — <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.2/index.html">Docs</a><br /> |
| 2803 | + <ul> |
| 2804 | + <li> |
| 2805 | + Fixes a regression introduced in 1.9.0 that caused |
| 2806 | + <tt>_.sample</tt> and <tt>_.shuffle</tt> to no longer work on |
| 2807 | + strings. |
| 2808 | + </li> |
| 2809 | + <li> |
| 2810 | + Fixes an issue in IE8 compatibility code. |
| 2811 | + </li> |
| 2812 | + <li> |
| 2813 | + Makes the website mobile-friendly. |
| 2814 | + </li> |
| 2815 | + <li> |
| 2816 | + Various other minor documentation enhancements and a new test. |
| 2817 | + </li> |
| 2818 | + </ul> |
| 2819 | + </p> |
| 2820 | + |
2801 | 2821 | <p id="1.13.1"> |
2802 | 2822 | <b class="header">1.13.1</b> — <small><i>April 15, 2021</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.13.0...1.13.1">Diff</a> — <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.1/index.html">Docs</a><br /> |
2803 | 2823 | <ul> |
|
0 commit comments