Underscore 1.1.1

This commit is contained in:
Jeremy Ashkenas
2010-10-05 17:52:36 -04:00
parent a80550ccd2
commit faa672ecd9
7 changed files with 29 additions and 20 deletions

View File

@@ -114,11 +114,11 @@
<table>
<tr>
<td><a href="underscore.js">Development Version (1.1.0)</a></td>
<td><a href="underscore.js">Development Version (1.1.1)</a></td>
<td><i>25kb, Uncompressed with Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (1.1.0)</a></td>
<td><a href="underscore-min.js">Production Version (1.1.1)</a></td>
<td><i>3kb, Packed and Gzipped</i></td>
</tr>
</table>
@@ -1165,6 +1165,13 @@ _([1, 2, 3]).value();
<h2>Change Log</h2>
<p>
<b class="header">1.1.1</b><br />
Improved the speed of <tt>_.template</tt>, and its handling of multiline
interpolations. Ryan Tenney contributed optimizations to many Underscore
functions. An annotated version of the source code is now available.
</p>
<p>
<b class="header">1.1.0</b><br />
The method signature of <tt>_.reduce</tt> has been changed to match