mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Underscore 0.5.4 -- bugfix for single quotes in _.template strings
This commit is contained in:
11
index.html
11
index.html
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user