This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
lodash
Watch
1
Star
0
Fork
0
You've already forked lodash
mirror of
https://github.com/whoisclebs/lodash.git
synced
2026-01-31 23:37:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e449b00a26d0bfc29c0be42f1ea98c7d8f5493b9
lodash
/
test
History
Malcolm Locke
e449b00a26
Add guard check to _.last()
...
Allows _.last() to work as expected with _.map().
2011-09-01 01:10:10 +12:00
..
vendor
new version of qunit ... fixing up tests.
2011-03-20 18:21:49 -04:00
arrays.js
Add guard check to _.last()
2011-09-01 01:10:10 +12:00
chaining.js
(breaking change) moving _.reduce's method signature to that of ECMA5. _.reduce(obj, iterator, memo). Updated tests and docs.
2010-07-15 09:50:55 -04:00
collections.js
reverting a non-important change that broke reduceRight in IE.
2011-07-13 12:58:36 -04:00
functions.js
updated _.delay test to use setTimeout to verify _.delay's behavior
2011-06-20 22:30:35 +08:00
objects.js
Issue
#243
. _.functions now also returns the names of function defined in the prototype chain.
2011-07-13 11:09:51 -04:00
speed.js
merging in iamnoah's optimizations for the isType family of functions, and other references to core prototoypes
2009-12-09 12:44:55 -05:00
temp_tests.html
replacing all isType tests that relied on string comparisons with versions that check for existence of known methods and properties. Less safe, but more than an order of magnitude faster.
2010-01-01 19:05:34 -05:00
temp.js
added suggested speed boost for isNumber
2010-01-20 13:50:08 -05:00
test.html
move underscore test into a div
2011-06-25 09:09:55 +02:00
utility.js
Issue
#70
-- implementing each, find, all, any, etc. without the use of a try/catch/throw. Minor speedup + avoids destroying the stack trace.
2010-12-01 11:08:34 -05:00