mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
adding Andri's link to the changelog
This commit is contained in:
@@ -1152,8 +1152,9 @@ _([1, 2, 3]).value();
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b class="header">1.0.4</b><br />
|
<b class="header">1.0.4</b><br />
|
||||||
Andri Möll contributed the <tt>_.memoize</tt> function, which can be
|
<a href="http://themoell.com/">Andri Möll</a> contributed the <tt>_.memoize</tt>
|
||||||
used to speed up expensive repeated computations by caching the results.
|
function, which can be used to speed up expensive repeated computations
|
||||||
|
by caching the results.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -1248,7 +1249,8 @@ _([1, 2, 3]).value();
|
|||||||
<b class="header">0.5.1</b><br />
|
<b class="header">0.5.1</b><br />
|
||||||
Added an <tt>_.isArguments</tt> function. Lots of little safety checks
|
Added an <tt>_.isArguments</tt> function. Lots of little safety checks
|
||||||
and optimizations contributed by
|
and optimizations contributed by
|
||||||
<a href="http://github.com/iamnoah/">Noah Sloan</a> and Andri Möll.
|
<a href="http://github.com/iamnoah/">Noah Sloan</a> and
|
||||||
|
<a href="http://themoell.com/">Andri Möll</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user