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
John-David Dalton
cc6a0ee98d
Minor .gitignore cleanup.
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
98f12fb8e1
Update qunitjs to 2.0.1.
2016-07-28 23:12:51 -07:00
John-David Dalton
e05a40bb16
Bump to v4.14.0.
4.14.0
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
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
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
a1a68bb5d7
Update async to 2.0.1 and request to 2.74.0.
2016-07-22 18:51:57 -07:00
John-David Dalton
984a10c1b1
Add isConcatSpreadable to flatten methods.
2016-07-22 18:51:57 -07:00
John-David Dalton
3c4c06cb5e
Update benchmark.js to 2.1.1.
2016-07-21 08:39:58 -07:00
John-David Dalton
8d28a5ca3f
Minor var palcement nit.
2016-07-19 17:58:58 -07:00
John-David Dalton
801c4a56c3
Remove old browser addListener helper.
2016-07-19 17:58:26 -07:00
John-David Dalton
ea000e6ce7
Style nit in sauce helper.
2016-07-19 17:58:26 -07:00
John-David Dalton
6723cdfa07
Update tested firefox version in sauce.
2016-07-18 11:29:43 -07:00
John-David Dalton
2cf10711f5
Remove toc links from site.
2016-07-18 09:01:25 -07:00
John-David Dalton
bde171e947
Update doc options.
2016-07-18 09:01:25 -07:00
John-David Dalton
2696615523
Update docdown to 0.6.1 and jscs to 3.0.7.
2016-07-18 09:01:13 -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
Samuel Greene
90d73143e1
Don't rearg zipObjectDeep ( #2503 )
2016-07-17 20:10:01 -07:00
John-David Dalton
249f0cd72c
Add _.isEqual test for transitive equivalence.
2016-07-17 20:10:01 -07:00
John-David Dalton
232cc1ab34
Minor comment typo. [ci skip]
2016-07-17 20:10:01 -07:00
Greenkeeper
2cea31cb1b
Update async to version 2.0.0 and coveralls to 2.11.11.
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
8c9073308a
Add back excused Underscore isSet test for IE11.
2016-07-17 20:10:01 -07:00
John-David Dalton
8cb5455671
Add fp.zipAll.
2016-07-17 20:10:00 -07:00
John-David Dalton
8bc44e3bff
Update qunit-extras to 2.1.0.
2016-07-17 20:10:00 -07:00
John-David Dalton
73f84baaec
Add more excused underscore debounce tests.
2016-07-17 20:10:00 -07:00
John-David Dalton
d3acace1c4
Update uglify options to disable negate_iffe.
2016-07-17 20:10:00 -07:00
Greenkeeper
7f3539d001
Update request to 2.73.0.
2016-07-17 20:10:00 -07:00
John-David Dalton
3ef19f1ab1
Add lodash-webpack-plugin reference to readme. [ci skip]
2016-07-17 20:10:00 -07:00
John-David Dalton
749b2db846
Update jquery to 3.1.0 and marky-markdown to 7.0.2.
...
chore(package): update jquery to version 3.1.0 (#2483 )
https://greenkeeper.io/
2016-07-17 20:10:00 -07:00
John-David Dalton
a3e99b5d89
Use optional-dev-dependency.
2016-07-17 20:10:00 -07:00
John-David Dalton
dbbb3fbb55
Add comments and cleanup build-site.js.
2016-07-17 20:10:00 -07:00
John-David Dalton
6eeac45d23
Update vendors.
2016-07-17 20:10:00 -07:00
John-David Dalton
5669cc0a0b
Remove hrs.
2016-07-17 20:09:59 -07:00
John-David Dalton
d986901a1c
Narrow header anchor selector.
2016-07-17 20:09:59 -07:00
John-David Dalton
5394bbf06a
Make newline formatting explicit.
2016-07-17 20:09:59 -07:00