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