John-David Dalton
|
0125ff7303
|
Cleanup fp test labels and args tests.
|
2016-04-23 11:31:14 -07:00 |
|
John-David Dalton
|
fbc91cf7ae
|
Add iteratee arity hints to forEach methods. [closes #2277]
|
2016-04-23 11:29:52 -07:00 |
|
John-David Dalton
|
43c26b5d6f
|
Ensure matches methods match arrays with duplicate values. [closes #2270]
|
2016-04-22 23:02:54 -07:00 |
|
John-David Dalton
|
4e38f70e0e
|
Update cache implementations.
|
2016-04-22 23:02:46 -07:00 |
|
John-David Dalton
|
e2c86dac63
|
Ensure fp.update does not convert end of path to an object. [closes #2271]
|
2016-04-22 08:46:35 -07:00 |
|
John-David Dalton
|
a0db54b53f
|
Add tests for _.sortedIndex with nulls and symbols.
|
2016-04-21 08:29:44 -07:00 |
|
John-David Dalton
|
32b813e42b
|
Ensure sortedIndex methods align with sortBy for symbols.
|
2016-04-21 06:56:07 -07:00 |
|
John-David Dalton
|
3c144b8601
|
Ensure _.sortBy moves symbols to the end.
|
2016-04-21 01:01:00 -07:00 |
|
John-David Dalton
|
076e4e6db5
|
Add math operator method tests for objects.
|
2016-04-21 01:00:59 -07:00 |
|
John-David Dalton
|
2ea08ccd36
|
Add math operator method tests for symbols.
|
2016-04-21 00:44:56 -07:00 |
|
John-David Dalton
|
38edd713e4
|
Ensure punctuation is not treated as words. [closes #2268]
|
2016-04-20 16:23:46 -07:00 |
|
John-David Dalton
|
6987d70dc2
|
Only avoid converting -0 to 0 if comparator is provided.
|
2016-04-20 16:05:21 -07:00 |
|
John-David Dalton
|
0429434dbb
|
Ensure -0 is treated as 0.
|
2016-04-20 00:51:25 -07:00 |
|
John-David Dalton
|
80f35ee713
|
Add _.uniq tests for -0.
|
2016-04-20 00:25:31 -07:00 |
|
John-David Dalton
|
ca3b583695
|
Add wrapped values tests.
|
2016-04-19 17:42:46 -07:00 |
|
John-David Dalton
|
c2cbb06d57
|
Add _.difference and _.intersection tests for -0.
|
2016-04-19 16:57:41 -07:00 |
|
John-David Dalton
|
f6bf8d2e6d
|
Cleanup -0 tests.
|
2016-04-19 12:38:00 -07:00 |
|
John-David Dalton
|
60c89b2754
|
Add _.invoke test for -0 key.
|
2016-04-19 12:37:47 -07:00 |
|
John-David Dalton
|
b72fba911d
|
Cleanup wrapper resets and add assert for returning function object values.
|
2016-04-19 11:26:55 -07:00 |
|
John-David Dalton
|
3930c388e4
|
Fix Safari 9.0 flaky test fail.
|
2016-04-19 10:23:03 -07:00 |
|
John-David Dalton
|
ddf5ef0839
|
Add even more -0 tests.
|
2016-04-19 08:24:33 -07:00 |
|
John-David Dalton
|
c66947405b
|
Add omit and pick tests for -0 keys.
|
2016-04-19 00:24:09 -07:00 |
|
John-David Dalton
|
ad27b62343
|
Add tests for -0 keys.
|
2016-04-19 00:23:16 -07:00 |
|
John-David Dalton
|
5283b0f407
|
Use _.startCase.
|
2016-04-18 22:30:24 -07:00 |
|
John-David Dalton
|
af41f9267a
|
Add test for combining enclosing circle backslash.
|
2016-04-18 22:03:56 -07:00 |
|
John-David Dalton
|
c2e018b2ac
|
Avoid rate limiting by Sauce.
|
2016-04-18 21:23:09 -07:00 |
|
John-David Dalton
|
ba58f35f37
|
Add arguments object test for values methods.
|
2016-04-18 17:48:26 -07:00 |
|
John-David Dalton
|
27dfe542bd
|
Use baseToString in _.truncate.
|
2016-04-17 07:18:39 -07:00 |
|
John-David Dalton
|
1a1e0e1a6b
|
Ensure _.pullAt sorts indexes greater than 9 correctly. [closes #2254]
|
2016-04-15 07:17:48 -07:00 |
|
John-David Dalton
|
f6c14ec31f
|
Add jscs "disallowUnusedVariables" rule.
|
2016-04-15 07:17:48 -07:00 |
|
John-David Dalton
|
a532773703
|
Cleanup debounce and throttle tests.
|
2016-04-13 22:08:55 -07:00 |
|
ben robbins
|
44b9b085c0
|
Add test for _.debounce with a wait of 0.
|
2016-04-13 18:16:50 -07:00 |
|
John-David Dalton
|
7e885a4ddd
|
Add _.words unit test for contractions.
|
2016-04-13 08:21:17 -07:00 |
|
John-David Dalton
|
a3c1f42708
|
Add _.nth and _.nthArg tests.
|
2016-04-13 01:09:12 -07:00 |
|
John-David Dalton
|
d3ef5a3acb
|
Use noop instead of alwaysUndefined.
|
2016-04-13 01:09:12 -07:00 |
|
John-David Dalton
|
4275a73170
|
Add support for contractions to case methods.
|
2016-04-12 21:48:52 -07:00 |
|
John-David Dalton
|
78a157d675
|
Move _.map test order around.
|
2016-04-12 21:48:52 -07:00 |
|
John-David Dalton
|
3c37f290a8
|
Add unwrapped chain test for nth.
|
2016-04-12 09:38:22 -07:00 |
|
John-David Dalton
|
b424f3b60f
|
Ensure fp.over doesn't cap its iteratee args.
|
2016-04-12 08:14:04 -07:00 |
|
John-David Dalton
|
201ea9a9f0
|
Add shorthand tests for sortBy and over methods.
|
2016-04-11 22:46:38 -07:00 |
|
John-David Dalton
|
2469af6c3f
|
Add _.nth.
|
2016-04-11 22:46:33 -07:00 |
|
John-David Dalton
|
091b5fbe30
|
Make _.head avoid accessing array when its length is 0.
|
2016-04-11 17:34:49 -07:00 |
|
John-David Dalton
|
e60e97c03f
|
Ensure _.debounce queues a trailing call after maxWait. [closes #2229]
|
2016-04-10 20:50:51 -07:00 |
|
John-David Dalton
|
17e1a6dbe8
|
Ensure _.slice handles a limit of 0 in Node 0.10.
|
2016-04-09 00:53:07 -07:00 |
|
John-David Dalton
|
c7264e3f1f
|
Add isIterateeCall check to _.split.
|
2016-04-08 11:03:18 -07:00 |
|
John-David Dalton
|
349ec35c48
|
Add flow test for handling an empty array.
|
2016-04-08 11:03:18 -07:00 |
|
John-David Dalton
|
057dd5b0a8
|
Minor escapeRegExp test nit.
|
2016-04-08 11:03:18 -07:00 |
|
John-David Dalton
|
c1958daf65
|
Update handling of limit to the current es6 draft.
|
2016-04-08 11:03:10 -07:00 |
|
John-David Dalton
|
977264f55b
|
Fix split test fails across enviros.
|
2016-04-08 02:07:13 -07:00 |
|
John-David Dalton
|
e776e679af
|
Ensure _.split works with emojis.
|
2016-04-08 01:20:49 -07:00 |
|