Underscore 1.0.1 -- bugfix release for _.isEqual

This commit is contained in:
Jeremy Ashkenas
2010-03-19 10:07:21 -04:00
parent 1d787815af
commit a6578068d2
5 changed files with 14 additions and 7 deletions

View File

@@ -111,11 +111,11 @@
<p>
<table>
<tr>
<td><a href="underscore.js">Development Version (1.0.0)</a></td>
<td><a href="underscore.js">Development Version (1.0.1)</a></td>
<td><i>25kb, Uncompressed with Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (1.0.0)</a></td>
<td><a href="underscore-min.js">Production Version (1.0.1)</a></td>
<td><i>2.5kb, Packed and Gzipped</i></td>
</tr>
</table>
@@ -1136,6 +1136,12 @@ _([1, 2, 3]).value();
<h2>Change Log</h2>
<p>
<b class="header">1.0.1</b><br />
Bugfix for <tt>_.isEqual</tt>, when comparing two objects with the same
number of undefined keys, but with different names.
</p>
<p>
<b class="header">1.0.0</b><br />
Things have been stable for many months now, so Underscore is now