mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Underscore 0.5.7 is on the books
This commit is contained in:
10
index.html
10
index.html
@@ -111,11 +111,11 @@
|
||||
<p>
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="underscore.js">Development Version (0.5.6)</a></td>
|
||||
<td><a href="underscore.js">Development Version (0.5.7)</a></td>
|
||||
<td><i>22kb, Uncompressed with Comments</i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="underscore-min.js">Production Version (0.5.6)</a></td>
|
||||
<td><a href="underscore-min.js">Production Version (0.5.7)</a></td>
|
||||
<td><i>3kb, Packed and Gzipped</i></td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1084,6 +1084,12 @@ _([1, 2, 3]).value();
|
||||
|
||||
<h2>Change Log</h2>
|
||||
|
||||
<p>
|
||||
<b class="header">0.5.7</b><br />
|
||||
A safer implementation of <tt>_.isArguments</tt>, thanks to
|
||||
<a href="http://jedschmidt.com/">Jed Schmidt</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b class="header">0.5.6</b><br />
|
||||
Customizable delimiters for <tt>_.template</tt>, contributed by
|
||||
|
||||
Reference in New Issue
Block a user