Underscore 0.5.7 is on the books

This commit is contained in:
Jeremy Ashkenas
2010-01-20 13:17:28 -05:00
parent 7ec091cc55
commit 52ac3db77c
3 changed files with 18 additions and 12 deletions

View File

@@ -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