Skip to content

Commit

Permalink
Underscore 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Mar 18, 2010
1 parent 78245c2 commit 1d78781
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ <h2>Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and u
<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>
Expand Down Expand Up @@ -1136,6 +1136,14 @@ <h2>Links &amp; Suggested Reading</h2>

<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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"contributors" : [],
"dependencies" : [],
"lib" : ".",
"version" : "0.6.0"
"version" : "1.0.0"
}
12 changes: 6 additions & 6 deletions underscore-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
root._ = _;

// Current version.
_.VERSION = '0.6.0';
_.VERSION = '1.0.0';

// ------------------------ Collection Functions: ---------------------------

Expand Down

0 comments on commit 1d78781

Please sign in to comment.