Underscore 1.0.3

This commit is contained in:
Jeremy Ashkenas
2010-06-14 15:59:24 -04:00
parent 0e8ca3cb97
commit bce016fc72
4 changed files with 29 additions and 22 deletions

View File

@@ -111,12 +111,12 @@
<p>
<table>
<tr>
<td><a href="underscore.js">Development Version (1.0.2)</a></td>
<td><i>25kb, Uncompressed with Comments</i></td>
<td><a href="underscore.js">Development Version (1.0.3)</a></td>
<td><i>24kb, Uncompressed with Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (1.0.2)</a></td>
<td><i>2.5kb, Packed and Gzipped</i></td>
<td><a href="underscore-min.js">Production Version (1.0.3)</a></td>
<td><i>2.9kb, Packed and Gzipped</i></td>
</tr>
</table>
</p>
@@ -1136,6 +1136,13 @@ _([1, 2, 3]).value();
<h2>Change Log</h2>
<p>
<b class="header">1.0.3</b><br />
Patch that makes <tt>_.isEqual</tt> return <tt>false</tt> if any property
of the compared object has a <tt>NaN</tt> value. Technically the correct
thing to do, but of questionable semantics. Watch out for NaN comparisons.
</p>
<p>
<b class="header">1.0.2</b><br />
Fixes <tt>_.isArguments</tt> in recent versions of Opera, which have