John-David Dalton
|
259bdb6151
|
Add realm tests for maps, promises, and sets.
|
2016-03-26 14:09:36 -07:00 |
|
John-David Dalton
|
12438fa0d7
|
Ensure _.isEqual compares promises by reference.
|
2016-03-26 13:59:53 -07:00 |
|
John-David Dalton
|
0dfe176fe6
|
Make pad methods default to a chars of " " if chars is an empty string.
|
2016-03-26 12:14:02 -07:00 |
|
John-David Dalton
|
0f3338013e
|
Update sauce browsers.
|
2016-03-25 19:03:47 -07:00 |
|
John-David Dalton
|
dcc239b070
|
Add falsey iteratee tests.
|
2016-03-25 16:36:47 -07:00 |
|
Tucker Whitehouse
|
06316f1d47
|
Add _.meanBy.
|
2016-03-24 21:41:41 -07:00 |
|
Federico De Giuli
|
271f64ee3f
|
Make _.isEmpty work as expected on buffers.
|
2016-03-24 21:41:41 -07:00 |
|
John-David Dalton
|
016de80ce7
|
Add debounce/throttle test for calling cancel and flush without anything queued.
|
2016-03-24 10:54:23 -07:00 |
|
John-David Dalton
|
577226bbd0
|
Add number object tests to number coercion methods.
|
2016-03-24 10:54:23 -07:00 |
|
John-David Dalton
|
1670800df3
|
Add test for crawling functions with _.result.
|
2016-03-24 10:54:23 -07:00 |
|
John-David Dalton
|
f65d36b3c1
|
Make _.result resolve values of functions as it deep crawls over them.
|
2016-03-23 00:44:36 -07:00 |
|
John-David Dalton
|
24cef1a919
|
Add other realm maps/sets tests for _.size.
|
2016-03-21 21:00:29 -07:00 |
|
John-David Dalton
|
5fe373f7aa
|
Add support for deep cloning maps and sets.
|
2016-03-21 21:00:19 -07:00 |
|
John-David Dalton
|
25eb4df563
|
Add support for maps and sets to _.size.
|
2016-03-21 20:16:15 -07:00 |
|
John-David Dalton
|
6d587bdf34
|
Add -0 test for math operator methods.
|
2016-03-21 20:04:46 -07:00 |
|
John-David Dalton
|
03dd9df78e
|
Remove unneeded assert in indexOf test.
|
2016-03-21 08:46:23 -07:00 |
|
John-David Dalton
|
7d8531d6ed
|
Add _.divide and _.multiply tests.
|
2016-03-20 11:03:29 -07:00 |
|
John-David Dalton
|
ab77d9d83a
|
Add more math operation method tests.
|
2016-03-20 10:16:03 -07:00 |
|
John-David Dalton
|
ef95f165ff
|
Fix npm build tests.
|
2016-03-20 01:10:23 -07:00 |
|
John-David Dalton
|
984bcc556e
|
Add fp.isMatchWith test.
|
2016-03-20 00:26:58 -07:00 |
|
John-David Dalton
|
01d961bad8
|
Ensure fp.isEqualWith rearg is (c,a,b). [closes #2131]
|
2016-03-19 23:40:14 -07:00 |
|
John-David Dalton
|
6eb0cb1565
|
Add _.divide and _.multiply.
|
2016-03-19 23:01:40 -07:00 |
|
John-David Dalton
|
b2bff1ad45
|
Ensure array sequence methods don't error for falsey values.
|
2016-03-19 22:51:32 -07:00 |
|
John-David Dalton
|
6ed9c005d7
|
Make fp.invokeArgs and fp.invokeArgsMap arg signature (b,c,a).
|
2016-03-18 08:29:41 -07:00 |
|
John-David Dalton
|
6ef8693bf0
|
Update case examples.
|
2016-03-17 21:11:32 -07:00 |
|
John-David Dalton
|
9735961090
|
Ensure _.startCase only uppercases the first character of each word.
|
2016-03-17 21:11:32 -07:00 |
|
John-David Dalton
|
b61d30da1a
|
Make fp.without an alias of fp.difference. [closes #2122]
|
2016-03-17 21:10:36 -07:00 |
|
John-David Dalton
|
2b4f271899
|
Add fp.invokeArgsMap.
|
2016-03-17 21:10:36 -07:00 |
|
John-David Dalton
|
c83857c42a
|
Minor non- nits. [ci skip]
|
2016-03-15 08:38:55 -07:00 |
|
John-David Dalton
|
b95d1d6123
|
Ensure _.mergeWith sources are cloned when customizer returns undefiend. [closes #2111]
|
2016-03-15 08:32:23 -07:00 |
|
John-David Dalton
|
7d1d7d909a
|
Add fp padChars methods.
|
2016-03-14 22:17:46 -07:00 |
|
John-David Dalton
|
c89a80357c
|
Cleanup fp convert tests.
|
2016-03-14 22:16:20 -07:00 |
|
John-David Dalton
|
1bbb24fa0c
|
Add fp.convert.
|
2016-03-14 10:53:40 -07:00 |
|
John-David Dalton
|
65fd579ed2
|
Add fp.invokeArgs.
|
2016-03-13 16:34:07 -07:00 |
|
John-David Dalton
|
f3279b7ee1
|
Wrap fp.getOr test in an IIFE.
|
2016-03-13 15:30:32 -07:00 |
|
John-David Dalton
|
4d185ae7b5
|
Add fp.restFrom and fp.spreadFrom.
|
2016-03-13 15:30:01 -07:00 |
|
John-David Dalton
|
c7319d004d
|
Add non-function constructor tests for _.isMap, _.isSet, and _.isWeakMap.
|
2016-03-10 16:33:29 -08:00 |
|
John-David Dalton
|
ecfa002a05
|
Update Edge testing in Sauce.
|
2016-03-09 16:55:34 -08:00 |
|
Brandon Wallace
|
864e14cb20
|
Refactor debounce to simplify, reduce timers, fix bugs.
|
2016-03-07 22:24:04 -08:00 |
|
John-David Dalton
|
092f90d2fc
|
Cleanup sorting test results.
|
2016-03-07 08:11:59 -08:00 |
|
John-David Dalton
|
49b33d667d
|
Add toPairs test for inherited string keyed properties.
|
2016-03-07 08:04:11 -08:00 |
|
John-David Dalton
|
63b097329c
|
Minor curried label nits. [ci skip]
|
2016-03-07 07:41:18 -08:00 |
|
John-David Dalton
|
2c3ab276ea
|
Add _.entries and _.entriesIn aliases.
|
2016-03-06 22:56:48 -08:00 |
|
John-David Dalton
|
230c18d5d6
|
Add fp.flatMapDepth test.
|
2016-03-06 19:13:43 -08:00 |
|
John-David Dalton
|
c16e64cd36
|
Remove unneeded flatMap lazy chaining tests.
|
2016-03-06 19:12:47 -08:00 |
|
John-David Dalton
|
64704e16c1
|
Add _.flatMapDeep and _.flatMapDepth.
|
2016-03-06 11:15:04 -08:00 |
|
John-David Dalton
|
8ac1d54858
|
Add fast path for numbers in _.toNumber.
|
2016-03-05 16:56:59 -08:00 |
|
John-David Dalton
|
0a9af2968e
|
Add primitives tests.
|
2016-03-05 16:54:37 -08:00 |
|
John-David Dalton
|
7eba5a2221
|
Ensure _.toNumber works with symbol objects without a valueOf method.
|
2016-03-05 16:16:49 -08:00 |
|
John-David Dalton
|
a6c88a173b
|
Ensure _.toPath returns a new array.
|
2016-03-04 18:02:28 -08:00 |
|