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