mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Underscore 1.0
This commit is contained in:
14
index.html
14
index.html
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user