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
fbae682e8fa29c7e4e2fb2c74ed98e81ac11284b
lodash
/
test
History
Florian Friesdorf
9ab3ac44bb
move underscore test into a div
...
more comfortable to include underscore with tests in some other project.
2011-06-25 09:09:55 +02:00
..
vendor
new version of qunit ... fixing up tests.
2011-03-20 18:21:49 -04:00
arrays.js
Issue
#107
: Fixing issue with _.first([1,2,3], 0) returning first element instead of empty array.
2011-01-27 11:38:06 -05: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
move underscore test into a div
2011-06-25 09:09:55 +02:00
functions.js
updated _.delay test to use setTimeout to verify _.delay's behavior
2011-06-20 22:30:35 +08:00
objects.js
Fixed isEqual if second object has isEqual implemented and added isObject method
2011-06-07 09:48:34 +10: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