Jacob B
6bdb8a2f75
Add missing space in uniqWith docblock ( #3995 )
2018-10-09 16:28:28 -07:00
Muhammad Abdullah
715aae679d
add snakeCase example with digit ( #3993 )
...
add `snakeCase` example with digit
2018-10-08 07:58:33 -07:00
M Somerville
6018350ac1
Add extended and supplement combining marks ranges ( #3932 )
2018-09-02 15:00:30 -07:00
Kevin Cooper
4851183757
Update filterObject docs to reference pickBy ( #3861 )
...
* Update `filterObject` docs to reference `pickBy`.
2018-07-10 09:47:19 -07:00
Doug Brunner
ab960bdc96
Clarify doc for range usage with single arg ( #3854 )
2018-06-28 16:45:39 -07:00
John-David Dalton
4ea8c2ec24
Remove unused var from tail().
2018-06-15 06:20:07 -04:00
John-David Dalton
4ba0f8b612
Remove more methods.
2018-06-15 06:15:16 -04:00
Renjith VK
51c562256b
Add example of Array slice ( #3823 )
2018-06-12 07:36:06 -07:00
Jason Yu
b8dfb7cc14
Create fromEntries.js ( #3809 )
...
Rename fromPairs to fromEntries.
2018-06-01 06:33:34 -07:00
John-David Dalton
92a6575137
Avoid skipping set of -0 when an existing +0 exists. [ closes #3798 ]
2018-05-18 08:36:35 -07:00
Michał Lipiński
aff1928482
Tiny style correction in uniqueId and compareMultiple
2018-05-15 10:53:07 +02:00
Michał Lipiński
0d361bc7b6
Remove semicolons from sampleSize and baseClone
2018-05-15 10:50:43 +02:00
Michał Lipiński
1859802d05
Remove trailing space in slice
2018-05-15 10:48:22 +02:00
Todd Wolfson
50860fded2
Added short circuit for typed arrays ( #3786 )
2018-05-13 09:19:32 -07:00
Ryan Homer
79dc90dfcb
Allow compareMultiple to accept compare functions in addition to order strings ( #3764 )
2018-05-01 12:22:50 -07:00
John-David Dalton
04a66a01e2
Update countBy doc example to be more at a glance friendly. [ closes #3771 ]
2018-05-01 12:21:58 -07:00
John-David Dalton
fe14140c69
Drop version number from readme.
2018-04-24 11:05:59 -07:00
Evan Brodie
a9d3ca8737
Updates version on README header ( #3767 )
2018-04-24 10:17:55 -07:00
Tyler
224a256f69
Update _.union documentation ( #3758 )
...
Clarifying example as per https://github.com/lodash/lodash/issues/3757
2018-04-17 13:34:50 -07:00
Michal Glaus
da0fad328a
Fix inclusion of litteral "+" in rsMisc ( #3736 )
...
`rsDigits` contained a "+" character but was also used in negated character class.
2018-04-06 06:52:06 -07:00
Joyee Cheung
363fef0efc
internal: use util.types to migrate DEP0103 in Node.js ( #3704 )
...
- Use require('util').types instead of using process.binding('util')
to get the type checking helpers
- Rename nodeUtil to nodeTypes since that is what it is for
Refs: https://github.com/nodejs/node/pull/18415
2018-03-23 07:31:36 -07:00
Pahomov
6e4cdc0c5e
Fix npm link in README.md ( #3700 )
2018-03-22 08:38:18 -07:00
Eran Nussbaum
f73b35bb49
Implement defaultToAny method ( #3615 )
2018-03-08 08:05:12 -08:00
alireza valizade
c1f805f497
use isObjectLike module instead of (typeof value == 'object' && value !== null) in another modules ( #3650 )
2018-02-19 00:26:01 -08:00
Dean Merchant
678eb000b7
Add string example to isEmpty docs ( #3647 )
...
While this is covered in the the description above, there exist examples for arrays and objects and I think this gives 'at a glance' confirmation that the function works as intended with strings.
2018-02-17 10:47:32 -08:00
Юра Панарин
7f24cab7dd
add uniq Map for generated ID ( #3644 )
2018-02-13 09:39:08 -08:00
Jan Niklas Fingerle
54f05aa5cb
Update documentation in slice.js ( #3631 )
...
Even though #3627 has been closed, negative indexes should be documented.
2018-02-06 08:41:01 -08:00
John-David Dalton
47a6d538f5
Cleanup compareAscending and remove hardcoded locale.
2018-01-26 01:48:10 -08:00
靳晓松
803c05dc68
Support locales in sorting methods ( #3602 )
2018-01-25 23:15:54 -08:00
Oscar Hallgren
77c128fc20
Changed to function as documented. ( #3596 )
2018-01-19 16:05:02 -08:00
John-David Dalton
75690245aa
Add the accepted customizer arguments to cloneDeepWith docs.
2018-01-14 09:06:30 -08:00
John-David Dalton
e9562a6ce3
Update argument count for cloneWith customizer. [ closes #3582 ]
2018-01-09 10:08:44 -08:00
Matt Lubner
d985dbffb8
rAF as default for debounce/throtte ( #3560 ) ( #3567 )
...
Uses rAF by default for debounce/throtte unless `wait` is specified. (#3560 )
2018-01-01 12:05:08 -06:00
John-David Dalton
fa73d46885
Enable _.words to detect ordinals in compound words. [ closes #3561 ]
2017-12-29 10:28:08 -06:00
AlexanderLukin
b2ea6b1cd2
Remove duplicated "by which" words from the doc ( #3534 )
2017-12-06 00:06:26 -08:00
Sean Larkin
3a330e0cb7
feat(sideEffects): Set sideEffects false for opt. ( #3533 )
...
This adds the webpack v4 sideEffects optimization. Since we are now in alpha I wanted to help ensure this gets out there so people testing webpack v4 can see the instant wins. <3
2017-12-05 15:45:38 -08:00
GCHQDeveloper500
462bc9bf3b
Update license file with MIT title ( #3498 )
2017-11-18 10:01:18 -08:00
Liang Zhao
40e096b6d5
Fix operator in createMathOperation. ( #3499 )
2017-11-17 07:04:34 -08:00
Younes Fkihi
8464b184b7
Remove map examples from parseInt and trim ( #3487 )
2017-11-10 07:45:27 -08:00
Michał Lipiński
c3b3c71b0a
Tiny style correction in createMathOperation.
2017-11-08 22:45:41 +01:00
Michał Lipiński
76c2e0accb
Revert "Fix typo in escapeRegExp ( #3448 )"
...
This reverts commit 102d9e34d7 .
2017-11-08 22:40:28 +01:00
Tim Dorr
b36f21cbaf
Faster/simpler isPlainObject check ( #3483 )
...
Faster/simpler isPlainObject check.
This runs up the prototype chain to check equivalency. When run in a cross-realm environment (differing contexts, iframes, etc), this ensures we're checking the value's prototype matches its context-specific instance of Object.
This is faster than calling `toString()` on the constructor. There's still the `baseGetTag()` call, which does its own `toString()`, but this swaps out one for cross-realm stuff. It's also a bit simpler to understand, I think.
2017-11-08 11:11:20 -08:00
Nazar Mokrynskyi
e23c874272
Tiny performance improvement by not compiling regular expression each time ( #3479 )
2017-11-07 06:32:08 -08:00
Younes Fkihi
424d9fc34e
Fix typo in inRange ( #3478 )
2017-11-06 13:44:18 -06:00
JiaWen Peng
30d305da0f
Modify the logic to make the code more intuitive ( #3472 )
2017-11-04 07:08:43 -05:00
JiaWen Peng
7c006f7445
Fix #3466 ( #3467 )
2017-11-01 20:38:28 -07:00
Younes Fkihi
102d9e34d7
Fix typo in escapeRegExp ( #3448 )
2017-10-25 12:57:20 -07:00
Matthew Dordal
e8c87cfc45
Ignore log files that end with random numbers ( #3445 )
2017-10-23 09:23:41 -07:00
Younes Fkihi
bcd2c35604
Fix typo in parseInt ( #3433 )
2017-10-18 00:44:38 -07:00
Michał Lipiński
413a38cdf2
Remove trailing space in sortedUniq.
2017-10-16 12:04:12 +02:00