John-David Dalton
|
37813c3826
|
Add _.negate test for accepting multiple arguments.
|
2016-08-11 23:05:28 -07:00 |
|
John-David Dalton
|
14fb27ce77
|
Update _.debounce test to hit code branch.
|
2016-08-10 18:44:46 -07:00 |
|
John-David Dalton
|
ba86e20179
|
Fix IE 9 test fails.
|
2016-08-06 20:08:43 -07:00 |
|
John-David Dalton
|
a98667ca05
|
Remove old JIT and engine bug guards.
|
2016-08-03 22:06:03 -07:00 |
|
John-David Dalton
|
a4947139a6
|
Overwrite primitives in paths of set methods. [closes #2558]
|
2016-08-03 10:48:22 -07:00 |
|
John-David Dalton
|
c01e7580cd
|
Avoid error in Edge accessing localStorage when loading tests via the file: protocol.
|
2016-08-03 08:34:40 -07:00 |
|
John-David Dalton
|
642690e692
|
Fix failing amd test.
|
2016-07-30 12:10:46 -07:00 |
|
John-David Dalton
|
712eeb009f
|
Add missing semicolon. [ci skip]
|
2016-07-29 00:40:38 -07:00 |
|
John-David Dalton
|
de07e3f874
|
Add keys methods tests for array-like values.
|
2016-07-28 23:12:52 -07:00 |
|
John-David Dalton
|
c7e8953b68
|
Cleanup array-like tests.
|
2016-07-28 23:12:52 -07:00 |
|
John-David Dalton
|
9b710d8e81
|
Use _.toFinite in random and range methods.
|
2016-07-28 23:12:52 -07:00 |
|
John-David Dalton
|
c253e8d7b8
|
Ensure paths with consecutive empty brackets or dots are parsed correctly.
|
2016-07-28 23:12:51 -07:00 |
|
John-David Dalton
|
3ad0cbc86d
|
Minor _.includes test cleanup.
|
2016-07-24 08:38:09 -07:00 |
|
John-David Dalton
|
6402af7db9
|
Use String#slice instead of String#indexOf for _.endsWith and _.startsWith.
|
2016-07-24 08:38:09 -07:00 |
|
John-David Dalton
|
984a10c1b1
|
Add isConcatSpreadable to flatten methods.
|
2016-07-22 18:51:57 -07:00 |
|
John-David Dalton
|
249f0cd72c
|
Add _.isEqual test for transitive equivalence.
|
2016-07-17 20:10:01 -07:00 |
|
John-David Dalton
|
6eeac45d23
|
Update vendors.
|
2016-07-17 20:10:00 -07:00 |
|
John-David Dalton
|
9ab55443eb
|
Fix _.isEqualWith and _.isMatchWith test fails.
|
2016-07-17 20:09:59 -07:00 |
|
John-David Dalton
|
a64b629333
|
Combine _.isMatch and _.matches tests.
|
2016-06-29 12:31:07 -07:00 |
|
John-David Dalton
|
1163bfac5c
|
Add _.conformsTo tests.
|
2016-06-29 12:31:07 -07:00 |
|
John-David Dalton
|
50bf1ea784
|
Ensure _.first supports shortcut fusion. [closes #2447]
|
2016-06-24 07:05:27 -07:00 |
|
John-David Dalton
|
3bd5703bdb
|
Downgrade QUnit for Backbone test support.
|
2016-06-18 21:30:38 -07:00 |
|
John-David Dalton
|
c8ff2b4612
|
Update qunit to 2.0.0.
|
2016-06-18 12:49:48 -07:00 |
|
Brandon Horst
|
9605072200
|
Formalize which value is picked by _.unionBy and _.unionWith to pick the result from the first array in which it occurs.
|
2016-06-18 12:47:44 -07:00 |
|
John-David Dalton
|
9cabc7c222
|
Ensute _.assignWith respects customizer results of undefined. [closes #2424]
|
2016-06-18 12:47:44 -07:00 |
|
John-David Dalton
|
9f6d6d7b37
|
Remove isFlattenableIteratee predicate to resolve regression. [closes #2418]
|
2016-06-18 12:47:43 -07:00 |
|
John-David Dalton
|
b5842314b4
|
Make LARGE_ARRAY_SIZE check in stackSet align with others.
|
2016-06-07 08:33:48 -07:00 |
|
John-David Dalton
|
efb4db2b86
|
Isolate caches of tests.
|
2016-06-07 07:20:01 -07:00 |
|
John-David Dalton
|
ecbf8cd722
|
Add map cache test for changing values.
|
2016-06-07 07:08:33 -07:00 |
|
John-David Dalton
|
9992144130
|
Cleanup clone tests.
|
2016-06-07 07:08:14 -07:00 |
|
John-David Dalton
|
43d1ca89c2
|
Add _.ary and _.unary tests for this binding and minimum arg count.
|
2016-06-06 17:49:33 -07:00 |
|
John-David Dalton
|
51e619b18f
|
Cleanup this binding test labels.
|
2016-06-06 17:48:35 -07:00 |
|
John-David Dalton
|
21df7426e2
|
Ensure _.divide and _.multiply return 1 when no arguments are specified. [closes #2405]
|
2016-06-06 15:58:24 -07:00 |
|
John-David Dalton
|
762748684e
|
Add _.conformsTo.
|
2016-06-05 15:08:39 -07:00 |
|
John-David Dalton
|
1740ee91da
|
Minor space nit. [ci skip]
|
2016-05-26 07:15:18 -07:00 |
|
John-David Dalton
|
90f95306f9
|
Make _.defaultTo return the defaultValue for NaN and nullish values.
|
2016-05-26 07:15:18 -07:00 |
|
John-David Dalton
|
0964f9175e
|
Cleanup test descriptions with NaN. [ci skip]
|
2016-05-26 07:15:17 -07:00 |
|
John-David Dalton
|
6e67ebab05
|
Cleanup _.defaultTo.
|
2016-05-25 08:46:14 -07:00 |
|
Mateo Calle
|
5fbc5303ff
|
Added _.defaultTo. (#2381)
|
2016-05-24 21:35:56 -07:00 |
|
John-David Dalton
|
8a376f647e
|
Cleanup iteratee arguments test labels.
|
2016-05-23 23:56:55 -07:00 |
|
John-David Dalton
|
050087f6c4
|
Cleanup "find" tests.
|
2016-05-23 23:56:23 -07:00 |
|
John-David Dalton
|
c67e347255
|
Make _.isEqual treat invalid dates as equiv.
|
2016-05-23 16:39:54 -07:00 |
|
John-David Dalton
|
a2617d810c
|
Add failing tests for #2367.
|
2016-05-23 08:47:24 -07:00 |
|
John-David Dalton
|
607ba653f7
|
Update doc examples and tests for _.difference, _.intersection, _.union, _.uniq, and _.xor methods.
|
2016-05-22 19:04:32 -07:00 |
|
John-David Dalton
|
e8b3b2dc31
|
Use isEven in _.remove test.
|
2016-05-22 01:08:26 -07:00 |
|
John-David Dalton
|
5d72eec742
|
Reorg find tests.
|
2016-05-22 01:08:26 -07:00 |
|
John-David Dalton
|
91242440fc
|
Should not ignore empty brackes and dots.
|
2016-05-20 08:42:03 -07:00 |
|
John-David Dalton
|
68ae6fc212
|
Ensure round methods don't return NaN for large precision values.
|
2016-05-20 08:15:24 -07:00 |
|
John-David Dalton
|
9cbb50d3a6
|
Remove unnecessary defineProperty guards.
|
2016-05-19 21:36:29 -07:00 |
|
John-David Dalton
|
47635b9978
|
Assign setTimeout to itself to avoid leak detection.
|
2016-05-19 21:35:44 -07:00 |
|