Underscore 1.0

This commit is contained in:
Jeremy Ashkenas
2010-03-18 11:41:02 -04:00
parent 78245c206f
commit 1d787815af
4 changed files with 19 additions and 11 deletions

View File

@@ -111,12 +111,12 @@
<p>
<table>
<tr>
<td><a href="underscore.js">Development Version (0.6.0)</a></td>
<td><a href="underscore.js">Development Version (1.0.0)</a></td>
<td><i>25kb, Uncompressed with Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (0.6.0)</a></td>
<td><i>3kb, Packed and Gzipped</i></td>
<td><a href="underscore-min.js">Production Version (1.0.0)</a></td>
<td><i>2.5kb, Packed and Gzipped</i></td>
</tr>
</table>
</p>
@@ -1136,6 +1136,14 @@ _([1, 2, 3]).value();
<h2>Change Log</h2>
<p>
<b class="header">1.0.0</b><br />
Things have been stable for many months now, so Underscore is now
considered to be out of beta, at <b>1.0</b>. Improvements since <b>0.6</b>
include <tt>_.isBoolean</tt>, and the ability to have <tt>_.extend</tt>
take multiple source objects.
</p>
<p>
<b class="header">0.6.0</b><br />
Major release. Incorporates a number of