mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Merge branch 'master' into gh-pages
This commit is contained in:
@@ -1346,11 +1346,14 @@ _([1, 2, 3]).value();
|
||||
<b class="header">1.2.0</b> — <small><i>Oct. 5, 2011</i></small><br />
|
||||
<ul>
|
||||
<li>
|
||||
Underscore templates now support HTML escaping interpolations, using
|
||||
<tt><%- ... %></tt> syntax. The <tt>_.isEqual</tt> function now
|
||||
The <tt>_.isEqual</tt> function now
|
||||
supports true deep equality comparisons, with checks for cyclic structures,
|
||||
thanks to Kit Cambridge.
|
||||
</li>
|
||||
<li>
|
||||
Underscore templates now support HTML escaping interpolations, using
|
||||
<tt><%- ... %></tt> syntax.
|
||||
</li>
|
||||
<li>
|
||||
Ryan Tenney contributed <tt>_.shuffle</tt>, which uses a modified
|
||||
Fisher-Yates to give you a shuffled copy of an array.
|
||||
|
||||
Reference in New Issue
Block a user