mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +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 />
|
<b class="header">1.2.0</b> — <small><i>Oct. 5, 2011</i></small><br />
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Underscore templates now support HTML escaping interpolations, using
|
The <tt>_.isEqual</tt> function now
|
||||||
<tt><%- ... %></tt> syntax. The <tt>_.isEqual</tt> function now
|
|
||||||
supports true deep equality comparisons, with checks for cyclic structures,
|
supports true deep equality comparisons, with checks for cyclic structures,
|
||||||
thanks to Kit Cambridge.
|
thanks to Kit Cambridge.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
Underscore templates now support HTML escaping interpolations, using
|
||||||
|
<tt><%- ... %></tt> syntax.
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Ryan Tenney contributed <tt>_.shuffle</tt>, which uses a modified
|
Ryan Tenney contributed <tt>_.shuffle</tt>, which uses a modified
|
||||||
Fisher-Yates to give you a shuffled copy of an array.
|
Fisher-Yates to give you a shuffled copy of an array.
|
||||||
|
|||||||
Reference in New Issue
Block a user