Underscore 0.5.4 -- bugfix for single quotes in _.template strings

This commit is contained in:
Jeremy Ashkenas
2010-01-05 11:26:14 -05:00
parent fde8b1f63f
commit 0a8a4834b2
3 changed files with 21 additions and 14 deletions

View File

@@ -113,11 +113,11 @@
<p>
<table>
<tr>
<td><a href="underscore.js">Development Version (0.5.3)</a></td>
<td><a href="underscore.js">Development Version (0.5.4)</a></td>
<td><i>22kb, Uncompressed with Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (0.5.3)</a></td>
<td><a href="underscore-min.js">Production Version (0.5.4)</a></td>
<td><i>3kb, Packed and Gzipped</i></td>
</tr>
</table>
@@ -1067,6 +1067,13 @@ _([1, 2, 3]).value();
<h2>Change Log</h2>
<p>
<b class="header">0.5.4</b><br />
Fix for multiple single quotes within a template string for
<tt>_.template</tt>. See:
<a href="http://www.west-wind.com/Weblog/posts/509108.aspx">Rick Strahl's blog post</a>.
</p>
<p>
<b class="header">0.5.2</b><br />
New implementations of <tt>isArray</tt>, <tt>isDate</tt>, <tt>isFunction</tt>,