Skip to content

Commit

Permalink
updating docs and minified version for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 29, 2009
1 parent a82a01e commit e381f7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions index.html
Expand Up @@ -107,11 +107,11 @@ <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.2.0)</a></td>
<td><a href="underscore.js">Development Version (0.3.0)</a></td>
<td><i>16kb, Uncompressed with Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (0.2.0)</a></td>
<td><a href="underscore-min.js">Production Version (0.3.0)</a></td>
<td><i>4kb, Packed and Gzipped</i></td>
</tr>
</table>
Expand Down Expand Up @@ -735,6 +735,15 @@ <h2>Utility Functions</h2>

<h2>Change Log</h2>

<p>
<b class="header">0.3.0</b><br />
Added <a href="http://github.com/dmitryBaranovskiy">Dmitry Baranovskiy</a>'s
comprehensive optimizations, merged in
<a href="http://github.com/kriskowal/">Kris Kowal</a>'s patches to make Underscore
<a href="http://wiki.commonjs.org/wiki/CommonJS">CommonJS</a> and
<a href="http://narwhaljs.org/">Narwhal</a> compliant.
</p>

<p>
<b class="header">0.2.0</b><br />
Added <tt>compose</tt> and <tt>lastIndexOf</tt>, renamed <tt>inject</tt> to
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -26,7 +26,7 @@
commonJS ? _ = exports : window._ = _;

// Current version.
_.VERSION = '0.2.1';
_.VERSION = '0.3.0';

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

Expand Down

0 comments on commit e381f7b

Please sign in to comment.