|
180 | 180 | <div id="sidebar" class="interface"> |
181 | 181 |
|
182 | 182 | <a class="toc_title" href="#"> |
183 | | - Underscore.js <span class="version">(1.8.1)</span> |
| 183 | + Underscore.js <span class="version">(1.8.2)</span> |
184 | 184 | </a> |
185 | 185 | <ul class="toc_section"> |
186 | 186 | <li>» <a href="https://github.com/jashkenas/underscore">GitHub Repository</a></li> |
@@ -403,13 +403,13 @@ <h2>Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and u |
403 | 403 |
|
404 | 404 | <table> |
405 | 405 | <tr> |
406 | | - <td><a href="underscore.js">Development Version (1.8.1)</a></td> |
407 | | - <td><i>49kb, Uncompressed with Plentiful Comments</i></td> |
| 406 | + <td><a href="underscore.js">Development Version (1.8.2)</a></td> |
| 407 | + <td><i>51kb, Uncompressed with Plentiful Comments</i></td> |
408 | 408 | </tr> |
409 | 409 | <tr> |
410 | | - <td><a href="underscore-min.js">Production Version (1.8.1)</a></td> |
| 410 | + <td><a href="underscore-min.js">Production Version (1.8.2)</a></td> |
411 | 411 | <td> |
412 | | - <i>5.4kb, Minified and Gzipped</i> |
| 412 | + <i>5.7kb, Minified and Gzipped</i> |
413 | 413 | <small>(<a href="underscore-min.map">Source Map</a>)</small> |
414 | 414 | </td> |
415 | 415 | </tr> |
@@ -2193,13 +2193,26 @@ <h2 id="links">Links & Suggested Reading</h2> |
2193 | 2193 |
|
2194 | 2194 | <h2 id="changelog">Change Log</h2> |
2195 | 2195 |
|
| 2196 | + <p id="1.8.2"> |
| 2197 | + <b class="header">1.8.2</b> — <small><i>Feb. 22, 2015</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.8.1...1.8.2">Diff</a> — <a href="https://cdn.rawgit.com/jashkenas/underscore/1.8.2/index.html">Docs</a><br /> |
| 2198 | + <ul> |
| 2199 | + <li> |
| 2200 | + Restores the previous old-Internet-Explorer edge cases changed in |
| 2201 | + 1.8.1. |
| 2202 | + </li> |
| 2203 | + <li> |
| 2204 | + Adds a <tt>fromIndex</tt> argument to <tt>_.contains</tt>. |
| 2205 | + </li> |
| 2206 | + </ul> |
| 2207 | + </p> |
| 2208 | + |
2196 | 2209 | <p id="1.8.1"> |
2197 | 2210 | <b class="header">1.8.1</b> — <small><i>Feb. 19, 2015</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.8.0...1.8.1">Diff</a> — <a href="https://cdn.rawgit.com/jashkenas/underscore/1.8.1/index.html">Docs</a><br /> |
2198 | 2211 | <ul> |
2199 | 2212 | <li> |
2200 | | - Fixes/changes some old-Internet-Explorer and related edge case |
| 2213 | + Fixes/changes some old-Internet Explorer and related edge case |
2201 | 2214 | behavior. Test your app with Underscore 1.8.1 in an old IE and let |
2202 | | - us know how its doing... |
| 2215 | + us know how it's doing... |
2203 | 2216 | </li> |
2204 | 2217 | </ul> |
2205 | 2218 | </p> |
|
0 commit comments