mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Underscore 0.5.8, with collection functions that once again work on NodeLists and HTMLCollections
This commit is contained in:
15
index.html
15
index.html
@@ -111,11 +111,11 @@
|
||||
<p>
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="underscore.js">Development Version (0.5.7)</a></td>
|
||||
<td><a href="underscore.js">Development Version (0.5.8)</a></td>
|
||||
<td><i>22kb, Uncompressed with Comments</i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="underscore-min.js">Production Version (0.5.7)</a></td>
|
||||
<td><a href="underscore-min.js">Production Version (0.5.8)</a></td>
|
||||
<td><i>3kb, Packed and Gzipped</i></td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1097,10 +1097,19 @@ _([1, 2, 3]).value();
|
||||
|
||||
<h2>Change Log</h2>
|
||||
|
||||
<p>
|
||||
<b class="header">0.5.8</b><br />
|
||||
Fixed Underscore's collection functions to work on
|
||||
<a href="https://developer.mozilla.org/En/DOM/NodeList">NodeLists</a> and
|
||||
<a href="https://developer.mozilla.org/En/DOM/HTMLCollection">HTMLCollections</a>
|
||||
once more, thanks to
|
||||
<a href="http://github.com/jmtulloss">Justin Tulloss</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b class="header">0.5.7</b><br />
|
||||
A safer implementation of <tt>_.isArguments</tt>, and a
|
||||
faster <tt>_.isNumber</tt>, thanks to
|
||||
faster <tt>_.isNumber</tt>,<br />thanks to
|
||||
<a href="http://jedschmidt.com/">Jed Schmidt</a>.
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user