John-David Dalton
1966ac7979
Prevent failed circular reference detection in _.defaultsDeep. [ closes #2537 ]
2016-07-28 23:12:53 -07:00
John-David Dalton
8b624217c5
Cleanup _.debounce and _.throttle docs. [ci skip]
2016-07-28 23:12:53 -07:00
John-David Dalton
40499af9b9
Fix freeModule typo.
2016-07-28 23:12:53 -07:00
John-David Dalton
b3bd359a0d
Use stubArray for easier readability.
2016-07-28 23:12:52 -07:00
John-David Dalton
80e7fe4bf9
Remove freeGlobal prerequisite for freeExports. [ closes #2527 ]
2016-07-28 23:12:52 -07:00
John-David Dalton
2bc199d7fc
Move method equivalence notes. [ci skip]
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
Brad Buchanan
c9492d79a1
Document behavior of _.debounce when wait is 0 ( #2530 )
...
Clarify that when `leading` is false a debounced method with `wait=0` will not invoke immediately, but on the next tick (like `setTimeout`), but when `leading` is true the invocation will be immediate.
2016-07-28 23:12:52 -07:00
Brad Buchanan
94c4719c0d
Fix missing semicolon ( #2529 )
...
I started on a documentation change but `npm run validate` after my initial pull revealed this linting error:
```
> jscs lodash.js
requireSemicolons: Missing semicolon after statement at lodash.js :
5864 | function isFlattenable(value) {
5865 | return isArray(value) || isArguments(value) ||
5866 | !!(spreadableSymbol && value && value[spreadableSymbol])
-----------------------------------------------------------------------^
5867 | }
5868 |
```
2016-07-28 23:12:51 -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
c73bb67486
Rebuild lodash and docs.
2016-07-28 23:12:40 -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
6a41a79ded
Move switch optimization to negate.
2016-07-23 23:33:30 -07:00
John-David Dalton
fbd9a804a9
Use negate in reject.
2016-07-23 22:11:34 -07:00
John-David Dalton
694e1175a1
Remove arity hint from lazy reject.
2016-07-23 22:11:34 -07:00
John-David Dalton
80dbd4cbfa
Add props param to basePickBy.
2016-07-23 22:11:34 -07:00
John-David Dalton
d459f4ac7c
Add more arity hints.
2016-07-23 22:11:34 -07:00
John-David Dalton
2c5c4bfbea
Remove switch statement from baseRest.
2016-07-22 21:06:15 -07:00
John-David Dalton
984a10c1b1
Add isConcatSpreadable to flatten methods.
2016-07-22 18:51:57 -07:00
John-David Dalton
8d28a5ca3f
Minor var palcement nit.
2016-07-19 17:58:58 -07:00
John-David Dalton
f98028d1d8
Cleanup doc notes. [ci skip]
2016-07-17 21:33:41 -07:00
John-David Dalton
97475fc365
Remove checkGlobal helper.
2016-07-17 20:10:01 -07:00
John-David Dalton
ea7aa52ea3
Cleanup “coerce arguments” bits of function descriptions.
2016-07-17 20:10:01 -07:00
John-David Dalton
ec4ae5978b
Add baseRest.
2016-07-17 20:10:01 -07:00
John-David Dalton
02c4d60861
Remove thisGlobal use.
2016-07-17 20:10:01 -07:00
John-David Dalton
a8d3689061
Ensure _.isEqual works more consistently with circular references.
2016-07-17 20:08:12 -07:00
Y-Less
4fb4ec5328
Links to creation equivalents for in-place modification functions. ( #2468 )
...
See issue #2467
2016-07-17 20:08:12 -07:00
John-David Dalton
fc4cc977ed
Remove backticks from package name.
2016-06-29 12:31:07 -07:00
John-David Dalton
d643bbd7e4
Add conformsTo to lodash doc block. [ci skip]
2016-06-26 09:55:47 -07:00
Dan J Miller
32158935f8
Change second param of _.invokeMap as path in docs. [ci skip]
2016-06-24 19:41:01 -07:00
John-David Dalton
50bf1ea784
Ensure _.first supports shortcut fusion. [ closes #2447 ]
2016-06-24 07:05:27 -07:00
John-David Dalton
6c673cd19b
Cleanup wrapper details helpers.
2016-06-18 12:49:47 -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
Dan J Miller
b2b3391827
Fixed display of transforms param in overArgs docs. ( #2422 )
2016-06-18 12:47:43 -07:00
John-David Dalton
19e94b8889
Move split out functions.
2016-06-18 12:47:43 -07:00
John-David Dalton
4bee8c9ead
Add docs for split out functions. [ci skip]
2016-06-18 12:47:43 -07:00
John-David Dalton
3f1ae77306
Assign pair[0] to a variable.
2016-06-18 12:47:43 -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
adac412f58
Split out setWrapToString.
2016-06-18 12:47:43 -07:00
John-David Dalton
31ca38515a
Make wrap functions more debuggable.
2016-06-18 12:47:43 -07:00
John-David Dalton
4a35929979
Cleanup wrap comments.
2016-06-18 12:47:42 -07:00
John-David Dalton
9a1b3d813a
Rename wrapper function.
2016-06-18 12:47:42 -07:00
John-David Dalton
a7a4862491
Add missing context references.
2016-06-18 12:47:42 -07:00
John-David Dalton
39bb7064e7
Minor doc nits. [ci skip]
2016-06-10 12:19:28 -07:00
John-David Dalton
32b36435f8
Add baseIsXyz helpers.
2016-06-08 10:53:49 -07:00
John-David Dalton
807ad48bbc
Add compat note to addSetEntry. [ci skip]
2016-06-07 12:19:35 -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
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
2f6b2ca0c7
Add back clearTimeout use for debounced.cancel.
2016-06-06 10:03:43 -07:00