jdalton
afcd5bc1e8
Update security policy
2024-10-06 13:19:41 -04:00
KEHyeon
6a2cc1dfcf
chore: combine the if statements into one ( #5785 )
2024-07-10 15:56:03 -05:00
ygj6
a67a085cc0
fix: inRange test ( #5821 )
2024-04-15 22:55:09 -04:00
김진범
c7c70a7da5
test: add some cases ( #5789 )
2024-01-11 09:07:57 -08:00
tison
aa18212085
test: fix cannot find root ( #5741 )
...
Signed-off-by: tison <wander4096@gmail.com >
2023-09-27 10:00:44 -07:00
jdalton
a79c5c434c
wip: unit test fixes continued
2023-09-21 07:45:49 -07:00
tison
bd518dd906
test: partially fix broken tests ( #5733 )
...
* test: fix throttle.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix pickBy.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix isBuffer.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: partially fix attempt.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: partially fix dropRightWhile.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix defer.spec.js and rest.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix invoke.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix isArray.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: partially fix iteration-methods.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix xor-methods.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix property.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix ary.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix omit-methods.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix debounce-and-throttle.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix unzip-and-zip.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix toPairs-methods.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix exit-early.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: temporarily comment out takeWhile and dropWhile tests
Signed-off-by: tison <wander4096@gmail.com >
* test: partially fix union*.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix startsWith-and-endsWith.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix isNil.spec.js
Signed-off-by: tison <wander4096@gmail.com >
* test: fix some of syntax errors
Signed-off-by: tison <wander4096@gmail.com >
---------
Signed-off-by: tison <wander4096@gmail.com >
2023-09-21 07:40:27 -07:00
tison
49683ffd5d
ci: make it work ( #5728 )
...
Signed-off-by: tison <wander4096@gmail.com >
2023-09-19 15:11:00 -07:00
jdalton
5308be3ba6
wip: code formatting nits continued
2023-09-17 11:28:57 -07:00
jdalton
b5c59317ea
wip: code formatting nits continued
2023-09-16 22:59:56 -07:00
jdalton
0b28b7f7b6
wip: code formatting nits
2023-09-16 16:18:43 -07:00
jdalton
97d4a2fe19
wip: migrate to bun
2023-09-16 14:47:50 -07:00
Jacob
2da024c3b4
perf: use === instead of == ( #5118 )
2021-04-23 11:25:37 -06:00
Arslan Ahmad
540148d2c0
Update tests.yml ( #5140 )
...
`npm cit` is short for `npm ci` and `npm test`
2021-04-23 11:18:47 -06:00
Benjamin Tan
2f79053d7b
Enable GitHub Actions CI.
2020-12-21 21:55:43 +08:00
Benjamin Tan
5aaf898a8f
Fix ESLint errors and tests.
...
I've commented out a test for `_.merge` and will re-look it as I
gradually cleanup the codebase.
2020-12-21 21:52:57 +08:00
Benjamin Tan
bcd0610069
Cleanup package.json and CONTRIBUTING.md.
...
The master branch has been in flux for a pretty long time, so leaving
the broken npm scripts and messages in CONTRIBUTING.md doesn't make
sense and has been confusing to contributors. This commit removes broken
npm scripts and removes all unnecessary dependencies for now.
2020-12-21 21:49:59 +08:00
Clara Bennett
2f900b62fe
Remove outdated contributor tips ( #5008 )
...
The `opt-cli` pre-push functionality was removed from lodash just a few days
after it was added (see 2cd12c38e3 ),
but the documentation encouraging contributors to use it still remains.
Remove to avoid confusion for new contributors.
2020-12-20 14:58:02 +08:00
thxiami
e0029485ab
Update links in CONTRIBUTING.md & README.md ( #4829 )
2020-10-28 21:24:25 +01:00
Utkarsh Kukreti
86a852fe76
Changing font-style to monospace for '--save' option in README.md ( #4681 )
...
--save is a command-line option and it should be monospaced
Co-authored-by: utkarsh-kukreti <utkarshk@dewsolutions.in >
2020-06-03 22:35:27 -07:00
Chen Yu
74b09d6272
fix: fix the params of Hash#delete in in jsdoc ( #4737 )
...
Remove the unused param `hash` from the jsdoc of `Hash#delete`
2020-05-06 16:42:49 +08:00
Chen Yu
08110bdcf3
fix: fix the jsdoc of SetCache#has ( #4739 )
...
The return type should be `boolean` instead of `number`
2020-05-05 22:54:24 +02:00
Dylan Westerhold
0541ec89cc
Update links in CONTRIBUTING.md ( #4741 )
2020-05-05 22:03:05 +02:00
Kerry Liu
588bf3e20d
Handle leading zeros in quote html entity ( #4623 )
2020-02-05 09:17:16 +01:00
Luiz Américo
3f585df05c
Fix uniqueId prefix coercion ( #4619 )
2020-01-22 22:07:54 +01:00
Luiz Américo
04ebca6c86
Enable escape and once tests ( #4618 )
2020-01-08 22:43:03 +01:00
RajuPedda
cefddab1ca
Updated the check of isFunction method ( #4555 )
2019-11-19 13:35:48 -08:00
Cameron Chamberlain
a6b960be00
Remove extraneous conditional ( #4531 )
...
Since `function flow(funcs)` changed to `function flow(...funcs)` this ternary became unnecessary, since funcs will always have a length now.
2019-11-11 17:13:41 -08:00
Michał Lipiński
657f8bf71e
Fix parentheses placement broken in 16413cc
2019-11-06 21:02:07 +01:00
Michał Lipiński
619ac69746
Ensure orderBy will accept iteratee path arrays #4438 ( #4513 )
2019-10-17 11:23:07 +02:00
Ivan
23b2a33e75
Fix vulnerabilities in npm packages ( #4490 )
2019-10-03 13:56:41 -07:00
Graeme Yeates
23286d6428
Short circuit sortedIndexBy methods for empty arrays ( #4496 )
2019-10-03 13:56:09 -07:00
Anatoliy Kurochkin
898b378f06
perfomance fixes, eslint fixes ( #4482 )
2019-09-26 00:58:44 -07:00
jdalton
29eb5713f5
Cleanup baseOrderBy.
2019-08-30 13:44:00 -07:00
Mohit Y
5df1777477
add order by behaviour with array similar to get method ( #4453 )
...
* add order by behaviour with array similar to get method
* remove typo for fixing orderby iteratee assignment
* lint fixes
* update test case
* include package-lock from master
* Add identity function for default iteratee
2019-08-30 13:38:49 -07:00
Luiz Américo
ad38dc0115
Prevent ReDos in words ( #4450 )
2019-08-28 16:07:13 -07:00
Luiz Américo
0e9d44eedb
Fix flow and flowRight parameter handling ( #4445 )
...
* Enable flow and flowRight tests
* Remove flow and flowRight tests for default value and shortcut fusion
* Use native rest parameters / spread operator in flow and flowRight
* Fix syntax of flow and flowRight examples
2019-08-28 16:06:45 -07:00
Luiz Américo
e51a424513
Fix string methods to handle empty values ( #4442 )
...
* Enable strings category methods tests
* Ensure escape, pad, padEnd, padStart, trim, trimEnd, trimStart, unescape return an empty string for falsey values
* Coerce value to string using toString in truncate, capitalize and case methods
* Ensure createCaseFirst returns an empty string for falsey values
2019-08-26 06:13:55 -07:00
Luiz Américo
abb54cc49a
Simplify toString ( #4441 )
...
* Assume Symbol exists in toString tests
* Use native array map instead of custom one in toString
* Assume Symbol.prototype.toString exists in toString
2019-08-25 13:25:42 -07:00
Luiz Américo
3ebb38d389
Coerce findLastIndex and lastIndexOf fromIndex parameter to integer ( #4440 )
...
* Enable lastIndexOf, findLast and findLastIndex
* Coerce findLastIndex fromIndex parameter to integer
* Coerce lastIndexOf fromIndex parameter to integer
2019-08-24 09:44:00 -07:00
Luiz Américo
ed4b3a2ddb
Enable case methods tests ( #4436 )
2019-08-24 09:41:50 -07:00
Luiz Américo
91c9cb1ea3
Ensure escapeRegExp returns an empty string when passing falsy values ( #4432 )
...
* Enable escapeRegExp tests
* Ensure escapeRegExp returns an empty string when passing falsy values
* Add parens around expression in escapeRegExp
2019-08-22 16:08:13 -07:00
Luiz Américo
9971765d0c
Enable create tests and adapt it for the new primitive prototype behavior ( #4418 )
...
* Enable create tests and adapt it for the new primitive prototype behavior
* Use isObject in create tests instead of manual check
* Store properties in a variable when used more than once in create tests
* Add parens around arrow function params in create tests
2019-08-22 16:07:43 -07:00
Luiz Américo
e5f840745b
Flatten at paths parameter ( #4431 )
...
* Enable at tests
* Flatten at paths parameter
2019-08-22 07:49:36 -07:00
Luiz Américo
1011cfdf4c
merge: copy function values independent of source index ( #4429 )
...
* merge: copy function values independent of source index
* Enable merge tests
2019-08-22 07:48:28 -07:00
Luiz Américo
2cf08be625
Ensure after n parameter is coerced from NaN to 0 ( #4430 )
...
* Enable after tests
* Ensure after n parameter is coerced from NaN to 0
2019-08-22 07:46:46 -07:00
Michał Lipiński
8b441a506b
Align indentations
2019-08-20 12:13:07 +02:00
Michał Lipiński
f90d0aec23
Update eslint and eslint-plugin-import
2019-08-20 12:09:33 +02:00
Luiz Américo
e2555a43ad
Implement asciiWords and unicodeWords using String.match instead of binding RegExp.exec ( #4417 )
...
* Enable words tests
* Implement asciiWords and unicodeWords using String.match instead of binding RegExp.exec
2019-08-18 11:24:56 -07:00
Phap Dinh
15e1557b2a
lint files ( #4416 )
...
* lint files
* added back arrow-paren and removed duplicate
2019-08-17 10:44:54 -07:00
Luiz Américo
5b4dc54465
Coerce to integer and set default value for chunk size parameter ( #4413 )
...
* Enable chunk module tests
* Coerce to integer and set default value for chunk size param
2019-08-17 09:53:11 -07:00
Luiz Américo
37cd5dc97a
Coerce drop and dropRight n param using toInteger ( #4412 )
...
* Coerce dropRight n param using toInteger
* Coerce drop n param using toInteger
2019-08-16 15:52:06 -07:00
Luiz Américo
a965836cf3
Enable indexOf tests ( #4411 )
2019-08-16 15:51:17 -07:00
Luiz Américo
ff4949b8c2
Coerce indexOf fromIndex parameter to integer ( #4410 )
2019-08-16 10:56:41 -07:00
Luiz Américo
4f68e93a43
Add missing isObject import to isIterateeCall ( #4409 )
2019-08-16 10:53:49 -07:00
Luiz Américo
142cee066d
Do not use property shorthand in countBy documentation ( #4405 )
2019-08-14 21:22:09 -07:00
Luiz Américo
e2ae5b857c
Add missing isTypedArray import to baseClone ( #4404 )
2019-08-14 21:21:27 -07:00
jdalton
f8c7064d45
Cleanup security.md document.
2019-07-23 13:57:47 -07:00
Liran Tal
becd982749
docs(security): add responsible disclosure policy ( #4374 )
2019-07-23 13:48:17 -07:00
John-David Dalton
dce7fccbb6
Add back accidentally removed semicolons to escape.js.
2019-07-02 16:08:37 -07:00
Jack Works
8bc17fe659
Add support for globalThis when detecting global object ( #4347 )
2019-07-02 11:35:27 -07:00
lvzhenbang
4df32723c2
fix reTypedTag error ( #4342 )
2019-06-26 09:11:14 -07:00
Youcef Mammar
abde9319fd
Fix typo in merge test ( #4334 )
2019-06-24 09:17:18 -07:00
James Yang
488e62bd79
Fix stringToPath bug for consecutive [] ( #4319 )
2019-06-07 09:25:16 -07:00
Yang Jin
8fdf0ed9fa
Minor doc format ( #4285 )
2019-04-28 09:00:44 -07:00
John-David Dalton
6b1d83c968
Fix typo in toPlainObject().
2019-04-14 22:05:23 -07:00
Amu
c68170b336
Fix findLast missing dependency ( #4259 )
2019-04-14 09:26:02 -07:00
David Luzar
750067f42d
tweak _.clone/_.cloneDeep docs ( #4239 )
2019-03-18 00:04:04 -07:00
Amu
c541e4ccdc
Fix _.maxBy and _.minBy ( #4233 )
2019-03-11 21:43:45 -07:00
Steve Moser
e7221b96ec
Remove --save option as it isn't required anymore ( #4199 )
...
* Remove --save option as it isn't required anymore
* Add note about using npm < 5.0.0
2019-02-20 15:36:22 +00:00
Benjamin Tan
d5ef31929a
Add initial test files from lodash v4. ( #4172 )
...
* Install test dependencies.
* Add initial test files.
These files were created using a simplistic AST manipulator using `recast` to
preserve formatting. There's bound to be a huge chunk of errors, but this serves
as a good start. QUnit was replaced with Mocha, with ES2015 imports running via
`esm`.
As far as possible, QUnit-specific syntax has been replaced with Mocha's
`describe` and `it`, while the native Node.js `assert` module is used for
assertions. Files in the `test` directory ending in `.test.js` will be treated
as test files.
* Add initial passing files to test run.
2019-02-12 09:11:32 -08:00
John-David Dalton
7606ea3e25
Update package.json version.
2019-02-12 09:08:23 -08:00
moonformeli
fe7da41956
Cancel old timer, editing pr #4139 ( #4187 )
...
* Cancel old timer, editing pr for $4139
2019-02-11 22:50:11 -08:00
carbureted
3ae8f23bff
Locally scope key in keysIn ( #4173 )
2019-01-27 13:59:41 -08:00
James Garbutt
6248f8a658
use extension resolution ( #4163 )
2019-01-20 13:57:10 -08:00
moonformeli
f4ca396a79
Use 3 equal signs ( #4153 )
...
Like other if statements, use 3 equal signs
2019-01-15 23:57:26 -08:00
moonformeli
afab656cfe
Change type check and the way of sending params. ( #4145 )
2019-01-10 23:45:15 -08:00
John-David Dalton
a7e0428889
Add .github/.lock.yml config for lock bot.
2018-12-26 21:53:45 -06:00
Luiz Américo
238e763aa1
Use native filter instead of custom one where possible ( #4116 )
2018-12-11 08:26:35 -08:00
Luiz Américo
aa1d7d870d
Replace getTag implementation by the one from baseGetTag (remove workarounds) ( #4115 )
2018-12-11 07:53:23 -08:00
Luiz Américo
c77650a17b
Remove check for Symbol.toStringTag field mutations in baseGetTag ( #4112 ) ( #4113 )
2018-12-10 17:29:53 -08:00
Luiz Américo
6cb1f71adf
Assume Symbol is always defined ( #4111 )
2018-12-10 16:28:20 -08:00
Luiz Américo
4c55ea7068
Use baseGetTag instead of getTag where possible ( #4112 )
2018-12-10 16:27:28 -08:00
Luiz Américo
7f2ee90c9f
Fix baseOrderBy missing dependency ( #4105 )
2018-12-05 17:12:26 -08:00
Luiz Américo
2130eacf41
Fix baseClone missing dependency ( #4104 )
2018-12-05 17:11:10 -08:00
Luiz Américo
daf1f1b10b
Fix findLast missing dependency ( #4103 )
2018-12-05 17:10:43 -08:00
Luiz Américo
c33df3147f
Re-add keysIn module fixing baseClone and baseMerge ( #4099 ) ( #4100 )
2018-12-05 17:10:09 -08:00
Luiz Américo
151e316263
Remove check for existence of getOwnPropertySymbols ( #4102 )
2018-12-04 20:10:48 -08:00
Luiz Américo
8eccdd098a
Restore createAssigner (fixes compilation of merge and mergeWith) ( #4101 )
2018-12-04 20:09:54 -08:00
Luiz Américo
508d46a7a4
Replace MapCache by Map in memoize ( #4094 ) ( #4095 )
2018-12-01 09:09:30 -08:00
Luiz Américo
3b199c30e0
Remove checks for the Map existence ( #4091 )
2018-11-30 08:09:58 -08:00
LinWei
377e2d87c8
fix: limit the precision when the precision is negative ( #4085 )
2018-11-28 07:12:21 -08:00
Luiz Américo
c3740e0847
Remove unnecessary null check in arrayEach ( #4082 )
2018-11-25 09:24:43 -06:00
Luiz Américo
78854835aa
Remove support for PhantomJS in arrayLikeKeys ( #4081 )
2018-11-25 09:01:03 -06:00
Luiz Américo
4cae8fb22f
Remove support for node v0.10 in arrayLikeKeys ( #4079 )
2018-11-24 21:38:47 -06:00
Luiz Américo
3b96b91991
Call upperFirst directly, instead of capitalize, in camelCase ( #4075 ) ( #4077 )
2018-11-24 19:10:56 -06:00
Saravyas
136d5253e7
Added arrow function in below files ( #4061 )
2018-11-17 21:35:31 -06:00
John-David Dalton
580cd4cd1b
Remove n_ note for unsupported Node.
2018-11-15 06:46:03 -08:00
alireza-mh
f822dd8d70
Add lodash-es description for ES6 scripts ( #4035 )
2018-11-15 06:43:48 -08:00
Saravyas
1e939919c0
converted to fat arrow function ( #4059 )
2018-11-12 23:14:08 -08:00
Michał Lipiński
c4075c18cb
Update deps (eslint-plugin-import@2.14.0)
2018-10-29 11:31:45 +01:00
alireza-mh
d9c5082727
add round up description on ceil documentation ( #4027 )
...
Signed-off-by: Alireza <alireza.mh@gmail.com >
2018-10-28 07:56:54 -07:00
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
Michał Lipiński
bf5d0867a6
Remove semicolons from dropRight.
2017-10-16 12:01:05 +02:00
Lukas Drgon
00705afc19
Add jsDelivr hits badge ( #3418 )
2017-10-09 09:34:07 -07:00
Dmitri Rabinowitz
270ca7166a
Add missing keysIn import for baseClone.js ( #3413 )
2017-10-05 09:48:42 -07:00
KaranJariwala
3ab99065ad
Verbiage change ( #3408 )
...
'T' missing in This.
2017-10-02 20:51:18 -07:00
John-David Dalton
1b1bb79b05
Commit and whitespace nits in debounce.
2017-10-01 19:55:40 -07:00
Christopher James Calo
6ad829fa90
Add pending() function to debounce and throttle to fix #3387 ( #3388 )
2017-09-27 07:43:46 -07:00
Shawn Steffey
f5ea579db3
Fixes param definition ( #3368 )
...
Bitmask is number
2017-09-13 10:07:46 -07:00
Michał Lipiński
8e631dfcd4
Faster testing against first char in stringToPath (to close #3308 ).
2017-08-14 10:27:49 +02:00
Nisse Bergman
03e23ecc19
clarify documentation about sortedUniq ( #3310 )
...
clarify that sortedUniq only works on sorted arrays
2017-08-09 00:51:47 -07:00
John-David Dalton
a0a3a6af91
Fix typo in findKey.
2017-08-07 01:18:04 -07:00
James
c2616dd4f3
Remove useless return in setToPairs. ( #3286 )
2017-07-30 23:43:21 -07:00
James
76c1ed2fd4
avoid shadowing result ( #3280 )
...
related e908519fc3
2017-07-25 15:06:15 -07:00
Doug Cone
527b167bc5
_.update() docs grammar fix ( #3264 )
2017-07-16 18:10:59 -07:00
Michał Lipiński
bcd13b270d
Fixin loop args order regression from 3c2795b in invertBy.
2017-07-14 13:25:15 +02:00
Michał Lipiński
536f09b68c
Fixin loop args order regression from 3c2795b in invert.
2017-07-14 13:20:29 +02:00
John-David Dalton
01148a1df8
Avoid using the values toString method in _.invert if it’s not a function. [ closes #3260 ]
2017-07-12 07:45:55 -07:00
吕铭印
534296bba4
Update dropRight.js ( #3241 )
2017-07-03 11:15:51 -07:00
James
e908519fc3
stringToPath: avoid shadowing variable ( #3226 )
...
- remove the shadowing done using `string` variable declared in upper scope
2017-06-26 23:32:38 -07:00
JD Isaacks
61acdd0c29
default prefix to empty string ( #3214 )
...
This starting returning NaN for me. It looks like it is trying to add undefined + number when there is no prefix.
2017-06-20 14:55:44 -07:00
John-David Dalton
bacaaaef8a
Support symbols in property paths of set. [ closes #3189 ]
2017-06-06 07:06:47 -07:00
Michał Lipiński
b107653a0f
A better fix for tag scope in baseClone.
2017-05-18 22:36:38 +02:00
Michał Lipiński
8620733457
Fixin tag scope in baseClone.
2017-05-18 20:41:00 +02:00
Michał Lipiński
0274d3dd2d
Always use parentheses in arrow functions (fixin 67a3fb9).
2017-05-18 20:33:55 +02:00
Hubert Argasinski
f659da740d
Fix CoC link in .github/CONTRIBUTING.md ( #3156 )
2017-05-13 13:06:02 -07:00
Michał Lipiński
0b31164008
Complete wrapper modules removal for setToString ( c6854fa).
2017-05-09 21:02:12 +02:00
Prateek Saxena
f6827f482d
Fix CoC link in REAMDE ( #3138 )
2017-05-03 09:30:46 -07:00
John-David Dalton
5dce119b9f
Cleanup baseClone.
2017-04-29 21:48:48 -07:00
Aaron Greenberg
67a3fb99ef
Fix cloneDeep with circularly dependent Sets/Maps ( #3123 )
2017-04-24 14:55:12 -07:00
John-David Dalton
f03b3edca4
Update object checks.
2017-04-23 22:15:51 -07:00
Michał Lipiński
a6019d5316
Fixin repeat import.
2017-04-23 21:57:54 +02:00
Michał Lipiński
ae4e45d8f9
Fixin filter imports.
2017-04-20 21:49:57 +02:00
John-David Dalton
08a3f533b7
Use Array#splice directly.
2017-04-19 12:23:00 -07:00
John-David Dalton
65b148a3b2
Remove mergeData.
2017-04-19 00:01:10 -07:00
Michał Lipiński
4092747dde
Fixin some and every imports.
2017-04-18 09:44:50 +02:00
Michał Lipiński
bb059c0f64
Fixin new map imports.
2017-04-18 09:33:58 +02:00
John-David Dalton
e5e8f35c06
Remove baseSlice.
2017-04-17 21:06:27 -07:00
John-David Dalton
a023f92049
Fix typo in find.
2017-04-16 16:06:30 -05:00
John-David Dalton
58e484f389
Remove baseKeys and baseKeysIn.
2017-04-16 15:57:02 -05:00
John-David Dalton
aa5e1b2fe0
Fix object coercion.
2017-04-16 15:30:42 -05:00
John-David Dalton
e2941dda3b
Fix typos.
2017-04-16 08:57:46 -05:00
John-David Dalton
64a9975488
Split filter out.
2017-04-16 08:49:26 -05:00
John-David Dalton
8b74809f1c
Simplify mapKey and mapValue.
2017-04-15 23:23:17 -05:00
John-David Dalton
0bdc73195f
Split map out.
2017-04-15 23:22:49 -05:00
John-David Dalton
73ce6066f8
Fix jsdoc for every and some.
2017-04-15 23:08:47 -05:00
John-David Dalton
8a51574acf
Rename mapKeys and mapValues to mapKey and mapValue.
2017-04-15 22:59:53 -05:00
Michał Lipiński
e02db41f99
Proper style npm script execution ( #3103 ).
2017-04-14 13:18:47 +02:00
Jordan Eldredge
b79b715383
Enable no-unexpected-multiline ( #3103 )
...
This rule can help catch errors introduced by automatic semicolon insertion
edge cases. It seems like a sensible thing to have enabled in a code base that
does not use semicolons.
http://eslint.org/docs/rules/no-unexpected-multiline
2017-04-12 15:18:14 -07:00
Michał Lipiński
aafd66da62
Last spacing in template string expressions.
2017-04-10 10:05:25 +02:00
Michał Lipiński
f888dfe4f8
Adjust eslint settings to new requirements ( d10b44b).
2017-04-10 09:31:01 +02:00
John-David Dalton
b89854766a
Rename someValues to someValue.
2017-04-09 22:59:45 -07:00
John-David Dalton
23ae2c537d
Split out every into everyValue.
2017-04-09 22:59:31 -07:00
John-David Dalton
d10b44bdef
Adjust spacing in template string expressions.
2017-04-08 22:41:48 -07:00
John-David Dalton
303502efa7
Remove toSource.
2017-04-08 22:23:09 -07:00
John-David Dalton
3390d9309b
Remove internal hasPath.
2017-04-07 08:19:32 -07:00
Michał Lipiński
99fb4c8ff7
Fixin scope range for var declarations in internal version of hasPath.
2017-04-06 22:44:15 +02:00
Michał Lipiński
b506174410
Use more for-of
2017-04-05 09:05:58 +02:00
Michał Lipiński
2538a56577
Math them all.
2017-04-04 22:38:50 +02:00
Michał Lipiński
bbd59f800b
Catch undeclared vars with eslint.
2017-04-04 22:38:12 +02:00
Michał Lipiński
7c92111067
Fixin scope range for var declarations in hasPath and hasPathIn.
2017-04-04 20:37:52 +02:00
Michał Lipiński
96ebd44509
Fixin missing references in repeat.
2017-04-04 20:35:33 +02:00
Michał Lipiński
645acd4275
Fixin declaration in someValues ( 571e752).
2017-04-04 19:22:54 +02:00
Michał Lipiński
402ca89c50
Fixin declaration in baseSum ( 3e2b0bb).
2017-04-04 19:15:11 +02:00
John-David Dalton
3e2b0bb763
Use more for-of
2017-04-03 10:36:11 -07:00
John-David Dalton
f3957ac416
Remove replaceHolders.
2017-04-03 10:36:11 -07:00
John-David Dalton
571e752a42
Rename someObj to someValues.
2017-04-03 10:14:20 -07:00
Michał Lipiński
ca2fd5c64a
Remove semicolons.
2017-04-03 11:55:12 +02:00
Michał Lipiński
53cac4eef4
ESify find implementation.
2017-04-03 11:53:13 +02:00
Michał Lipiński
6dc03831d8
Add semi option to eslint config.
2017-04-03 11:50:23 +02:00
John-David Dalton
6543d3277e
Add someObj.
2017-04-02 22:33:51 -07:00
John-David Dalton
1bdda20e49
Reimplement find.
2017-04-02 22:33:38 -07:00
Charles Merriam
b679e9cc22
Update _.pad* examples to show pad length < string. ( #3088 )
...
One example now shows that specifying a padding length of less than the
length of the string returns the entire original string.
2017-03-30 12:55:00 -07:00
Roman Gusev
43a520c971
Remove constant function from examples ( #3086 )
2017-03-30 09:42:45 -07:00
Roman Gusev
64d92ddf32
Remove stubTrue from cond example ( #3085 )
2017-03-30 07:44:14 -07:00
John-David Dalton
dad1fccdb4
Remove unused internal createCtor.
2017-03-27 14:18:21 -07:00
John-David Dalton
6d19563a9f
Simplify words.
2017-03-27 14:09:52 -07:00
Michał Lipiński
8be26ac755
Implement baseEach and baseEachRight since createBaseFor is gone.
2017-03-27 22:58:39 +02:00
John-David Dalton
d7bdf0ae25
Remove createCompounder.
2017-03-26 21:38:25 -07:00
John-David Dalton
4b80666a30
Simplify tail.
2017-03-24 08:18:16 -07:00
John-David Dalton
ecb3c108d1
Simplify flip.
2017-03-23 23:19:55 -07:00
John-David Dalton
8db488b943
Remove getRawTag and objectToString.
2017-03-22 21:34:52 -07:00
Michał Lipiński
a8abced07a
Fixin keysIn import in getAllKeysIn by switching to baseKeysIn.
2017-03-22 22:55:03 +01:00
John-David Dalton
f7a6cddc9e
Remove nativeKeys and nativeKeysIn.
2017-03-21 22:23:03 -07:00
John-David Dalton
f3e0cbe5bf
Use more Array#map.
2017-03-20 22:33:32 -07:00
John-David Dalton
0acb2847bf
Remove toString use from castPath.
2017-03-17 23:51:03 -07:00
John-David Dalton
3c324a716d
Remove toString use from createCaseFirst.
2017-03-16 23:41:37 -07:00
Michał Lipiński
76ab9cd539
Adjust styling of array checks in head, uniq, uniqBy and uniqWith to other methods.
2017-03-16 22:48:46 +01:00
John-David Dalton
929a996987
Remove arrayReduce from createCompounder.
2017-03-15 22:35:14 -07:00
John-David Dalton
164bc71328
Remove toString from createCompounder.
2017-03-15 22:34:15 -07:00
John-David Dalton
9d11b48ce5
Remove toUpper and toLower.
2017-03-14 23:29:32 -07:00
John-David Dalton
b8a3a42278
Remove toString coercion method use.
2017-03-14 23:29:32 -07:00
Michał Lipiński
351e44a127
Fixin some leftovers bb7c959.
2017-03-14 23:29:32 -07:00
Michał Lipiński
f983ff2b7c
Prefere ES6 templates.
2017-03-14 23:29:31 -07:00
John-David Dalton
bb7c959479
Remove coercion method use.
2017-03-13 20:58:03 -07:00
John-David Dalton
2f281c68b0
Remove baseNth.
2017-03-12 23:24:54 -07:00
John-David Dalton
c89637e4db
Use more destructuring.
2017-03-12 23:16:34 -07:00
John-David Dalton
ad3236a859
Remove countHolders.
2017-03-12 23:16:21 -07:00
Michał Lipiński
98969648e9
Say goodbye to jscs.
2017-03-12 19:58:58 +01:00
Michał Lipiński
3e03cbf2b8
Use const and let for var declaration in baseEach and baseEachRight.
2017-03-12 19:53:08 +01:00
John-David Dalton
3b302b822c
Remove baseClamp.
2017-03-12 00:06:58 -08:00
John-David Dalton
fa8c607742
Update baseEach modules.
2017-03-11 21:41:07 -08:00
Michał Lipiński
4c77d8807c
Cleanup and sort eslint settings for future use.
2017-03-09 21:50:47 +01:00
John-David Dalton
357ce4663f
Remove concat.
2017-03-08 23:05:09 -08:00
Michał Lipiński
b247502116
Porting applicable jscs configuration to eslint.
...
* jsdocs validation off now
2017-03-08 23:42:33 +01:00
John-David Dalton
5f2a03076d
Use the new operator with the Array constructor.
2017-03-07 22:07:04 -08:00
John-David Dalton
9260bd2f57
Remove baseTimes.
2017-03-07 21:50:53 -08:00
Michał Lipiński
41a8d2272e
Consistent use (always) of parentheses in arrow functions.
2017-03-07 21:57:21 +01:00
John-David Dalton
7ffe700d66
Remove join.
2017-03-06 23:05:28 -08:00
Michał Lipiński
49ac4a5b52
Consistency for eslint arrow-parens.
2017-03-06 10:57:45 +01:00
Michał Lipiński
59e45d99f2
Fixin assignment to constant.
2017-03-06 10:42:27 +01:00
John-David Dalton
bda6d56c60
Remove guard params.
2017-03-05 02:37:18 -08:00
John-David Dalton
89829331f0
Remove baseFill.
2017-03-05 02:29:38 -08:00
John-David Dalton
3c2795b816
Remove baseForOwn from several modules.
2017-03-05 00:30:14 -08:00
John-David Dalton
17f7069d07
Remove isIterateeCall.
2017-03-05 00:30:06 -08:00
John-David Dalton
ba52c744ae
Avoid let lists.
2017-03-02 10:03:12 -08:00
John-David Dalton
e7bbcfa72b
Use const for key in hasPath.
2017-03-01 23:05:25 -08:00
John-David Dalton
a2fe303463
Indent nit.
2017-03-01 23:05:25 -08:00
Michał Lipiński
e2096c0ef1
Fixin keysIn import in defaults by switching to baseKeysIn.
2017-03-01 14:39:47 +01:00
John-David Dalton
d0f23b67ac
Use consistent nullish check for array.
2017-03-01 00:36:01 -08:00
John-David Dalton
46ffbc1d90
Cleanup hasPath modules.
2017-02-27 23:01:51 -08:00
Michał Lipiński
d8b5183b1d
Consistent parens usage for arrow functions with body.
2017-02-27 12:15:08 +01:00
John-David Dalton
4c4b29cdef
Expose hasPath and hasPathIn.
2017-02-26 23:08:19 -08:00
John-David Dalton
b6a426a10d
Simplify has and hasIn.
2017-02-26 23:07:29 -08:00
John-David Dalton
d1d86811bc
Use parens for single params too.
2017-02-25 20:22:39 -08:00
John-David Dalton
2fd70c8eca
Ensure toString coerces nullish values in arrays to strings.
2017-02-25 20:22:25 -08:00
Mark Pollmann
3e80dffd48
Fixed small typo in debounce docs ( #3029 )
...
Just a small thing I noticed, I think it reads better this way.
2017-02-25 13:50:20 -08:00
John-David Dalton
7cc1328bf1
Simplify functions.
2017-02-24 23:52:03 -08:00
John-David Dalton
ffcb38f74d
Remove isFunction use.
2017-02-24 23:52:03 -08:00
John-David Dalton
37f168d466
Remove apply.
2017-02-24 23:51:57 -08:00
John-David Dalton
b9c61eea60
Remove rearg.
2017-02-22 16:48:11 -08:00
Michał Lipiński
1e8ac50ab5
Missing iteratee call in countBy (missed in 5baad4d).
2017-02-22 22:28:42 +01:00
John-David Dalton
56b7d339a6
Remove arrayPush in favor of spreading arguments.
2017-02-21 10:35:22 -08:00
John-David Dalton
0350d4904f
Remove baseWrapperValue.
2017-02-21 10:35:22 -08:00
Michał Lipiński
5baad4df10
Missing iteratee call in groupBy and keyBy.
2017-02-21 10:40:51 +01:00
Michał Lipiński
aaef6f6737
Cleanup imports in baseClone and baseMergeDeep.
2017-02-21 10:12:51 +01:00
John-David Dalton
2a3296111d
Simplify concat.
2017-02-20 23:28:46 -08:00
Michał Lipiński
3a375c0ae1
Fixin vars declaration inside templating fn because they cannot be declared as const.
...
+ minor eslint fixes
2017-02-20 14:37:13 +01:00
Michał Lipiński
31500cd6e4
Fixin missing accumulator return in keyBy.
2017-02-19 22:00:35 +01:00
Michał Lipiński
b4e815c04b
Eslint cleanup for shared modules.
2017-02-18 23:31:42 +01:00
John-David Dalton
27644a7bd5
Remove reverse module.
2017-02-18 09:13:33 -08:00
Michał Lipiński
e52ed26c7a
Fixin missing accumulator return in reduce and predicate call in partition.
2017-02-18 16:58:15 +01:00
Michał Lipiński
0369bf7afe
Replace one time used variables with their original refs in random.
2017-02-18 16:40:38 +01:00
Michał Lipiński
16413cc32a
Eslint cleanup (imports left), except template.
2017-02-17 23:22:07 +01:00
Michał Lipiński
753e47de13
Esling ES6 rules for current codebase.
2017-02-17 23:03:26 +01:00
Michał Lipiński
b87bd5250b
Minimal eslint config. ( #3015 )
2017-02-17 22:15:52 +01:00
Michał Lipiński
a61f41a79a
Complete baseRandom removal ( cb7612a).
2017-02-16 18:49:36 +01:00
Michał Lipiński
53dba0a211
Complete semicolons removal ( 6cb3460).
2017-02-16 18:43:31 +01:00
John-David Dalton
86e8437514
Remove spread module.
2017-02-15 23:32:40 -08:00
Michał Lipiński
2d83592273
Fixin value typo. ( #3010 )
2017-02-15 07:20:48 -08:00
Michał Lipiński
2baf7a3e9e
Fixin arrayPush imports. ( #3008 )
2017-02-15 01:21:24 -08:00
Michał Lipiński
677c01b753
Complete stubs removal ( c5c0ff7). ( #3007 )
2017-02-15 01:16:56 -08:00
John-David Dalton
43bcecf52f
Fix iteration order if sources in defaults.
2017-02-13 17:36:27 -08:00
John-David Dalton
e31e1306c8
Inline baseToString into toString.
2017-02-13 08:07:43 -08:00
Michał Lipiński
135cb0ad88
Fixin imports in invert methods. ( #3002 )
2017-02-13 08:05:18 -08:00
Michał Lipiński
3411cce1d2
Fixin imports in invoke. ( #3001 )
2017-02-13 08:03:41 -08:00
Michał Lipiński
4f3ef2e8d8
Fixin import path to copyArray. ( #3000 )
2017-02-13 08:02:46 -08:00
Michał Lipiński
a822979881
Correct name of var and add missing import. ( #2999 )
2017-02-13 08:01:40 -08:00
John-David Dalton
8429c1db36
Minor format not in isKey.
2017-02-11 23:11:01 -08:00
wikibootup
d007878935
Remove duplicate check symbol type ( #2996 )
2017-02-11 11:42:20 -08:00
John-David Dalton
b3810c2afa
Remove baseAssign modules.
2017-02-10 17:38:12 -08:00
John-David Dalton
d931d6e8e8
Simplify isType methods.
2017-02-10 17:38:12 -08:00
Michał Lipiński
d460c42230
Complete identity removal module. ( #2993 )
2017-02-10 17:38:02 -08:00
Michał Lipiński
39931f9eaa
Unescape with broken regexp ( #2992 )
2017-02-10 17:37:38 -08:00
Michał Lipiński
477fdb2cf2
Template broken after remove semicolons action ( #2991 )
2017-02-10 17:37:22 -08:00
Michał Lipiński
f5b2031211
Additional fix for b0980a9 Remove baseCreate. ( #2988 )
2017-02-10 17:37:04 -08:00
Michał Lipiński
b37e973463
unescape broken after remove semicolons action ( #2986 )
2017-02-10 17:36:47 -08:00
Michał Lipiński
2ab6da5b51
fix baseMean usage in mean ( #2985 )
2017-02-10 17:36:15 -08:00
John-David Dalton
5fe15a160d
Simplify defaults. [ closes #2983 ]
2017-02-08 11:26:59 -08:00
John-David Dalton
8f8b29368e
Simplify method juggle in trim modules.
2017-02-07 17:55:40 -08:00
John-David Dalton
5e38259044
Expand stringToPath to matching more non-string expressions.
2017-02-07 10:48:46 -08:00
John-David Dalton
30c32908a3
Use “composes” to describe flow/flowRight. [ closes #2979 ]
2017-02-07 07:54:20 -08:00
John-David Dalton
3b125166d5
Make the comment more generic.
2017-02-07 02:13:08 -08:00
John-David Dalton
fdd7a5b8d2
Minor cleanup in stringToPath.
2017-02-07 01:52:27 -08:00
John-David Dalton
62a88ce256
Allow regexp to be minified better.
2017-02-07 01:48:00 -08:00
John-David Dalton
04348ab176
Newline nit in trimEnd.
2017-02-07 01:43:52 -08:00
John-David Dalton
47abf76e88
Comment the scary regexp.
2017-02-07 01:43:30 -08:00
John-David Dalton
cb7612aef6
Simplify shuffle and sample.
2017-02-06 23:53:17 -08:00
John-David Dalton
b0980a90fc
Remove baseCreate.
2017-02-05 23:44:30 -08:00
John-David Dalton
7479d282bc
Minor var order juggle in compact.
2017-02-05 22:45:15 -08:00
John-David Dalton
23c0bc0e7a
Use new operator to invoke the array.constructor.
2017-02-05 22:44:38 -08:00
John-David Dalton
5219385eb2
Use consistent null check in head.
2017-02-05 22:31:39 -08:00
John-David Dalton
6cb3460fce
Remove semicolons.
2017-02-05 22:22:04 -08:00
John-David Dalton
f3a8e55e70
Use built-in String#trim methods when possible.
2017-02-03 22:49:18 -08:00
ecmadao
9d445ec238
bugfixed in zip & concat funcs ( #2971 )
2017-02-03 09:55:33 -08:00
John-David Dalton
ac53cc7d69
Use the built-in partial feature of modern setTimeout.
2017-02-02 23:26:04 -08:00
John-David Dalton
c068eedcf3
Remove identity module.
2017-02-01 21:46:38 -08:00
John-David Dalton
a6ff1ea9d5
Rename isEqual to eqDeep.
2017-01-30 00:03:45 -08:00
John-David Dalton
41133cf40f
Remove the constant module.
2017-01-28 23:33:05 -08:00
John-David Dalton
42b48b3d86
Cleanup baseClone. [ closes #2961 ]
2017-01-27 23:21:05 -08:00
Roman Gusev
a0b928dfbb
Remove extra spaces from jsdoc ( #2958 )
2017-01-27 06:22:58 -08:00
John-David Dalton
3c5b828d7e
Use Object.assign in create.
2017-01-24 10:44:42 -08:00
John-David Dalton
bac4291086
Simplify toPlainObject.
2017-01-24 10:44:22 -08:00
John-David Dalton
868fd1253b
Make lower param of clamp required. [ closes #2949 ]
2017-01-24 10:32:12 -08:00
John-David Dalton
c5c0ff77b6
Remove stubs.
2017-01-19 15:25:51 -08:00
John-David Dalton
54abb96a85
Remove “in” variants.
2017-01-19 15:25:40 -08:00
John-David Dalton
c5dac98e1d
Remove more modules that have ES equivs.
2017-01-19 15:24:04 -08:00
John-David Dalton
999022d647
Remove includes module.
2017-01-19 14:54:57 -08:00
John-David Dalton
85255da560
Add construction emojis.
2017-01-19 14:13:35 -08:00
Jure Triglav
c8285a41bc
Update with info about the state of master ( #2941 )
2017-01-19 13:49:24 -08:00
John-David Dalton
ee1c64fafe
Even more tag cleanup.
2017-01-19 13:33:14 -08:00
John-David Dalton
73df84c0b4
More tag cleanup.
2017-01-19 11:48:11 -08:00
John-David Dalton
be6a50b0ed
Cleanup tag order.
2017-01-19 11:45:31 -08:00
Bert Verhelst
401016d260
Add related function for each module. [ closes #2932 ]
2017-01-16 23:51:23 -08:00
John-David Dalton
b856263af6
Replace deburr with toString in createCompounder.
2017-01-12 12:11:19 -08:00
John-David Dalton
085dc1aa01
Consolidate template modules.
2017-01-12 11:05:53 -08:00
John-David Dalton
563059c4b9
Consolidate invoke modules.
2017-01-12 10:56:23 -08:00
John-David Dalton
168322fda5
Remove more creator modules.
2017-01-11 15:58:20 -08:00
John-David Dalton
f5e7671fbc
Use destructuring in code samples.
2017-01-11 13:41:14 -08:00
John-David Dalton
d80077ed94
Consolidate aggregate modules.
2017-01-11 12:31:21 -08:00
John-David Dalton
3b4cbc70e7
Consolidate over modules.
2017-01-11 12:11:56 -08:00
John-David Dalton
36927bff8b
Consolidate invert modules.
2017-01-11 10:39:30 -08:00
John-David Dalton
dcded33f58
Remove min and max modules.
2017-01-11 10:28:02 -08:00
John-David Dalton
fe5c7a7f3b
Consolidate toPairs modules.
2017-01-11 10:22:56 -08:00
John-David Dalton
aa60e55db4
Update module paths.
2017-01-11 10:06:12 -08:00
John-David Dalton
7baf2267a0
Cleanup createRound.
2017-01-11 10:00:00 -08:00
John-David Dalton
c6854fa8fc
Remove wrapper modules.
2017-01-11 08:11:07 -08:00
John-David Dalton
454219fbfe
Simplify flow modules.
2017-01-11 08:11:00 -08:00
Bjarne Øverli
379b7a057c
Minor cleanup to createFlow. [ closes #2925 ]
2017-01-11 08:08:59 -08:00
John-David Dalton
34ca4f3efa
Consolidate relational modules.
2017-01-11 00:11:42 -08:00
John-David Dalton
11052f4d87
Cleanup baseRandom.
2017-01-11 00:03:53 -08:00
John-David Dalton
401c0f053c
Consolidate max and min modules.
2017-01-11 00:03:28 -08:00
John-David Dalton
6c54ae2ae5
Consolidate delay modules.
2017-01-10 21:25:56 -08:00
John-David Dalton
70379910f7
Simplify baseCreate.
2017-01-10 21:25:41 -08:00
John-David Dalton
41e6991d2e
Use index instead of charAt.
2017-01-10 21:09:14 -08:00
John-David Dalton
3b990b7916
Minor formatting nits.
2017-01-10 21:08:02 -08:00
John-David Dalton
dc4671dd0d
Simplify isTypedArray.
2017-01-10 20:36:37 -08:00
John-David Dalton
b2504adb30
Fix isFlattenable.
2017-01-10 20:36:37 -08:00
John-David Dalton
e45db2e507
Remove baseGetAllKeys.
2017-01-10 20:36:37 -08:00
John-David Dalton
e52c421c1d
Remove overArg.
2017-01-10 20:36:28 -08:00
John-David Dalton
0aa7a62dc3
Simplify asciiSize.
2017-01-10 17:49:05 -08:00
John-David Dalton
b6bdb23ffd
Remove getPrototype.
2017-01-10 17:44:48 -08:00
John-David Dalton
003c11c36b
Cleanup stringToPath.
2017-01-10 17:25:48 -08:00
John-David Dalton
c5d4bb8dcb
Consolidate escape and unescape modules.
2017-01-10 17:09:40 -08:00
John-David Dalton
fc1a360212
Remove isFinite and isNaN.
2017-01-10 14:45:40 -08:00
John-David Dalton
4ecd69e4fa
Simplify isType modules.
2017-01-10 14:43:43 -08:00
John-David Dalton
b2f69ea36a
Remove baseLodash.
2017-01-10 11:18:05 -08:00
John-David Dalton
71f49dda0f
Move Stack modules into Stack.
2017-01-10 11:10:08 -08:00
John-David Dalton
c64a3bd3df
Move SetCache modules into SetCache.
2017-01-10 10:24:52 -08:00
John-David Dalton
0cd28f982d
Move MapCache modules into MapCache.
2017-01-10 10:17:58 -08:00
John-David Dalton
400b5c09d7
Move ListCache modules into ListCache.
2017-01-10 10:07:19 -08:00
John-David Dalton
69cac05575
Move Hash modules into Hash.
2017-01-10 10:06:28 -08:00
John-David Dalton
20befcdf84
Remove getView.
2017-01-10 10:05:41 -08:00
John-David Dalton
ef2c4bf5e1
Update doc examples to ES2015.
2017-01-10 01:46:24 -08:00
John-David Dalton
8c97051909
Remove “static” jsdoc tag.
2017-01-10 01:09:46 -08:00
John-David Dalton
c500b2cc16
Rearrange tag check order in isFunction.
2017-01-10 00:48:15 -08:00
John-David Dalton
26ea38dcf4
Move internal modules to “internal” folder.
2017-01-10 00:45:05 -08:00
John-David Dalton
2b05673125
Remove unneeded comment from memoize.
2017-01-09 20:44:41 -08:00
John-David Dalton
8bc7e006db
Assume ES5+ built-ins exist.
2017-01-09 19:51:05 -08:00
John-David Dalton
8501b0c2ef
Remove _realNames.
2017-01-09 18:52:08 -08:00
John-David Dalton
6d28724e48
Inline FUNC_ERROR_TEXT.
2017-01-09 18:51:09 -08:00
John-David Dalton
71039740c3
Simplify isArguments.
2017-01-09 18:45:39 -08:00
John-David Dalton
6434747ef6
Use Date.now.
2017-01-09 18:45:39 -08:00
John-David Dalton
68190b8546
Use Array.isArray.
2017-01-09 18:45:33 -08:00
John-David Dalton
395a81058b
Remove noop.
2017-01-09 18:38:36 -08:00
John-David Dalton
82e681a191
Remove _getFuncName.
2017-01-09 18:32:56 -08:00
John-David Dalton
1392d37ca2
Simplify _createFlow.
2017-01-09 18:32:48 -08:00
John-David Dalton
627bfe6bfa
Remove arguments references where possible.
2017-01-09 18:30:38 -08:00
John-David Dalton
f2c49500ee
Consolidate prototype vars used only once.
2017-01-09 18:16:47 -08:00
John-David Dalton
bc4262f901
Remove core-js guard.
2017-01-09 18:07:23 -08:00
John-David Dalton
44950212a0
Cleanup built-in constructor modules.
2017-01-09 17:56:33 -08:00
John-David Dalton
9e467f872e
Remove _wrapperClone module.
2017-01-09 17:56:12 -08:00
John-David Dalton
db4bbc9b47
Fix __data__ typos.
2017-01-09 17:47:31 -08:00
John-David Dalton
77cc37ba49
Remove references to _.
2017-01-09 17:38:33 -08:00
John-David Dalton
65654f8f9e
Remove baseIteratee and castFunction.
2017-01-09 17:31:55 -08:00
John-David Dalton
efcf51c7bf
Remove unary helpers.
2017-01-09 17:31:54 -08:00
John-David Dalton
59124c4cfe
Remove category modules.
2017-01-09 17:31:49 -08:00
John-David Dalton
aacfefc752
Remove remaining rest helper use.
2017-01-09 16:03:54 -08:00
John-David Dalton
648722f1a6
Apply class transform.
2017-01-09 14:01:20 -08:00
John-David Dalton
c2208f82dc
Convert remaining vars to let/const.
2017-01-09 13:53:41 -08:00
John-David Dalton
40e9c66ca6
Remove more unused modules.
2017-01-09 13:01:51 -08:00
John-David Dalton
dc687c1d85
Apply even more let/const transforms.
2017-01-09 13:00:52 -08:00
John-David Dalton
e6152a97e8
Fix syntax typo.
2017-01-09 12:20:58 -08:00
John-David Dalton
4d0c15b49e
Apply more let/const transforms.
2017-01-09 12:20:58 -08:00
John-David Dalton
ca9e6fa087
Fix style nits.
2017-01-09 12:20:58 -08:00
John-David Dalton
10f64ee9c4
Apply let/const transform.
2017-01-08 23:37:20 -08:00
John-David Dalton
4c881b2726
Apply template string transform.
2017-01-06 18:02:01 -08:00
John-David Dalton
41ad5e901f
Apply destructuring transform.
2017-01-06 15:52:32 -08:00
John-David Dalton
bf54267f0b
Apply rest arguments transform.
2017-01-06 15:49:42 -08:00
John-David Dalton
f4a6e9ede9
Apply spread arguments transform.
2017-01-06 15:42:44 -08:00
John-David Dalton
7167d7e09f
Apply arrow function transform.
2017-01-06 15:41:39 -08:00
John-David Dalton
d461c87979
Remove _customOmitClone module.
2017-01-06 07:51:23 -08:00
John-David Dalton
0e24641cb8
Continue to use more ES2015.
2017-01-06 07:51:23 -08:00
John-David Dalton
1a1e462f80
Use more ES2015.
2017-01-06 07:51:23 -08:00
John-David Dalton
2900cfd288
Modularize master branch.
2017-01-06 07:51:22 -08:00
John-David Dalton
912d6b04a1
Bump to v4.17.4.
2017-01-06 07:51:17 -08:00
John-David Dalton
165572022d
Rebuild lodash and docs.
2017-01-06 07:50:36 -08:00
John-David Dalton
ae467c7313
Update deps.
2017-01-06 07:50:36 -08:00
John-David Dalton
1e80c19b0f
Remove dead “modern environments” link from readme. [ci skip]
2017-01-06 07:50:29 -08:00
John-David Dalton
6eeafd3dc2
Update kitchen sink size. [ci skip]
2016-12-31 00:52:52 -06:00
John-David Dalton
e33b15674d
Ensure _.omit doesn’t mutate object with deep paths. [ closes #2912 ]
2016-12-30 18:09:11 -06:00
John-David Dalton
a23b918bef
Increment package version to enable ci tests.
2016-12-30 18:07:58 -06:00
John-David Dalton
ef618992b5
Bump to v4.17.3.
2016-12-26 10:43:11 -06:00
John-David Dalton
708b962860
Rebuild lodash and docs.
2016-12-26 10:43:11 -06:00
John-David Dalton
da2d08d771
Update deps.
2016-12-26 10:43:11 -06:00
John-David Dalton
30863e5fa6
Fix conversion of npm package and source doc links. [ci skip]
2016-12-26 10:43:05 -06:00
John-David Dalton
6672a4f942
Update fp doc template for fp.reduceRight iteratee argument order. [ci skip]
2016-12-24 11:21:51 -06:00
John-David Dalton
f7263047bf
Use a strict undefined check for arity in createWrap.
2016-12-21 15:23:54 -06:00
John-David Dalton
02fdf4e673
Wrap in ternary value within hashHas in parens for clarity.
2016-12-21 15:23:54 -06:00
John-David Dalton
e2c703a96f
Avoid more coercion.
2016-12-21 15:23:54 -06:00
John-David Dalton
32fdfcc1e5
Avoid coercing position in _.startsWith, if it’s undefined.
2016-12-21 12:34:28 -06:00
John-David Dalton
6c1ae0b54d
Update Safari in sauce.
2016-12-21 00:19:59 -06:00
John-David Dalton
0c1c87b046
Update Firefox in sauce.
2016-12-20 16:54:40 -06:00
John-David Dalton
b51786e72e
Fix lazy sequence test fails.
2016-12-20 16:54:40 -06:00
John-David Dalton
5ee5099af1
Update code skipped on the coverage run.
2016-12-20 16:54:40 -06:00
John-David Dalton
482dc9478b
Remove array length limit for lay evaluation. [ closes #2874 ]
2016-12-20 16:54:40 -06:00
John-David Dalton
528b6a98a9
Minor doc space nit. [ci skip]
2016-12-06 15:15:09 +09:00
John-David Dalton
a8bcb5f3d5
ES6 to ES2015 nit. [ci skip]
2016-12-06 15:15:09 +09:00
Dave Wasmer
d429f90ec5
Mention ES6 delimiters in templateSettings docs ( #2857 )
2016-12-06 15:15:09 +09:00
John-David Dalton
72f559e1a3
Exit early from getSymbols if object is nullish.
2016-11-25 00:16:37 -06:00
Ophir LOJKINE
2f92d55024
Clarify _.isEqual docs on comparing functions and DOM nodes. [ closes #2849 ] [ci skip]
2016-11-25 00:16:05 -06:00
John-David Dalton
5a86b67263
Minor engines field format nit.
2016-11-24 23:58:40 -06:00
John-David Dalton
bea4b29bc4
Remove unneeded Object coercions.
2016-11-24 23:41:10 -06:00
John-David Dalton
0cd4134bc6
Fix Android 5.1 test fails.
2016-11-24 23:41:10 -06:00
John-David Dalton
ec74813be6
Add non-enumerable symbol tests.
2016-11-24 00:07:26 -06:00
John-David Dalton
67926a4df2
Minor test nit.
2016-11-24 00:07:26 -06:00
John-David Dalton
40a591d0c0
Test _.isEqual crawls symbol properties.
2016-11-24 00:07:26 -06:00
John-David Dalton
783e03ffa3
Simplify baseIsEqualDeep now that getSymbols returns only enumerable symbols.
2016-11-24 00:07:26 -06:00
John-David Dalton
1dddf27a39
Include only enumerable symbols in getSymbols result. [ closes #2845 ]
2016-11-24 00:07:26 -06:00
John-David Dalton
2890eabf66
Replace isObject use with isObjectLike in baseIsEqual.
2016-11-21 23:34:21 -06:00
John-David Dalton
a3e077324a
Add support for comparing symbol properties to _.isEqual. [ closes #2840 ]
2016-11-21 23:34:21 -06:00
John-David Dalton
86ee93650d
Flip iteratee arguments for fp.reduceRight.
2016-11-21 23:34:21 -06:00
John-David Dalton
dd0d984d37
Add customOmitClone helper.
2016-11-21 23:34:21 -06:00
John-David Dalton
eba18891e5
Rename private spread helper to flatSpread.
2016-11-21 23:34:20 -06:00
John-David Dalton
5cb80a0a84
Disable headings link icons in marky-markdown.
2016-11-19 23:39:27 -06:00
John-David Dalton
db14f324f6
Increment package version to enable ci tests.
2016-11-19 23:39:27 -06:00
John-David Dalton
238defb150
Bump to v4.17.2.
2016-11-19 23:39:27 -06:00
John-David Dalton
53ba1e0c3c
Rebuild lodash and docs.
2016-11-19 23:39:19 -06:00
John-David Dalton
95d3477c22
Fix code style nits.
2016-11-15 22:04:15 -08:00
John-David Dalton
a06d1a0313
Add _.omit and _.pick tests for keys over paths.
2016-11-15 21:47:03 -08:00
John-David Dalton
330c8cb46e
Cleanup path tests.
2016-11-15 21:46:14 -08:00
John-David Dalton
da2e8a1030
Minor var order nit.
2016-11-15 20:18:53 -08:00
John-David Dalton
5bc9e6b8bd
Avoid double cloning for the common case in _.omit.
2016-11-15 18:19:11 -08:00
John-David Dalton
9a02bd5fc7
Simplify baseUnset.
2016-11-15 18:07:27 -08:00
John-David Dalton
89656fdf4a
Don’t treat a picked path as deep if it exists as a property of the object. [ closes #2826 ]
2016-11-15 10:41:11 -08:00
John-David Dalton
4cb7bea97d
Ensure _.spread doesn’t include arguments after those spread. [ closes #2825 ]
2016-11-15 10:41:11 -08:00
John-David Dalton
eb4861c3cd
Increment package version to enable ci tests.
2016-11-15 10:41:11 -08:00
John-David Dalton
170c13b5ba
Bump to v4.17.1.
2016-11-14 20:37:42 -08:00
John-David Dalton
26a6117889
Rebuild lodash and docs.
2016-11-14 20:31:46 -08:00
John-David Dalton
014982cb2c
Remove isKey use from invokeMap.
2016-11-14 17:32:52 -08:00
John-David Dalton
058361e222
Move the isKey check into castPath.
2016-11-14 15:37:46 -08:00
John-David Dalton
e344b66af9
Cleanup _.omit.
2016-11-14 12:04:52 -08:00
John-David Dalton
54cb3599e3
Fix yarn runs in travis by pinning to v0.16.1.
2016-11-14 10:41:38 -08:00
John-David Dalton
6c427b7a26
Avoid deep cloning of _.omit result.
2016-11-14 09:57:39 -08:00
John-David Dalton
ce093845e1
Ensure _.pick supports path arrays. [ closes #2809 ]
2016-11-14 01:06:35 -08:00
John-David Dalton
102c5f00d7
Ensure _.pickBy doesn’t treat keys with dots as deep paths. [ closes #2808 ]
2016-11-14 00:49:47 -08:00
John-David Dalton
13d315a93b
Increment package version to enable ci tests.
2016-11-14 00:49:41 -08:00
John-David Dalton
2cc247ddf8
Bump to v4.17.0.
2016-11-13 22:49:29 -08:00
John-David Dalton
5488644658
Rebuild lodash and docs.
2016-11-11 09:40:37 -08:00
John-David Dalton
1fe9042953
Update coveralls and platform.js deps.
2016-11-11 09:40:33 -08:00
John-David Dalton
8bde34dda0
Update optional marky-markdown dep to 9.0.1.
2016-11-10 13:50:35 -08:00
greenkeeper[bot]
98720bea4a
Update optional-dev-dependency to 2.0.0.
2016-11-10 13:32:10 -08:00
John-David Dalton
032637bba1
Update core error text. [ci skip]
2016-11-10 11:39:18 -08:00
John-David Dalton
dadde87cab
Consolidate ternary in baseClone.
2016-11-08 08:36:02 -08:00
John-David Dalton
fcd0bbfc56
Correct bitmask flag order. [ci skip]
2016-11-08 07:35:20 -08:00
John-David Dalton
600fbbadfb
Cleanup _.omit.
2016-11-08 01:03:41 -08:00
John-David Dalton
3d0df11e50
Add bitmask to baseClone.
2016-11-07 23:00:31 -08:00
John-David Dalton
2e4c997dba
Use more clear condition in unclonable test.
2016-11-07 23:00:31 -08:00
John-David Dalton
5aaf7e40ae
Cleanup deep path tests.
2016-11-07 23:00:21 -08:00
John-David Dalton
57703b040d
Rename param props to paths.
2016-11-06 18:07:49 -08:00
John-David Dalton
c6ff776147
Use baseGet and baseSet in basePickBy.
2016-11-06 17:15:38 -08:00
Aviv Rosental
9ac729e1bc
Add deep functionality for _.omit and _.pick. ( #2794 )
2016-11-06 17:02:41 -08:00
Jhen-Jie Hong
6d951ccc87
Fix freeProcess.binding(util) usage ( #2793 )
2016-11-06 11:11:01 -08:00
John-David Dalton
3217118fab
Add more _.spread tests.
2016-11-06 00:39:13 -07:00
John-David Dalton
6ef973ae33
Avoid trailing slice unless needed.
2016-11-06 00:13:16 -07:00
John-David Dalton
e0a65ac34a
Cleanup fp tests.
2016-11-06 00:11:53 -07:00
John-David Dalton
b833d83a3e
Add tests for “AllWith” fp methods.
2016-11-06 00:11:53 -07:00
John-David Dalton
220713109c
Capitalize Lodash in header. [ci skip]
2016-11-06 00:11:53 -07:00
John-David Dalton
cafb9822ce
Refine combo mark ranges.
2016-11-06 00:11:48 -07:00
John-David Dalton
1b3815928d
Ensure fp.mergeAllWith accepts more than 2 sources. [ closes #2786 ]
2016-11-04 01:10:54 -07:00
greenkeeper[bot]
fbb67f9dbe
Update deps.
2016-11-03 08:24:04 -07:00
John-David Dalton
8d24f393ac
Increment package version to enable ci tests.
2016-11-01 00:55:43 -07:00
John-David Dalton
7759376b91
Bump to v4.16.6.
2016-10-31 23:00:14 -07:00
John-David Dalton
ccc3081be0
Rebuild lodash and docs.
2016-10-31 22:58:47 -07:00
John-David Dalton
62b66305f2
Adjust conditional assignments.
2016-10-31 20:34:49 -07:00
John-David Dalton
65daae2043
Remove unneeded var assignment in baseXor.
2016-10-31 16:32:58 -07:00
John-David Dalton
0fcf43b02b
Ensure _.xor returns an empty array when comparing the same array. [ closes #2776 ]
2016-10-31 16:32:58 -07:00
John-David Dalton
46d1f53ee9
Increment package version to enable ci tests.
2016-10-31 16:32:52 -07:00
John-David Dalton
fc22665dd8
Bump to v4.16.5.
2016-10-30 22:56:07 -07:00
John-David Dalton
7862e5ce2d
Rebuild lodash and docs.
2016-10-30 22:56:04 -07:00
John-David Dalton
7cbffd5ebf
Update deps.
2016-10-30 22:55:59 -07:00
John-David Dalton
5028267c72
Fix broken builds.
2016-10-29 18:32:24 -07:00
John-David Dalton
6f03ef955c
Drop Node 4 testing in travis.
2016-10-29 18:32:24 -07:00
John-David Dalton
f75bf13ad1
Use ~ instead of $HOME.
2016-10-29 18:32:23 -07:00
John-David Dalton
d7dbf0951d
Add another _.xor test for multiple arrays.
2016-10-29 18:32:23 -07:00
John-David Dalton
daf6de6a46
Add uncloneable Proxy constructor test.
2016-10-29 18:32:23 -07:00
John-David Dalton
7d4c3ed404
Add async function detection to _.isFunction.
2016-10-29 18:32:23 -07:00
John-David Dalton
a9fd17950a
Add clear to the Map interface note of _.memoize. [ci skip]
2016-10-29 18:32:23 -07:00
John-David Dalton
b91a515258
Cleanup test labels.
2016-10-27 00:06:59 -07:00
John-David Dalton
bc5729a9de
Use consistent nullish checks.
2016-10-27 00:06:59 -07:00
John-David Dalton
729d1a57aa
Ensure _.xor works with more than two arrays. [ closes #2758 ]
2016-10-27 00:06:59 -07:00
John-David Dalton
73e2562cd1
Add Node 7 testing to travis.
2016-10-26 00:51:34 -07:00
John-David Dalton
849423c9d8
Param doc format nits. [ci skip]
2016-10-25 23:13:40 -07:00
Richard Gibson
1c9a9f364d
Avoid object mutation in getRawTag. [ closes #2755 ]
2016-10-25 23:13:34 -07:00
John-David Dalton
e485e16d28
Update deps.
2016-10-25 14:30:33 -07:00
John-David Dalton
bc49e7fe18
Bump Chrome testing in Sauce.
2016-10-24 16:15:31 -07:00
John-David Dalton
6a9337434f
Use travis jwt addon.
2016-10-24 16:15:31 -07:00
John-David Dalton
0c89b9aeb5
Update uglify-js to 2.7.4.
2016-10-24 10:17:49 -07:00
Josh Soref
6f7a8501cb
Spelling. ( #2745 )
2016-10-20 12:15:15 -07:00
John-David Dalton
7a03898ffe
Bump HOT_COUNT limit to improve fp debugging.
2016-10-19 16:22:32 -07:00
John-David Dalton
609ae34b4e
Rename jQuery Foundation to JS Foundation. [ci skip]
2016-10-19 08:41:40 -07:00
John-David Dalton
2d21faf68a
Update async to 2.1.2.
2016-10-19 08:41:36 -07:00
John-David Dalton
26ee0c5c2a
Cleanup PhantomJS upgrade.
2016-10-15 23:32:13 -07:00
John-David Dalton
cafb5e1331
Avoid leaked var in _.before test.
2016-10-15 18:10:55 -07:00
John-David Dalton
7717b8aa64
Remove more quotes.
2016-10-15 18:10:55 -07:00
John-David Dalton
c82322c490
Fix amd test fails.
2016-10-15 18:10:50 -07:00
John-David Dalton
4af0c066ec
Update async to 2.1.1.
2016-10-15 12:17:20 -07:00
John-David Dalton
d2b10de40b
Bump Edge testing in Sauce.
2016-10-13 12:30:51 -07:00
John-David Dalton
26bfb74a60
Continue to configure npm.
2016-10-13 00:59:02 -07:00
John-David Dalton
ef129e4c8c
Use semicolons in place of &&.
2016-10-13 00:48:07 -07:00
John-David Dalton
0b04309ea5
Use yarn.
2016-10-12 22:42:58 -07:00
John-David Dalton
fb4852f6db
More travis cleanup.
2016-10-12 22:21:35 -07:00
John-David Dalton
5046943020
Remove extraneous quotes from travis.yml.
2016-10-12 19:50:55 -07:00
John-David Dalton
14d7f89f75
Remove mapping shortcut references.
2016-10-12 07:03:02 -07:00
John-David Dalton
d431e97030
fp.convert should handle aliased and remapped methods. [closes #2728 ]
2016-10-11 22:40:20 -07:00
John-David Dalton
8f06ea259a
Tweak exit early in _.isFunction.
2016-10-10 10:34:38 -07:00
John-David Dalton
0a0fa58e2d
Use isObjectLike instead of isObject.
2016-10-10 10:28:16 -07:00
John-David Dalton
286f1abb87
Use empty string instead of undefined.
2016-10-10 10:27:57 -07:00
John-David Dalton
a621ba236a
Remove try-catches in tests where possible.
2016-10-10 08:13:15 -07:00
John-David Dalton
a041a3782d
Remove unneeded IE conditional comments test.
2016-10-10 08:12:35 -07:00
John-David Dalton
9f8064a8b5
Add read-only Symbol.toStringTag test.
2016-10-09 23:35:46 -07:00
John-David Dalton
729f424622
Minor formatting nit. [ci skip]
2016-10-09 22:40:40 -07:00
John-David Dalton
6a8e978fd7
Remove unneeded _.isPlainObject test.
2016-10-09 22:32:20 -07:00
John-David Dalton
aea509c230
Add Symbol.toStringTag test for _.isPlainObject.
2016-10-09 22:25:33 -07:00
John-David Dalton
21113b8c87
Minor hyphen nit. [ci skip]
2016-10-09 22:25:01 -07:00
John-David Dalton
dcf6d382c4
Add missing realm.element.
2016-10-09 21:27:25 -07:00
John-David Dalton
c541598f40
Cleanup testing arguments objects.
2016-10-09 21:09:50 -07:00
John-David Dalton
bd8e38518f
Add more _.isElement tests.
2016-10-09 20:24:48 -07:00
John-David Dalton
067036a359
Simplify isElement.
2016-10-09 20:24:36 -07:00
John-David Dalton
22b51ed232
Refine _.isError checks to avoid false positives on plain objects.
2016-10-09 20:06:03 -07:00
John-David Dalton
054e78572b
Add support for ordinals to _.words.
2016-10-09 16:43:44 -07:00
John-David Dalton
31cb06a643
Move Symbol.toStringTag workaround to getRawTag.
2016-10-09 16:43:36 -07:00
John-David Dalton
ee4a5a2604
Make objectToString its own helper function.
2016-10-09 12:59:28 -07:00
John-David Dalton
05b60871c5
Minor toSource param description nit. [ci skip]
2016-10-09 12:37:22 -07:00
John-David Dalton
03a194fcb9
Make toStringTag checks resistant to spoofing.
2016-10-08 10:59:01 -07:00
John-David Dalton
52e96c38dc
Exit early from _.isEmpty for nullish values.
2016-10-08 10:42:21 -07:00
John-David Dalton
f5dd98cac4
Clarify lodash build.
2016-10-08 10:41:35 -07:00
John-David Dalton
b890d40b54
Remove unneeded capture phase param from addEventListener.
2016-10-08 10:41:21 -07:00
John-David Dalton
457a0dc703
Update glob to 7.1.1.
2016-10-07 15:31:47 -07:00
John-David Dalton
e4837cd75d
Increment package version to enable ci tests.
2016-10-07 08:15:21 -07:00
John-David Dalton
67b2c6f900
Bump to v4.16.4.
2016-10-05 23:20:11 -07:00
John-David Dalton
260a84c4d8
Rebuild lodash and docs.
2016-10-05 23:19:24 -07:00
John-David Dalton
4b0db6ec6c
Update qunit-extras to 3.0.0.
2016-10-05 23:19:24 -07:00
John-David Dalton
9c4c194bb5
Replace Object.create mock with undefined to hit more bizarro code paths.
2016-10-05 23:19:24 -07:00
John-David Dalton
ac74a1ea15
Remove unneeded shim juggle.
2016-10-05 23:19:24 -07:00
John-David Dalton
e4ddf3e155
Add nested check to _.merge test for non-plain object source values.
2016-10-05 23:19:23 -07:00
John-David Dalton
896b27ef73
Remove unneeded bizarro tests.
2016-10-05 23:19:23 -07:00
John-David Dalton
bdf0b9f288
Cleanup Babel workaround.
2016-10-05 23:19:10 -07:00
John-David Dalton
1665e5cbff
Add bizarro _.create test.
2016-10-05 17:22:31 -07:00
John-David Dalton
6e8c0de1ff
Add buffer test for _.merge.
2016-10-05 15:36:36 -07:00
John-David Dalton
4fb41ac6a9
Update removed snippets for the coverage run.
2016-10-05 12:13:25 -07:00
John-David Dalton
af983b2dd3
Ensure _.negate test for multiple arguments hits the 4 arguments case.
2016-10-05 11:09:37 -07:00
John-David Dalton
405d5875b8
Add _.isEmpty test for prototype objects.
2016-10-05 11:09:37 -07:00
John-David Dalton
b30f979ec7
Wrap arguments in case IIFE is removed.
2016-10-05 10:34:20 -07:00
John-David Dalton
836bd258a0
Ensure _.toString works on an array of symbols.
2016-10-05 09:07:51 -07:00
John-David Dalton
d2f74ee245
Minor _.toString doc typo fix. [ci skip]
2016-10-05 08:16:03 -07:00
John-David Dalton
45f668b416
Add baseIsArguments.
2016-10-04 22:28:17 -07:00
John-David Dalton
d29d74f687
Move baseClamp use to arraySampleSize and baseSampleSize.
2016-10-04 22:28:16 -07:00
John-David Dalton
9fba7be296
Add comments to arrayLikeKeys. [ci skip]
2016-10-04 08:41:32 -07:00
John-David Dalton
f30851bac1
Simplify _.isArguments more.
2016-10-04 01:08:05 -07:00
John-David Dalton
d308bce09f
Add isTypedArray check to _.isEmpty.
2016-10-04 00:32:15 -07:00
John-David Dalton
3d7dbd140c
Remove unused variable.
2016-10-04 00:23:34 -07:00
John-David Dalton
15bd64a1b4
Normalize keys of buffers and typed arrays.
2016-10-04 00:23:00 -07:00
John-David Dalton
3c30100837
Use baseFor in baseMerge.
2016-10-03 22:32:30 -07:00
John-David Dalton
81bdb9da43
Cleanup array type juggling.
2016-10-03 20:34:37 -07:00
John-David Dalton
60e3a93a30
Simplify _.isArguments.
2016-10-03 20:33:39 -07:00
John-David Dalton
158f2839fd
Remove Safari 8.1 note. [ci skip]
2016-10-03 20:30:46 -07:00
John-David Dalton
c7b9df4286
Cleanup branching for array-likes in baseMergeDeep.
2016-10-03 18:06:07 -07:00
John-David Dalton
0eca941e22
Add isBuffer checks to baseMerge and _.transform.
2016-10-03 18:05:32 -07:00
John-David Dalton
8592f4163f
Fix _.merge regression with buffers. [ closes #2699 ]
2016-10-03 17:07:45 -07:00
John-David Dalton
29e2598a39
Remove duplicate operator. [ci skip]
2016-10-03 14:57:06 -07:00
John-David Dalton
32e75acb9f
Indentation nit. [ci skip]
2016-10-03 14:56:32 -07:00
John-David Dalton
b54501a771
Increment package version to enable ci tests.
2016-10-03 10:34:46 -07:00
John-David Dalton
6062860628
Bump to v4.16.3.
2016-10-02 20:22:53 -07:00
John-David Dalton
a12c3797fb
Rebuild lodash and docs.
2016-10-02 20:22:06 -07:00
John-David Dalton
48bc8b4f1a
Update Firefox in sauce.
2016-10-02 19:19:10 -07:00
John-David Dalton
e861681963
Cleanup buffer tests.
2016-10-02 13:57:42 -07:00
John-David Dalton
9985e81808
Add _.isEqual test for buffers.
2016-10-02 13:37:47 -07:00
John-David Dalton
ffde99b216
Minor test formatting nit. [ci skip]
2016-10-01 23:35:30 -07:00
John-David Dalton
492caa4fd2
Add _.isFunction test for the Proxy constructor.
2016-10-01 23:34:45 -07:00
John-David Dalton
01c0950ae8
Add existence check for runInContext. [ closes #2694 ]
2016-09-30 15:33:12 -07:00
John-David Dalton
20fa52309c
Add proxyTag check to _.isFunction for Safari 10 support of the Proxy constructor. [ closes #2689 ]
2016-09-29 14:54:09 -07:00
John-David Dalton
7a345b5606
Clarify fp spread methods description. [ closes #2687 ] [ci skip]
2016-09-29 13:06:04 -07:00
John-David Dalton
b6d8116882
Indentation nit in readme. [ci skip]
2016-09-28 14:03:24 -07:00
John-David Dalton
4495e74f77
Treat buffers separately from typed arrays.
2016-09-28 12:54:11 -07:00
John-David Dalton
c009349d99
Use only one defineProperty reference.
2016-09-27 14:36:41 -07:00
John-David Dalton
26d5ba992c
Fix prototype typo.
2016-09-27 14:04:06 -07:00
John-David Dalton
320ef6f933
Cleanup assignment test.
2016-09-26 21:43:49 -07:00
John-David Dalton
b678bb4a74
Make _.defaultsDeep and _.merge consistent with _.defaults in assigning undefined values. [ closes #2676 ]
2016-09-26 21:43:49 -07:00
John-David Dalton
c1c394ac60
Increment package version to enable ci tests.
2016-09-26 21:43:49 -07:00
John-David Dalton
70d3057e17
Bump to v4.16.2.
2016-09-25 13:24:51 -07:00
John-David Dalton
3d27920226
Rebuild lodash and docs.
2016-09-25 13:24:51 -07:00
John-David Dalton
33a43a5f93
Update Node usage example. [ci skip]
2016-09-25 13:24:51 -07:00
John-David Dalton
fac9501840
Refine ext detection.
2016-09-25 13:19:48 -07:00
John-David Dalton
4d6aade733
Rename param to size.
2016-09-25 13:19:48 -07:00
John-David Dalton
d9e2c1cc34
Remove MAX_ARRAY_LENGTH use in arrayShuffle and baseShuffle.
2016-09-25 13:19:48 -07:00
John-David Dalton
c8c6a7e7b1
Fix arraySample description. [ci skip]
2016-09-25 13:19:48 -07:00
John-David Dalton
69addb855e
Add baseSample, baseSampleSize, and baseShuffle.
2016-09-25 13:19:48 -07:00
John-David Dalton
55fb0172c0
Move thrower from v4 to move to v3.
2016-09-25 13:19:43 -07:00
John-David Dalton
2026cbeebd
Add thrower helper.
2016-09-24 10:57:38 -07:00
John-David Dalton
d6d01cdfa0
Remove the need for es-sham.
2016-09-23 19:25:46 -07:00
John-David Dalton
cb07604dc6
Fix local failing PhantomJS 2 test.
2016-09-23 16:51:21 -07:00
John-David Dalton
549def0e48
Use Buffer.allocUnsafe when available.
2016-09-23 16:48:36 -07:00
John-David Dalton
a3c215919d
Create more error text constants.
2016-09-23 16:48:02 -07:00
John-David Dalton
ab904a1047
Add error to encourage users to shim when needed.
2016-09-23 14:39:03 -07:00
John-David Dalton
60381f4d6c
Update deps.
2016-09-22 16:02:49 -07:00
John-David Dalton
8f607295ae
Increment package version to enable ci tests.
2016-09-20 15:13:43 -07:00
John-David Dalton
27218a95af
Bump to v4.16.1.
2016-09-20 09:40:52 -07:00
John-David Dalton
8e150ad6bc
Rebuild lodash and docs.
2016-09-20 09:40:52 -07:00
John-David Dalton
c8914a890c
Excuse more Underscore _.escape tests.
2016-09-20 09:40:52 -07:00
John-David Dalton
b25a86f352
Use lodashStable.escape in more places.
2016-09-20 07:49:59 -07:00
John-David Dalton
ec8e279235
Add _.escape and _.unescape tests for backticks.
2016-09-20 07:49:40 -07:00
John-David Dalton
1cc16029db
Avoid attempting to (un)escape backticks. [ closes #2660 ]
2016-09-20 07:31:21 -07:00
John-David Dalton
5c912bcc62
Wrap runInContext in parentheses as a hint to avoid deferred parsing.
2016-09-19 17:13:18 -07:00
John-David Dalton
b3742c8d3c
Update coveralls to 2.11.14.
2016-09-19 17:13:18 -07:00
John-David Dalton
c3a7516712
Increment package version to enable ci tests.
2016-09-19 17:13:18 -07:00
John-David Dalton
12319d5775
Bump to v4.16.0.
2016-09-17 22:13:04 -07:00
John-David Dalton
45e1965936
Rebuild lodash and docs.
2016-09-17 22:10:52 -07:00
John-David Dalton
6091c8ec49
Remove outdated _.runInContext example. [ci skip]
2016-09-17 19:12:45 -07:00
John-David Dalton
cfb7dab0f3
Update deps.
2016-09-17 18:42:43 -07:00
John-David Dalton
2d9f3cde0f
Add greenkeeper ignore field to packagre.json. [ci skip]
2016-09-17 16:28:15 -07:00
John-David Dalton
e5f4770247
Break out _.sampleSize and _.shuffle into array helpers.
2016-09-16 08:27:46 -07:00
Greenkeeper
dc7c321514
Update coveralls to 2.11.13.
2016-09-15 10:55:21 -07:00
John-David Dalton
40164659b1
Simplify changelog reference. [ci skip]
2016-09-15 10:16:59 -07:00
Mark Stosberg
7829f3d224
Add CHANGELOG in the expected place and link it to where it's actually maintained. ( #2648 )
...
Ref: https://github.com/lodash/lodash/issues/875
2016-09-15 10:10:09 -07:00
John-David Dalton
92359257c1
Update tested Chrome version in sauce.
2016-09-14 11:15:34 -07:00
John-David Dalton
d2a2b3a8c4
Reduce n_ note. [ci skip]
2016-09-10 21:05:32 -07:00
John-David Dalton
4019eb65f2
Use jsdelivr combo src for fp example. [ci skip]
2016-09-10 14:22:38 -07:00
John-David Dalton
4c5bead5c6
Update Node usage comments. [ci skip]
2016-09-10 13:34:07 -07:00
John-David Dalton
0163aae357
Trim code snippet comments.
2016-09-10 13:08:45 -07:00
John-David Dalton
8fa23a94a0
Use nullish checks instead of coercing to booleans.
2016-09-10 10:48:36 -07:00
John-David Dalton
8176d56c72
Move arraySample definition to fix builds.
2016-09-06 14:24:53 -07:00
John-David Dalton
5add168743
Update requirejs.
2016-09-06 13:00:59 -07:00
John-David Dalton
27e59404d3
Add engines field to package.json.
2016-09-06 12:43:28 -07:00
John-David Dalton
54f5ac7b8d
Simplify nested highlights selector.
2016-09-06 08:04:38 -07:00
John-David Dalton
5c688cc0b7
Remove rogue html-minifier reference.
2016-09-05 23:20:37 -07:00
John-David Dalton
86efb0ea09
Use an arrow function.
2016-09-05 23:18:39 -07:00
John-David Dalton
bc13666222
Reduce highlights further.
2016-09-05 22:49:26 -07:00
John-David Dalton
d1abde7d1a
Remove broken HTML escaping.
2016-09-05 02:08:07 -07:00
John-David Dalton
691db4d406
Refine the auto-link selector.
2016-09-05 01:54:33 -07:00
John-David Dalton
fb833b0c19
Cleanup build-site.js.
2016-09-04 22:32:21 -07:00
John-David Dalton
4d2181ad83
Use template string literals in build-doc.js.
2016-09-04 22:26:48 -07:00
John-David Dalton
9dd291a96e
Move html-minifier use to lodash.github.io.
2016-09-04 01:23:16 -07:00
John-David Dalton
1344803e7e
Minify highlights snippets.
2016-09-03 09:22:57 -07:00
John-David Dalton
4a5f8fa974
Split _.sample out to arraySample.
2016-09-01 20:03:40 -07:00
John-David Dalton
212e4a6407
Add more doc notes on the order of results. [ci skip] [ closes #2622 ]
2016-09-01 11:41:38 -07:00
John-David Dalton
d47123779e
Avoid inserting empty details.
2016-09-01 01:30:29 -07:00
John-David Dalton
fc734a6371
Increase the HOT_COUNT to avoid shorting out setting fp toString methods.
2016-09-01 01:12:12 -07:00
John-David Dalton
02be5b808e
Rename “_” id references to “lodash”.
2016-08-30 22:32:32 -07:00
John-David Dalton
0d757fdc40
Ensure _.has returns the correct result for nested sparse arrays. [ closes #2614 ]
2016-08-30 19:20:52 -07:00
John-David Dalton
0263a879c4
Add _.template note for disabling the ES template literal delimiter. [ci skip]
2016-08-29 16:19:23 -07:00
John-David Dalton
c309ed1c49
Add collapse_vars to the Uglify options.
2016-08-29 08:23:37 -07:00
John-David Dalton
e58de14437
Add memoizeCapped.
2016-08-29 08:07:34 -07:00
John-David Dalton
78a7fa1d14
Add Node.js test note. [ci skip]
2016-08-29 08:07:34 -07:00
John-David Dalton
77178a9583
Replace chaining _.forEach doc example with regular usage. [ci skip]
2016-08-29 07:37:47 -07:00
Georgii Dolzhykov
d2ab33eb52
Minor doc fix for mergeWith. [ closes #2610 ] [ci skip]
2016-08-29 07:23:14 -07:00
John-David Dalton
7b3194660c
Fix failing _.memoize test in IE 11.
2016-08-28 18:46:19 -07:00
John-David Dalton
f627b25e9d
Remove cache.clear existance check.
2016-08-28 18:46:19 -07:00
John-David Dalton
1bbb7c9d3b
Add _.memoize tests for max cache size and immutable maps.
2016-08-28 18:46:19 -07:00
John-David Dalton
08a4ae1f56
Add _.memoize tests for max cache size.
2016-08-28 18:46:19 -07:00
John-David Dalton
7c398f8019
Add Stack#size.
2016-08-28 18:46:03 -07:00
John-David Dalton
6651023f7f
Unescape delete properties.
2016-08-27 19:58:03 -07:00
John-David Dalton
021df666a3
Cleanup test method flags.
2016-08-27 19:43:44 -07:00
John-David Dalton
d7e60cb6d0
Add more object assignments tests.
2016-08-27 19:29:41 -07:00
John-David Dalton
4cd26e6860
Add more “__proto__” assignment tests.
2016-08-27 19:17:11 -07:00
John-David Dalton
946a3bf5c8
Remove unneeded value guards in tests.
2016-08-27 18:36:40 -07:00
John-David Dalton
b10e6a01b2
Add _.memoize cache limit.
2016-08-27 18:21:42 -07:00
John-David Dalton
e23341a118
Fix deburred long S value. [ closes #2606 ]
2016-08-27 16:52:46 -07:00
John-David Dalton
4446fb13a3
Change postfix increment operators to prefix.
2016-08-27 15:46:40 -07:00
John-David Dalton
4dfbde7716
Add shortOut helper.
2016-08-27 15:35:36 -07:00
John-David Dalton
3c03d4a1f3
Add castRest, flatRest, and overRest helpers.
2016-08-27 11:26:42 -07:00
John-David Dalton
a0ecdfff0b
Minor _.defer doc example nit. [ci skip]
2016-08-27 11:26:41 -07:00
John-David Dalton
60023a23df
Exit concat early if no arguments are provided.
2016-08-27 10:44:18 -07:00
John-David Dalton
e96442631c
Scope markdown-doctest to the doc folder.
2016-08-27 09:17:45 -07:00
John-David Dalton
94750bfa3c
Use ES6 in lib files.
2016-08-27 08:54:37 -07:00
John-David Dalton
5cc02555d0
Update Chrome and Firefox in sauce.
2016-08-25 15:44:26 -07:00
John-David Dalton
6e2f7e2f38
Update glob to 7.0.6.
2016-08-25 07:29:29 -07:00
John-David Dalton
de92cc32e6
Add __proto__ guards to more methods.
2016-08-25 07:00:40 -07:00
John-David Dalton
e97205409d
Make the readme mimic the homepage more. [ci skip]
2016-08-24 08:22:27 -07:00
Zakaria Ridouh
091d8e3dbf
add npm install guide ( #2592 )
2016-08-23 17:04:03 -07:00
John-David Dalton
171ca53c29
Split defineProperty to nativeDefineProperty.
2016-08-23 12:26:44 -07:00
John-David Dalton
5be61796d9
Use quotes instead of backticks.
2016-08-22 23:24:10 -07:00
John-David Dalton
1aee1c6cb8
Fix IE11 test fail.
2016-08-22 23:09:41 -07:00
John-David Dalton
343f48b08c
Ensure __proto__ is treated as a regular key in assignments. [ closes #2591 ]
2016-08-22 11:06:02 -07:00
John-David Dalton
358ecfd2eb
Add writable descriptor to setToString.
2016-08-22 10:56:07 -07:00
John-David Dalton
8066ad7e65
Rename bash to shell. [ci skip]
2016-08-22 00:09:05 -07:00
John-David Dalton
7ae0d0099d
Reduce highlights class names.
2016-08-21 23:58:28 -07:00
John-David Dalton
2e4fc41c9b
Update marky-markdown to 8.1.0.
2016-08-21 21:04:37 -07:00
Greenkeeper
71247ff556
Update deps.
2016-08-21 19:07:06 -07:00
John-David Dalton
5ef163f143
Drop lesser used or soon to be unsupported Node.js versions from travis.
2016-08-21 19:06:24 -07:00
John-David Dalton
510cbfaa3f
Cleanup fp test labels.
2016-08-18 10:45:08 -07:00
John-David Dalton
bd3fcab9c0
Add fp.rangeStep and fp.rangeStepRight. [ closes #2584 ]
2016-08-18 10:45:08 -07:00
John-David Dalton
9841e6aa4c
Use cacheHas in equalArrays.
2016-08-17 12:04:07 -07:00
John-David Dalton
1bf125eebd
Add strictIndexOf and strictLastIndexOf helpers.
2016-08-17 12:04:06 -07:00
John-David Dalton
f9936b8b54
Add setToString helper.
2016-08-17 12:04:06 -07:00
John-David Dalton
d11aa6de06
Update _.sortBy doc example with preferred usage. [ci skip]
2016-08-17 12:04:06 -07:00
John-David Dalton
1c4fccc0fd
Remove Edge note since it’s covered by the IE 11 note. [ci skip]
2016-08-17 12:04:06 -07:00
John-David Dalton
aa0323f04d
Update Node.js compat comment. [ci skip]
2016-08-17 12:04:06 -07:00
John-David Dalton
2916e9dd11
Remove nonEnumShadows.
2016-08-13 14:17:41 -07:00
John-David Dalton
6958d7abd4
Newline nits. [ci skip]
2016-08-13 14:13:46 -07:00
John-David Dalton
9e661cb858
Excuse more Underscore tests.
2016-08-13 14:13:34 -07:00
John-David Dalton
a972026c67
Drop Node 0.10 testing in travis.
2016-08-13 13:52:20 -07:00
John-David Dalton
2b1bda7418
Remove old Chrome and Firefox fixes.
2016-08-13 13:50:21 -07:00
John-David Dalton
a6a3f3ed80
Remove isHostObject helper.
2016-08-13 13:29:41 -07:00
John-David Dalton
5cca51e978
Remove escaping backticks.
2016-08-13 13:29:41 -07:00
John-David Dalton
7c971587dc
Increment package version to enable ci tests.
2016-08-13 13:29:41 -07:00
John-David Dalton
40a13d4b86
Bump to v4.15.0.
2016-08-12 07:20:51 -07:00
John-David Dalton
a0971d016d
Rebuild lodash and docs.
2016-08-11 23:09:09 -07:00
John-David Dalton
410e9e3eb8
Update _.deburr tests.
2016-08-11 23:05:31 -07:00
John-David Dalton
37813c3826
Add _.negate test for accepting multiple arguments.
2016-08-11 23:05:28 -07:00
John-David Dalton
e00c243662
Update bug comments. [ci skip]
2016-08-11 23:05:27 -07:00
John-David Dalton
f504f5aac5
Minor comment nit. [ci skip]
2016-08-10 23:51:13 -07:00
John-David Dalton
0b63f2c259
Implement reAsciiWord by a negated character class to match more when unicode is dropped.
2016-08-10 23:18:15 -07:00
John-David Dalton
14fb27ce77
Update _.debounce test to hit code branch.
2016-08-10 18:44:46 -07:00
John-David Dalton
7da7d7b7e0
Update ecstatic to 2.1.0.
2016-08-10 18:44:21 -07:00
John-David Dalton
907add6acc
Have travis cache the npm cache instead of node_modules.
2016-08-10 12:51:04 -07:00
John-David Dalton
f110e3ddcd
Add Latin Extended-A support to comments/docs. [ci skip]
2016-08-10 12:51:04 -07:00
John-David Dalton
ed206e5611
Added latin extended-a block support to _.deburr. [ closes #2511 ]
2016-08-10 12:50:57 -07:00
John-David Dalton
e4d8af175b
Remove String reference.
2016-08-09 20:15:51 -07:00
John-David Dalton
ba7ddc8cdc
Minor format nit. [ci skip]
2016-08-09 18:18:45 -07:00
John-David Dalton
389f5790a7
Remove npm update —dev from travis.
2016-08-09 18:17:59 -07:00
John-David Dalton
6071982dd9
Rework ascii and unicode helpers.
2016-08-09 18:08:20 -07:00
Greenkeeper
f71c0bd4c3
Update ecstatic to 2.0.0.
2016-08-09 12:22:47 -07:00
John-David Dalton
50b45d013a
Fix typo in FP doc template. [ci skip]
2016-08-09 07:49:17 -07:00
John-David Dalton
93a047e77c
Remove chatty npm update from lodash-cli in travis.
2016-08-09 00:01:22 -07:00
John-David Dalton
a3bf0e8888
Simplify _.size.
2016-08-08 23:39:02 -07:00
John-David Dalton
d8fa2f3e89
Fix safari test.
2016-08-08 20:47:21 -07:00
John-David Dalton
e361c5a5b3
Preserve lodash-cli node_modules in travis.
2016-08-08 18:58:46 -07:00
John-David Dalton
3ef032cbaf
Add npm prune and update to travis.
2016-08-08 17:14:12 -07:00
John-David Dalton
36cf5a7ff3
Remove _.isFunction use from _.toNumber.
2016-08-08 16:38:56 -07:00
John-David Dalton
6d930d6920
Simplify _.isEmpty.
2016-08-08 16:38:51 -07:00
John-David Dalton
f676a8c9c1
Increment package version to enable ci tests.
2016-08-08 15:52:44 -07:00
John-David Dalton
941ffee2d3
Bump to v4.14.2.
2016-08-07 21:46:32 -07:00
John-David Dalton
0a71f3372f
Rebuild lodash and docs.
2016-08-07 20:56:55 -07:00
John-David Dalton
f817f68487
Update docdown to 0.7.1.
2016-08-07 16:07:06 -07:00
John-David Dalton
826975f392
Add trailing newline to generated docs.
2016-08-07 14:40:28 -07:00
John-David Dalton
5f244d3c31
Remove em elements from code blocks.
2016-08-07 14:14:23 -07:00
John-David Dalton
71be34859f
Wrap doc site in raw tags.
2016-08-07 13:55:38 -07:00
John-David Dalton
f9a4705c9c
Add node_modules to travis cache.
2016-08-06 23:01:52 -07:00
John-David Dalton
a546842792
Upgrade travis to phantom.js v2.
2016-08-06 20:38:08 -07:00
John-David Dalton
ba86e20179
Fix IE 9 test fails.
2016-08-06 20:08:43 -07:00
John-David Dalton
b32fc6f6e6
Minor function/method nit. [ci skip]
2016-08-06 17:15:54 -07:00
John-David Dalton
1f13a34687
Add nativeKeysIn and cleanup object coercion.
2016-08-06 17:07:45 -07:00
John-David Dalton
f212b4850d
Update links to ecma-262/7.0. [ci skip]
2016-08-04 21:54:03 -07:00
John-David Dalton
1b4555afb6
Restructure keys methods.
2016-08-04 21:53:55 -07:00
John-David Dalton
358013c67e
Cleanup overArg description. [ci skip]
2016-08-04 09:40:01 -07:00
John-David Dalton
a98667ca05
Remove old JIT and engine bug guards.
2016-08-03 22:06:03 -07:00
John-David Dalton
02e9f4c333
Simplify _.isEmpty.
2016-08-03 21:42:52 -07:00
John-David Dalton
d7951db01b
Fix test fail in es builds.
2016-08-03 17:22:20 -07:00
John-David Dalton
21fba2df9f
Reduce deps of _.initial and _.tail.
2016-08-03 13:04:10 -07:00
John-David Dalton
a4947139a6
Overwrite primitives in paths of set methods. [ closes #2558 ]
2016-08-03 10:48:22 -07:00
John-David Dalton
c01e7580cd
Avoid error in Edge accessing localStorage when loading tests via the file: protocol.
2016-08-03 08:34:40 -07:00
John-David Dalton
8b4f22ed75
Update marky-markdown wrapping fix.
2016-08-02 12:07:06 -07:00
John-David Dalton
669b76bf99
Update marky-markdown.
2016-08-02 00:16:07 -07:00
Greenkeeper
efee02ace7
Update docdown to 0.7.0.
2016-08-01 20:20:31 -07:00
John-David Dalton
cd8adf5611
Minor doc formatting nits. [ci skip]
2016-08-01 17:28:22 -07:00
John-David Dalton
d216106b88
Add private tag to unexposed functions. [ci skip]
2016-08-01 17:25:16 -07:00
John-David Dalton
6dd8fb12ad
Ensure fp.nthArg returns a curried function.
2016-08-01 16:55:12 -07:00
John-David Dalton
a4999575d0
Cleanup npm link creation.
2016-08-01 14:39:37 -07:00
John-David Dalton
fcaff8ff28
Update timeout related doc type tags. [ closes #2553 ] [ci skip]
2016-08-01 08:53:30 -07:00
John-David Dalton
cf0b3e3212
Update docdown options.
2016-07-31 22:16:11 -07:00
John-David Dalton
bccb4150fd
Add _.every doc note on matching empty collections. [ci skip]
2016-07-31 16:32:55 -07:00
John-David Dalton
9a297b0eb5
Cleanup partial comparison notes. [ci skip]
2016-07-31 16:32:08 -07:00
Dan J Miller
9c4baf7645
Clarify how comparison with empty sources is handled by _.matches, _.isMatch and _.matchesProperty. ( #2548 )
2016-07-31 00:54:48 -07:00
John-David Dalton
73b2f20509
Use lodash-doc-globals.
2016-07-30 23:48:17 -07:00
John-David Dalton
642690e692
Fix failing amd test.
2016-07-30 12:10:46 -07:00
John-David Dalton
1468c74c36
Make doubley sure Date.now, clearTimeout, and setTimeout are mockable.
2016-07-30 12:10:46 -07:00
Greenkeeper
0bfa1ec2d0
Update lodash to 4.14.1.
2016-07-30 12:10:46 -07:00
John-David Dalton
7c74464d7a
Remove prepublish hook because we don’ publish this branch. [ci skip]
2016-07-30 12:10:46 -07:00
John-David Dalton
de051ac1ac
Increment package version to enable ci tests.
2016-07-30 12:10:46 -07:00
John-David Dalton
ba0c4c413d
Bump to v4.14.1.
2016-07-29 00:40:38 -07:00
John-David Dalton
7e6f5ef4f5
Rebuild lodash and docs.
2016-07-29 00:40:38 -07:00
John-David Dalton
712eeb009f
Add missing semicolon. [ci skip]
2016-07-29 00:40:38 -07:00
Johannes Scharlach
b54e28deb7
Prevent failing circular reference detection. ( #2543 )
2016-07-28 23:12:53 -07:00
John-David Dalton
1f44cebac3
Update coveralls to 2.11.12.
2016-07-28 23:12:53 -07:00
John-David Dalton
9c05e8392b
Add stack.delete for other in equalArrays and equalObjects.
2016-07-28 23:12:53 -07:00
John-David Dalton
9a67fec48a
Remove stack.delete from baseMergeDeep.
2016-07-28 23:12:53 -07:00
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
de07e3f874
Add keys methods tests for array-like values.
2016-07-28 23:12:52 -07:00
John-David Dalton
c7e8953b68
Cleanup array-like tests.
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
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.
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
John-David Dalton
d7b2f922b5
Remove "v" prefix from version.
2016-07-17 20:09:59 -07:00
John-David Dalton
9ab55443eb
Fix _.isEqualWith and _.isMatchWith test fails.
2016-07-17 20:09:59 -07:00
John-David Dalton
67c7a43e6f
Move marky-markdown to an optional dep.
2016-07-17 20:09:59 -07:00
Alex Wachira
26a4bfb838
Make "lodash/fp" doc link point to untagged branch. [ci skip]
2016-07-17 20:09:59 -07:00
John-David Dalton
e7a16b2e64
Make "Contributing" doc link point to untagged branch. [ci skip]
2016-07-17 20:09:45 -07:00
John-David Dalton
a5612ed668
Update uglify-js to 2.7.0 and jscs to 3.0.6.
2016-07-17 20:09:03 -07:00
John-David Dalton
f55d15692b
Remove more markymark meta data.
2016-07-17 20:08:13 -07:00
John-David Dalton
107994859b
Remove markymark links from h4s.
2016-07-17 20:08:13 -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
9bc8519656
Cleanup build-site script.
2016-07-17 20:08:12 -07:00
Benjamin Tan
af36d2d8e5
Ensure proper tags are generated. ( #2465 )
2016-07-17 20:08:12 -07:00
Zack Hall
6b0069f10f
Add doc-site build script ( #2461 )
2016-07-17 20:08:12 -07:00
John-David Dalton
a64b629333
Combine _.isMatch and _.matches tests.
2016-06-29 12:31:07 -07:00
John-David Dalton
fc4cc977ed
Remove backticks from package name.
2016-06-29 12:31:07 -07:00
John-David Dalton
7483520c8c
Cleanup .gitignore.
2016-06-29 12:31:07 -07:00
John-David Dalton
5d18fb8c70
Simplify uglify options.
2016-06-29 12:31:07 -07:00
John-David Dalton
1163bfac5c
Add _.conformsTo tests.
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
Greenkeeper
fa29123c5e
Update deps.
2016-06-22 07:15:55 -07:00
John-David Dalton
314c652818
Update Chrome versions in sauce.
2016-06-22 07:15:45 -07:00
John-David Dalton
a3dd60370e
Cleanup fp tests.
2016-06-18 22:31:45 -07:00
John-David Dalton
3d82567118
Add isEvenIndex helper to fp tests.
2016-06-18 22:31:45 -07:00
John-David Dalton
eaac5e02c0
Add fp.propertyOf test.
2016-06-18 21:59:56 -07:00
John-David Dalton
3bd5703bdb
Downgrade QUnit for Backbone test support.
2016-06-18 21:30:38 -07:00
John-David Dalton
bf80a75474
Make fp.propertyOf and remap of fp.get.
2016-06-18 12:49:48 -07:00
John-David Dalton
bea7016223
Make fp.property and alias of fp.get.
2016-06-18 12:49:48 -07:00
John-David Dalton
c8ff2b4612
Update qunit to 2.0.0.
2016-06-18 12:49:48 -07:00
John-David Dalton
6c673cd19b
Cleanup wrapper details helpers.
2016-06-18 12:49:47 -07:00
John-David Dalton
c1ae43e041
Update glob to 7.0.4 and markdown-doctest to 0.8.0.
2016-06-18 12:49:38 -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
4a0610f107
Replace _.result use with _.get.
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
5783536837
Update dojo to 1.11.2 and jquery to 3.0.0.
2016-06-18 12:47:42 -07:00
John-David Dalton
f8646d1a5d
Minor space nit.
2016-06-10 12:19:28 -07:00
John-David Dalton
39bb7064e7
Minor doc nits. [ci skip]
2016-06-10 12:19:28 -07:00
John-David Dalton
388bf6934d
Ensure fp.rearg returns a curried function. [ closes #2413 ]
2016-06-08 23:55:25 -07:00
John-David Dalton
5122e9271c
Add conforms to aliasToReal fp mapping.
2016-06-08 23:26:57 -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
efb4db2b86
Isolate caches of tests.
2016-06-07 07:20:01 -07:00
John-David Dalton
ecbf8cd722
Add map cache test for changing values.
2016-06-07 07:08:33 -07:00
John-David Dalton
9992144130
Cleanup clone tests.
2016-06-07 07:08:14 -07:00
Greenkeeper
1f9cba6f53
Update markdown-doctest to 0.7.0.
2016-06-06 23:46:34 -07:00
John-David Dalton
2465a6bdbd
Add fp.mergeAllWith test.
2016-06-06 23:46:06 -07:00
John-David Dalton
1a7199fd6b
Cleanup fp tests.
2016-06-06 23:20:13 -07:00
John-David Dalton
57f0a4c6d7
Add conformsTo to fp aryMethod mapping.
2016-06-06 20:00:15 -07:00
John-David Dalton
138cf77916
Add fp.assignAllWith, fp.extendAllWith, and fp.mergeAllWith.
2016-06-06 19:58:51 -07:00
John-David Dalton
43d1ca89c2
Add _.ary and _.unary tests for this binding and minimum arg count.
2016-06-06 17:49:33 -07:00
John-David Dalton
51e619b18f
Cleanup this binding test labels.
2016-06-06 17:48:35 -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
John-David Dalton
cf1b9f9595
Update jscs to 3.0.4.
2016-06-05 22:55:57 -07:00
John-David Dalton
b0ec8339fa
Cleanup and simplify doc examples. [ci skip]
2016-06-05 16:43:19 -07:00
John-David Dalton
762748684e
Add _.conformsTo.
2016-06-05 15:08:39 -07:00
John-David Dalton
bdfd5880e9
Adjust freeExports and freeModule assignment.
2016-06-03 10:01:46 -07:00
John-David Dalton
9e55e5bcea
Move root exposure back to the AMD branch.
2016-06-03 06:27:30 -07:00
John-David Dalton
887576e4a5
Update sauce-tunnel to 2.5.0.
2016-06-02 15:31:48 -07:00
John-David Dalton
ccd1d6ab29
Simplify _.isBuffer.
2016-06-02 14:48:25 -07:00
John-David Dalton
fcbb63ad60
Ensure helpers work when provided < 1 or > 1 argument.
2016-06-02 09:06:02 -07:00
John-David Dalton
1607e7914c
Use faster C++ helpers when available.
2016-06-02 08:42:00 -07:00
John-David Dalton
68e98397ab
Add matches to aliasToReal fp mapping.
2016-06-01 07:33:57 -07:00
John-David Dalton
3983d4f473
Update whereEq alias.
2016-06-01 00:19:19 -07:00
John-David Dalton
9eda959489
Another round of fp aliases.
2016-06-01 00:18:49 -07:00
John-David Dalton
4880f9923c
Add fp.assignAll, fp.assignInAll, fp.defaultsAll, fp.defaultsDeepAll, and fp.mergeAll.
2016-06-01 00:02:23 -07:00
John-David Dalton
87e8a4290e
Add more fp aliases.
2016-05-31 20:37:50 -07:00
John-David Dalton
fd96d59963
Add strict mode directive to a few more files.
2016-05-31 10:47:29 -07:00
John-David Dalton
1a1771f0b5
Align method descriptions with "This method" instead of "A method". [ci skip]
2016-05-31 10:46:57 -07:00
John-David Dalton
22ed53260f
Add basePropertyOf helper.
2016-05-31 08:27:24 -07:00
John-David Dalton
77cf88a3bf
Add util.pitch.
2016-05-30 22:00:20 -07:00
John-David Dalton
695d74d7c5
Add jsdocs to fp build modules.
2016-05-29 17:14:01 -07:00
John-David Dalton
a164735369
Shorten return statement descriptions for isXyz methods. [ci skip]
2016-05-29 17:14:00 -07:00
John-David Dalton
6ccea636b1
Remove argument number specifier in methodSpread note. [ closes #2390 ] [ci skip]
2016-05-29 15:02:27 -07:00
John-David Dalton
0ccaf76661
Cleanup common lib docs. [ci skip]
2016-05-28 23:15:12 -07:00
John-David Dalton
593f6f9f86
Correct doc block for overArg helper in _baseConvert. [ci skip]
2016-05-28 10:16:28 -07:00
John-David Dalton
fbdda6df03
Add overArg helper.
2016-05-27 15:36:48 -07:00
John-David Dalton
a7dcce3e8d
Simplify jsdoc arg signatures.
2016-05-27 14:38:32 -07:00
John-David Dalton
ee5718003b
Simplify getSymbols fallback.
2016-05-27 13:46:00 -07:00
John-David Dalton
a43065ec08
Add baseGetTag helper.
2016-05-26 08:59:01 -07:00
John-David Dalton
1740ee91da
Minor space nit. [ci skip]
2016-05-26 07:15:18 -07:00
John-David Dalton
90f95306f9
Make _.defaultTo return the defaultValue for NaN and nullish values.
2016-05-26 07:15:18 -07:00
John-David Dalton
0964f9175e
Cleanup test descriptions with NaN. [ci skip]
2016-05-26 07:15:17 -07:00
John-David Dalton
dbde3f8826
Add link for sorted feature requests to contributing.md. [ci skip]
2016-05-26 07:15:17 -07:00
John-David Dalton
33e08baf3f
Update umd doc note. [ci skip]
2016-05-26 07:15:12 -07:00
John-David Dalton
6e67ebab05
Cleanup _.defaultTo.
2016-05-25 08:46:14 -07:00
Mateo Calle
5fbc5303ff
Added _.defaultTo. ( #2381 )
2016-05-24 21:35:56 -07:00
John-David Dalton
e582ad226a
Use heavy round-tipped rightwards arrow instead of the plain rightwards arrow.
2016-05-24 21:19:50 -07:00
John-David Dalton
dfb71a3a50
Pop stacks when possible.
2016-05-24 21:15:23 -07:00
John-David Dalton
5355f4f25e
Remove indexOfNaN in favor of baseFindIndex.
2016-05-24 12:42:14 -07:00
John-David Dalton
98c422d227
Avoid inspecting the entire key-value array when adding values to a stack.
2016-05-24 09:43:00 -07:00
John-David Dalton
e18b577d20
Add Map guard to stackSet.
2016-05-24 00:23:21 -07:00
John-David Dalton
7226df593e
Clarify createSet doc description. [ci skip]
2016-05-24 00:22:59 -07:00
John-David Dalton
8a376f647e
Cleanup iteratee arguments test labels.
2016-05-23 23:56:55 -07:00
John-David Dalton
050087f6c4
Cleanup "find" tests.
2016-05-23 23:56:23 -07:00
John-David Dalton
c67e347255
Make _.isEqual treat invalid dates as equiv.
2016-05-23 16:39:54 -07:00
John-David Dalton
3fdac985c7
Reduce createFind.
2016-05-23 16:39:04 -07:00
John-David Dalton
02ff3e6258
Remove "unique" mention from _.difference docs. [ci skip] [ closes #2372 ]
2016-05-23 11:03:10 -07:00
John-David Dalton
65ce1b0bb5
Remove unnecessary type tag. [ci skip]
2016-05-23 10:07:25 -07:00
John-David Dalton
7e8528104b
Increment package version to enable ci tests.
2016-05-23 10:07:25 -07:00
John-David Dalton
40ac55acb6
Bump to v4.13.1.
2016-05-23 08:58:01 -07:00
John-David Dalton
42c639d252
Rebuild lodash and docs.
2016-05-23 08:57:55 -07:00
John-David Dalton
d110b64ee4
Ensure _.find and _.findLast pass the correct key param to predicate. [ closes #2367 ]
2016-05-23 08:47:43 -07:00
John-David Dalton
a2617d810c
Add failing tests for #2367 .
2016-05-23 08:47:24 -07:00
John-David Dalton
90d07bc04c
Simplify isMaskable assignment.
2016-05-22 22:11:15 -07:00
John-David Dalton
013d9db86f
Bump to v4.13.0.
2016-05-22 19:30:21 -07:00
John-David Dalton
9d4d725bc7
Rebuild lodash and docs.
2016-05-22 19:30:13 -07:00
John-David Dalton
9881cc9e10
Add fp.unionBy, fp.unionWith, fp.uniqWith, fp.xorBy, and fp.xorWith tests.
2016-05-22 19:28:32 -07:00
John-David Dalton
01474fed0b
Add fp.intersectionBy and fp.intersectionWith tests.
2016-05-22 19:06:32 -07:00
John-David Dalton
024e6d8ae8
Add fp.differenceBy and fp.differenceWith tests.
2016-05-22 19:05:54 -07:00
John-David Dalton
607ba653f7
Update doc examples and tests for _.difference, _.intersection, _.union, _.uniq, and _.xor methods.
2016-05-22 19:04:32 -07:00
John-David Dalton
9090c1904f
Add _.property shorthand note to _.countBy docs. [ci skip]
2016-05-22 19:04:31 -07:00
John-David Dalton
158b762367
Split up "mutation" and "with" method tests.
2016-05-22 01:08:26 -07:00
John-David Dalton
e8b3b2dc31
Use isEven in _.remove test.
2016-05-22 01:08:26 -07:00
John-David Dalton
5d72eec742
Reorg find tests.
2016-05-22 01:08:26 -07:00
John-David Dalton
6fe020c920
Add fp.findFrom and fp.findLastFrom tests.
2016-05-22 01:08:26 -07:00
John-David Dalton
40c5a6af49
Remove without from skipRearg mapping. [ closes #2365 ]
2016-05-21 14:26:54 -07:00
John-David Dalton
803dce242b
Update sortedIndex method doc examples. [ci skip]
2016-05-21 11:57:02 -07:00
John-David Dalton
4ed722ccd8
Prefer array use for doc examples of params that accept arrays. [ci skip]
2016-05-21 11:57:02 -07:00
John-David Dalton
f35d479d5e
Update jquery to 2.2.4 and webpack to 1.13.1.
2016-05-20 21:52:55 -07:00
John-David Dalton
f3af61de97
Use stubs in mask functions.
2016-05-20 21:32:03 -07:00
John-David Dalton
077fb89083
Simplify getNative.
2016-05-20 21:32:03 -07:00
John-David Dalton
d4d4390846
Use _.stubFalse in _.isBuffer.
2016-05-20 21:32:03 -07:00
John-David Dalton
33e54546fe
Make stub functions hoistable.
2016-05-20 21:31:58 -07:00
John-David Dalton
bf008e0680
Add fp methodRearg mappings for set "with" and "by" methods. [ closes #2359 ]
2016-05-20 10:36:18 -07:00
John-David Dalton
08694bd709
Fix markdown-doctest run.
2016-05-20 09:00:45 -07:00
John-David Dalton
91242440fc
Should not ignore empty brackes and dots.
2016-05-20 08:42:03 -07:00
John-David Dalton
68ae6fc212
Ensure round methods don't return NaN for large precision values.
2016-05-20 08:15:24 -07:00
John-David Dalton
14a16c2a7a
Remove unnecessary doctrine fixes.
2016-05-19 22:18:51 -07:00
John-David Dalton
9cbb50d3a6
Remove unnecessary defineProperty guards.
2016-05-19 21:36:29 -07:00
John-David Dalton
47635b9978
Assign setTimeout to itself to avoid leak detection.
2016-05-19 21:35:44 -07:00
John-David Dalton
f90c3f2483
Ensure _.pullAll works with the same value for array and values. [ closes #2356 ]
2016-05-19 19:47:20 -07:00
John-David Dalton
5a67ecc142
Use setProperty to mock setTimeout to avoid global leak fails in older browsers.
2016-05-19 16:15:53 -07:00
John-David Dalton
a542f8ab54
Remove clearTimeout use.
2016-05-19 13:52:18 -07:00
John-David Dalton
f32349db7d
Skip setTimout mock test in PhantomJS.
2016-05-19 13:39:36 -07:00
John-David Dalton
32f5db3f72
Fix failing _.delay test.
2016-05-19 13:39:36 -07:00
John-David Dalton
670e3983b4
Cleanup _.delay and _.defer tests.
2016-05-19 13:39:35 -07:00
John-David Dalton
e1cc4d8552
Add mock Date.now and setTimeout tests.
2016-05-19 13:39:31 -07:00
John-David Dalton
8422bb37b0
Group clearTimeout and setTimeout.
2016-05-19 08:28:49 -07:00
Arend van Beelen jr
ebf9b64062
Little doc correction for _.endsWith(). ( #2355 )
2016-05-19 08:01:17 -07:00
John-David Dalton
56b397b506
Simplify _.conforms doc example. [ci skip]
2016-05-18 17:40:12 -07:00
John-David Dalton
de6cc79ac8
Shorten _.defer doc comment. [ci skip]
2016-05-18 17:39:37 -07:00
John-David Dalton
d28395fdb9
Replace toPairs with keys in getMatchData.
2016-05-18 14:51:54 -07:00
John-David Dalton
84b8ee7bda
Allow clearTimeout, setTimeout, and Date.now to be mocked.
2016-05-18 13:50:07 -07:00
John-David Dalton
b56c732332
Cleanup fp.findFrom and fp.indexOfFrom tests.
2016-05-18 00:31:25 -07:00
John-David Dalton
041c1b4586
Simplify find tests expected.
2016-05-17 23:23:53 -07:00
John-David Dalton
0edc480d17
Increment package version to enable ci tests.
2016-05-17 13:14:20 -07:00
John-David Dalton
1a3bcb4ebd
Add _.findLast tests for fromIndex values.
2016-05-17 00:52:38 -07:00
John-David Dalton
7d8c2a84b7
Cleanup up from fromIndex and length test labels.
2016-05-17 00:52:25 -07:00
John-David Dalton
4faac431c4
Make _.debounce and _.throttle tests align on dummy args.
2016-05-16 18:34:10 -07:00
John-David Dalton
df9ded3282
Fix _.throttle test for system time of 0.
2016-05-16 18:33:36 -07:00
John-David Dalton
1fe8d1679e
Add nullish guards to private methods used by lodash-webpack-plugin.
2016-05-16 18:31:33 -07:00
John-David Dalton
708505f2b1
Minor doc note fixes. [ci skip]
2016-05-16 18:31:02 -07:00
John-David Dalton
b2da5ee1a7
Add backticks to error message. [ci skip]
2016-05-16 18:30:12 -07:00
John-David Dalton
315e751f43
Add _.isNative doc note. [ci skip]
2016-05-16 18:29:30 -07:00
John-David Dalton
dc5544223f
Use new operator when throwing an error for consistency.
2016-05-16 15:56:03 -07:00
John-David Dalton
c14728d31a
More test cleanup.
2016-05-16 13:35:05 -07:00
John-David Dalton
7d4b154866
Use consistent results var name in debounce & throttle tests.
2016-05-16 10:47:27 -07:00
John-David Dalton
b69647a0c3
Add isModularize check for _.throttle test for system time of 0.
2016-05-16 10:37:00 -07:00
John-David Dalton
d054442e2c
Cleanup date mocks.
2016-05-16 10:31:20 -07:00
John-David Dalton
e50bf1fb44
Add _.throttle test for a system time of 0.
2016-05-16 08:38:20 -07:00
John-David Dalton
d40b6a75da
Test label cleanup for find methods.
2016-05-16 08:17:15 -07:00
John-David Dalton
e124e7fb5f
Init lastCallTime as undefined to avoid issues when the sytem time is 0. [ closes #2342 ]
2016-05-16 01:00:26 -07:00
John-David Dalton
7c3a163f9c
Add back _.includes test for strings with a fromIndex.
2016-05-15 22:29:32 -07:00
John-David Dalton
03af0791aa
Remove dead code from tests.
2016-05-15 21:46:33 -07:00
John-David Dalton
464885a539
Add getValue helper.
2016-05-15 20:57:10 -07:00
John-David Dalton
346579ac7a
Add interopRequire test helper.
2016-05-15 15:48:52 -07:00
John-David Dalton
76ed206e9b
Make _.isNative throw if core-js is detected.
2016-05-15 15:48:47 -07:00
John-David Dalton
06e7c963ef
Combine _.find and _.includes tests for fromIndex.
2016-05-14 23:16:38 -07:00
John-David Dalton
573d902026
Simplify umd and exports.
2016-05-14 13:11:58 -07:00
John-David Dalton
66cdfe5896
Update markdown-doctest to 0.6.0.
2016-05-13 20:04:36 -07:00
John-David Dalton
9afd4659c7
Add fake source key detection.
2016-05-13 20:03:13 -07:00
John-David Dalton
7249217600
Add "findFrom" methods to fp dep mappings.
2016-05-12 22:44:26 -07:00
John-David Dalton
2f20c672e0
Update _.times doc example to not duplicate _.stubTrue. [ci skip]
2016-05-12 16:29:16 -07:00
John-David Dalton
6d02a64c47
Add fromIndex param to _.find and _.findLast.
2016-05-12 16:19:35 -07:00
Jeroen Engels
3d078383cb
Add findIndexFrom, findLastIndexFrom, indexOfFrom, & lastIndexOfFrom in FP.
2016-05-12 15:08:05 -07:00
John-David Dalton
64e765bf7a
Fix _.stubFalse doc example typo. [ci skip]
2016-05-12 13:57:14 -07:00
John-David Dalton
b5b6125730
Minor space nit. [ci skip]
2016-05-12 13:54:56 -07:00
John-David Dalton
e45984f6b8
Add npm prepublish hook.
2016-05-12 07:59:42 -07:00
John-David Dalton
a95cf1c26c
Rename mock to stub.
2016-05-12 07:53:34 -07:00
Greenkeeper
4a19913726
Update markdown-doctest to 0.5.0.
2016-05-12 06:37:23 -07:00
John-David Dalton
52ae769bfa
Add default accumulator note to _.transform docs. [ci skip]
2016-05-11 22:11:08 -07:00
John-David Dalton
44d7c3887d
Rename test helper prop to resolve.
2016-05-11 00:28:36 -07:00
John-David Dalton
315271996c
Cleanup _.constant tests.
2016-05-11 00:28:36 -07:00
John-David Dalton
2357704540
Add _.mockArray, _.mockFalse, _.mockObject, _.mockString, and _.mockTrue.
2016-05-11 00:28:31 -07:00
John-David Dalton
262049f737
Remove extraneous _.toPath examples. [ci skip]
2016-05-10 23:33:27 -07:00
John-David Dalton
04d6e351a6
Add fromIndex param to _.findIndex and _.findLastIndex.
2016-05-10 23:33:21 -07:00
Greenkeeper
9fa86ec712
Update ecstatic to 1.4.1.
2016-05-10 19:09:47 -07:00
John-David Dalton
901e3dcff2
Flip "n" and "index" in _.nth and _.nthArg docs. [ci skip]
2016-05-08 16:50:38 -07:00
John-David Dalton
43fffe3200
Bump to v4.12.0.
2016-05-07 22:02:47 -07:00
John-David Dalton
1123e13072
Rebuild lodash and docs.
2016-05-07 22:02:40 -07:00
John-David Dalton
996636d25b
Update lodash dep.
2016-05-07 19:31:52 -07:00
John-David Dalton
8864095bab
Update firefox version in sauce.
2016-05-07 19:31:52 -07:00
John-David Dalton
def9f5d84a
Fix doc typo for _.toPairsIn. [ closes #2314 ]
2016-05-07 10:07:10 -07:00
John-David Dalton
47d024ae7b
Use "index" instead of "nth". [ closes #2313 ] [ci skip]
2016-05-07 06:55:24 -07:00
John-David Dalton
05135ca171
Update chrome version in sauce.
2016-05-06 22:58:22 -07:00
John-David Dalton
ca1f22a7c6
Ensure trailing function sources aren't skipping for _.assign, _.assignIn, _.defaults, & _.merge. [ closes #2311 ]
2016-05-06 21:24:57 -07:00
John-David Dalton
9a461a5e48
Add _.toFinite.
2016-05-04 21:09:28 -07:00
John-David Dalton
73e7bab839
Add tooling section. [ci skip]
2016-05-04 17:17:14 -07:00
John-David Dalton
572060aedc
Update fp description. [ci skip]
2016-05-04 17:17:01 -07:00
John-David Dalton
f1b63d41f8
Fix test fails for npm package builds.
2016-05-02 21:34:19 -07:00
John-David Dalton
9ee423edcf
Add _.toPairs test for sets.
2016-05-02 21:04:00 -07:00
John-David Dalton
70c8651182
Use consistent b values.
2016-05-02 21:03:13 -07:00
John-David Dalton
2b54f23dad
Add more stack tests.
2016-05-02 20:17:41 -07:00
John-David Dalton
67ef2bb008
Cleanup customizer test labels.
2016-05-02 20:17:13 -07:00
John-David Dalton
f2b5e58500
Minor hyphen nit.
2016-05-02 19:42:33 -07:00
John-David Dalton
b8fa0d9b29
Add large stack test to other cache tests.
2016-05-02 19:42:23 -07:00
John-David Dalton
264d68dec9
Add support for sets to _.toPairs methods.
2016-05-02 16:53:17 -07:00
John-David Dalton
71f5264ee1
Cleanup returns tags. [ci skip]
2016-05-02 16:51:59 -07:00
John-David Dalton
ce8a1feb94
Avoid paving modified lodash for coverage runs in travis.
2016-05-02 13:31:03 -07:00
John-David Dalton
05c32044e9
Remove extraneous isArrayLikeObject check from isFlattenable.
2016-05-02 13:08:51 -07:00
John-David Dalton
44927be6e2
Drop version from license header. [ci skip]
2016-05-02 10:52:53 -07:00
John-David Dalton
d1779d6cdd
Fix phantomjs test fails.
2016-05-02 10:01:17 -07:00
John-David Dalton
a13d640bcc
Test internal caches instead of cache modules.
2016-05-02 08:51:44 -07:00
John-David Dalton
c7d4106f66
Add private tags back to map methods. [ci skip]
2016-05-02 07:15:32 -07:00
John-David Dalton
2e59faad8f
Fix module paths.
2016-05-02 00:34:58 -07:00
John-David Dalton
6d70b64b2e
Ensure module tests ran for coverage.
2016-05-02 00:00:19 -07:00
John-David Dalton
767f9c6bce
Simplify module assignment.
2016-05-01 23:37:13 -07:00
John-David Dalton
edd7c2f0b1
Cleanup travis tests.
2016-05-01 23:24:30 -07:00
John-David Dalton
b9cfd31bd5
Add modular build to coverage tests.
2016-05-01 21:00:58 -07:00
John-David Dalton
6883f99141
Add tests for map caches.
2016-05-01 19:12:03 -07:00
John-David Dalton
c2aee218d2
Add promise case to code removal for coverage run.
2016-05-01 19:11:49 -07:00
Greenkeeper
8e44d73705
Update markdown-doctest to 0.4.0.
2016-05-01 19:10:44 -07:00
Anders D. Johnson
9e30cc4542
Fix docs typo space after sentence in _.merge.
2016-05-01 19:09:18 -07:00
John-David Dalton
963e2c23b0
Upgrade to qunit-extras 2.0.
2016-04-30 11:59:06 -07:00
Jeroen Engels
7ee4bf8d02
Remove duplicate method from FP mapping.
2016-04-30 10:43:42 -07:00
John-David Dalton
c3c6bc9666
Cleanup markdown-doctest-setup.
2016-04-29 11:57:41 -07:00
Nick Johnstone
ef1024bb60
Test documentation with markdown-doctest.
2016-04-29 10:32:43 -07:00
John-David Dalton
6c6e1c2be3
Use array and iteratee. [ci skip]
2016-04-28 22:08:28 -07:00
John-David Dalton
e9a08ba9a9
Use https for Alex's blog. [ci skip]
2016-04-28 21:30:22 -07:00
John-David Dalton
59546b9989
Update conduct link in contributing text. [ci skip]
2016-04-28 21:26:46 -07:00
John-David Dalton
816edcce2e
Rename getPlaceholder to getHolder.
2016-04-28 14:55:25 -07:00
Greenkeeper
8accfb3372
Update fs-extra to 0.30.0.
2016-04-28 10:56:16 -07:00
John-David Dalton
da146a9afd
Add map doc note to _.toPairs and _.toPairsIn. [ci skip]
2016-04-28 10:56:15 -07:00
John-David Dalton
cbcd5ffdc4
Add node_js v6 to travis.
2016-04-27 08:04:33 -07:00
Clinton Montague
6f600ebeac
Add _.flip bitmask value to createWrapper documentation. [ci skip]
2016-04-26 16:58:50 -07:00
John-David Dalton
9aa456f26f
Use lodashStable.toArray in more places.
2016-04-25 00:04:33 -07:00
John-David Dalton
dc77d7605d
Add _.toArray tests for maps.
2016-04-24 23:56:22 -07:00
John-David Dalton
f7c4410f41
Add support for converting maps to _.toPairs and _.toPairsIn.
2016-04-24 23:56:00 -07:00
John-David Dalton
9fa0ec00b8
Remove unneeded var assignment.
2016-04-23 11:43:15 -07:00
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
aebc0650f8
Simplify _.concat.
2016-04-22 08:32:19 -07:00
John-David Dalton
44cf971405
Bump to v4.11.2.
2016-04-21 08:29:44 -07:00
John-David Dalton
c0d7418054
Rebuild lodash and docs.
2016-04-21 08:29:44 -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
fc48518f2b
Move toKey from baseProperty to property.
2016-04-20 18:12:16 -07:00
John-David Dalton
594c3b3406
Update @see tags. [ci skip]
2016-04-20 17:25:04 -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
0e4b307585
Update full build kb. [ci skip]
2016-04-20 07:49:45 -07:00
John-David Dalton
c81bbe95c6
Use an anchor title. [ci skip]
2016-04-20 07:49:44 -07:00
John-David Dalton
b21a87b50f
Fix createSet feature test for Safari 8.
2016-04-20 07:49:44 -07:00
John-David Dalton
e3566eb1ce
Use Set only if it coerces -0 correctly.
2016-04-20 01:24:00 -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
224595c837
Move links to the top of the readme.
2016-04-19 23:59:20 -07:00
John-David Dalton
61ace9a24b
Remove code of conduct doc.
2016-04-19 23:59:14 -07:00
John-David Dalton
8c630ede7e
Cleanup package.json.
2016-04-19 23:07:06 -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
6e8c984250
Use toKey in more functions.
2016-04-18 21:33:32 -07:00
John-David Dalton
c2e018b2ac
Avoid rate limiting by Sauce.
2016-04-18 21:23:09 -07:00
John-David Dalton
a47ce3cf13
Simplify building lodash.
2016-04-18 20:56:58 -07:00
John-David Dalton
ba58f35f37
Add arguments object test for values methods.
2016-04-18 17:48:26 -07:00
Greenkeeper
30fd1693ee
Update fs-extra to 0.28.0.
2016-04-18 08:30:33 -07:00
John-David Dalton
161c17ce7f
Consolidate returns in trim methods.
2016-04-17 21:55:43 -07:00
John-David Dalton
27dfe542bd
Use baseToString in _.truncate.
2016-04-17 07:18:39 -07:00
John-David Dalton
353113f17f
Start to add @see tags. [ci skip]
2016-04-16 21:48:22 -07:00
John-David Dalton
762e858c48
Use isSymbol instead of baseToNumber to fix _.toNumber test fails.
2016-04-16 20:45:10 -07:00
John-David Dalton
db49702046
Remove unsafe_comps uglify option to fix minified builds.
2016-04-16 20:16:38 -07:00
John-David Dalton
7239bf791f
Comma nit in _.inRange doc. [ci skip]
2016-04-16 18:16:27 -07:00
John-David Dalton
9cb75cae1d
Add jsdocs for baseToNumber and baseToString.
2016-04-16 18:00:31 -07:00
John-David Dalton
fdb4cf1208
Use baseToString in more places and refactor isIndex and isKeyable.
2016-04-16 07:32:06 -07:00
John-David Dalton
714cf7b18c
Add baseGt, baseLt, baseToNumber, baseToString, and createRelationalOperation.
2016-04-15 07:17:48 -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
da7f413f6f
Update jscs to 3.0.1 and fs-extra to 0.27.0.
2016-04-15 07:17:34 -07:00
John-David Dalton
3cf28953a7
Update code of conduct to point to the jQuery Foundation's policy. [ci skip]
2016-04-14 11:11:08 -07:00
John-David Dalton
080b761f7f
Update export doc note. [ci skip]
2016-04-14 08:37:19 -07:00
John-David Dalton
7f6ad484ec
Bump to v4.11.1.
2016-04-13 22:09:00 -07:00
John-David Dalton
391a930d49
Rebuild lodash and docs.
2016-04-13 22:09:00 -07:00
John-David Dalton
a532773703
Cleanup debounce and throttle tests.
2016-04-13 22:08:55 -07:00
John-David Dalton
49f8aa4289
Fix failing debounce test.
2016-04-13 18:17:07 -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
a447353977
Add pluck fp alias of map.
2016-04-13 14:22:40 -07:00
John-David Dalton
dea6ccbf43
Bump to v4.11.0.
2016-04-13 09:57:13 -07:00
John-David Dalton
0c4d8836e7
Rebuild lodash and docs.
2016-04-13 09:57:03 -07:00
Jeroen Engels
ef67e07732
Fix doc nits for _.nth. [ci skip]
2016-04-13 09:52:37 -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
5098d63a22
Update qunit to 1.23.1.
2016-04-12 22:38:49 -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
97a437e8e6
Return implicit undefined.
2016-04-12 10:02:24 -07:00
John-David Dalton
3c37f290a8
Add unwrapped chain test for nth.
2016-04-12 09:38:22 -07:00
John-David Dalton
dcd5d470e0
Use baseUnary to avoid passing incorrect arity hints to baseIteratee.
2016-04-12 08:27:41 -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
bfe6e06b5a
Ensure _.sortBy works with the matchesProperty shorthand.
2016-04-11 17:38:03 -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
93168e6018
Use references to String#replace and String#split.
2016-04-11 17:29:22 -07:00
John-David Dalton
16ed081818
Absorb copyObjectWith into copyObject.
2016-04-11 17:28:19 -07:00
John-David Dalton
c38b4b29cf
Avoid unnecessary array cloning in createRecurryWrapper and mergeData.
2016-04-11 17:27:04 -07:00
John-David Dalton
a20b88d114
Bump to v4.10.0.
2016-04-10 22:44:04 -07:00
John-David Dalton
87912a3b3f
Rebuild lodash and docs.
2016-04-10 22:42:52 -07:00
John-David Dalton
53bde1238c
Replace "invoking" with "and invokes". [ci skip]
2016-04-10 22:40:38 -07:00
John-David Dalton
fd365c27e2
Add doc comments to the minify file util. [ci skip]
2016-04-10 22:40:38 -07:00
John-David Dalton
4f43841699
Add doc comments to the common file util. [ci skip]
2016-04-10 22:40:38 -07:00
John-David Dalton
e60e97c03f
Ensure _.debounce queues a trailing call after maxWait. [ closes #2229 ]
2016-04-10 20:50:51 -07:00
Greenkeeper
e619f8ca83
Update webpack to 1.12.15.
2016-04-10 20:02:01 -07:00
John-David Dalton
cf2f538167
Add castSlice and rename cast related helpers.
2016-04-09 13:57:45 -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
74f6af8686
Update fp aliases.
2016-04-08 17:59:18 -07:00
John-David Dalton
351236f526
Rearrange regexp vars.
2016-04-08 16:32:15 -07:00
John-David Dalton
51ad056710
Remove redundant param descriptions. [ci skip]
2016-04-08 15:04:07 -07:00
John-David Dalton
6512b7f925
Update "over" method iteratee descriptions. [ci skip]
2016-04-08 15:03:06 -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
f6ac7cb1a1
Shorten chars string coersion.
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
ee73c9b436
Bump to v4.9.0.
2016-04-08 02:07:13 -07:00
John-David Dalton
fac5e727e6
Rebuild lodash and docs.
2016-04-08 02:07:13 -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
John-David Dalton
23901dfd45
Update docdown.
2016-04-07 21:43:33 -07:00
John-David Dalton
87444e1a45
Add sumBy tests.
2016-04-07 21:43:33 -07:00
John-David Dalton
dc63bc2bd9
Fix dynamic test labels for groups of methods.
2016-04-07 21:43:33 -07:00
John-David Dalton
f4ff4f29b1
Simplify toSource.
2016-04-07 21:43:32 -07:00
John-David Dalton
06412d5f12
Remove Hash use from Uglify options because it breaks it.
2016-04-07 21:43:32 -07:00
John-David Dalton
bbc84903a7
Update istanbul to 0.4.3.
2016-04-07 21:43:32 -07:00
John-David Dalton
e014592ea0
Fix typo in Hash descripton. [ci skip]
2016-04-07 21:43:32 -07:00
John-David Dalton
4305ffde18
Add commas. [ci skip]
2016-04-07 21:43:32 -07:00
John-David Dalton
0588dcb3e9
Add Hash util and split out file helper.
2016-04-07 21:43:27 -07:00
John-David Dalton
58afd8c364
Update debounce article links. [ci skip]
2016-04-06 14:10:56 -07:00
John-David Dalton
e120d63ee2
Add doc note about group ordering of _.groupBy. [ci skip] [ closes #2212 ]
2016-04-06 07:59:05 -07:00
John-David Dalton
d7f43eba6a
Make exceptions to fp argument ordering stand out. [ci skip]
2016-04-05 23:53:05 -07:00
John-David Dalton
786a92669e
Update chaining note. [ci skip]
2016-04-05 23:53:05 -07:00
John-David Dalton
504aead673
Add placeholders section. [ci skip]
2016-04-05 23:52:49 -07:00
John-David Dalton
8c72ffc583
Add more fp browser usage examples. [ci skip]
2016-04-05 23:50:18 -07:00
John-David Dalton
27d3311b6a
Don't spell out two hundred. [ci skip]
2016-04-05 23:50:18 -07:00
John-David Dalton
5e2f113d50
Update vendor/backbone to v1.3.3.
2016-04-05 23:50:18 -07:00
Greenkeeper
55e7b8764e
Update jquery to 2.2.3.
2016-04-05 23:50:18 -07:00
John-David Dalton
513c0ae64d
Update list of fp methods with spread arguments. [ci skip]
2016-04-05 23:50:17 -07:00
John-David Dalton
f0f6a1e382
Simplify deep path doc examples. [ci skip]
2016-04-05 08:44:14 -07:00
John-David Dalton
6f3fb587e2
Simplify deep property tests.
2016-04-05 08:39:09 -07:00
John-David Dalton
083c5b703a
Add _.matchesProperty test for matching undefined values of nested objects.
2016-04-05 08:23:34 -07:00
John-David Dalton
3583c56067
Replace double quotes with ticks. [ci skip]
2016-04-05 08:08:31 -07:00
John-David Dalton
9999199d2b
Enable over methods to accept matchesProperty shorthands.
2016-04-05 08:06:44 -07:00
John-David Dalton
c084e358bd
Bump to v4.8.2.
2016-04-04 15:48:17 -07:00
John-David Dalton
238d45a2cb
Rebuild lodash and docs.
2016-04-04 15:48:17 -07:00
John-David Dalton
21d056c470
Break code comments up to display better in the wiki. [ci skip]
2016-04-04 15:48:16 -07:00
John-David Dalton
0308d4de62
Remove skipFixed methods from fixed arity listings. [ci skip]
2016-04-04 11:47:52 -07:00
John-David Dalton
f2a6f6ce6a
Update lodash dev dep.
2016-04-04 11:47:52 -07:00
John-David Dalton
cf5d6b5bc8
Revert #2193 .
2016-04-04 11:47:46 -07:00
John-David Dalton
7a6b64b2f6
Bump to v4.8.1.
2016-04-04 11:43:03 -07:00
John-David Dalton
bca11bd21e
Rebuild lodash and docs.
2016-04-04 11:42:50 -07:00
John-David Dalton
bf39a31907
Fix typo in _falseOptions.jst.
2016-04-04 08:51:04 -07:00
John-David Dalton
792bfbb604
Bump to v4.8.0.
2016-04-03 23:47:26 -07:00
John-David Dalton
1ef96896d5
Rebuild lodash and docs.
2016-04-03 23:47:26 -07:00
John-David Dalton
2293de07a7
Add _falseOptions module.
2016-04-03 23:47:26 -07:00
John-David Dalton
804ad3d805
Move private key higher. [ci skip]
2016-04-03 22:44:28 -07:00
John-David Dalton
c797f83ca5
Add fp convert test for unconverted methods.
2016-04-03 21:55:30 -07:00
John-David Dalton
a71ac53fa7
Add jsdoc comments to fp/_baseConvert. [ci skip]
2016-04-03 21:55:30 -07:00
John-David Dalton
7165ef6f5e
Minor doc tweak to _.rearg. [ci skip]
2016-04-03 21:55:30 -07:00
John-David Dalton
c01e0cd7d1
Simplify references to partial or provided arguments. [ci skip]
2016-04-03 21:55:30 -07:00
John-David Dalton
a5990a4c4e
Use thru instead of through in docs. [ci skip]
2016-04-03 21:55:30 -07:00
John-David Dalton
75d196b01b
Allow convert to work on methods that aren't converted by default.
2016-04-03 21:55:08 -07:00
John-David Dalton
69ce7cde7d
Convert methods not found in aryMethod mapping.
2016-04-02 22:49:17 -07:00
John-David Dalton
6861734010
Add matchesStrictComparable helper.
2016-04-02 14:49:25 -07:00
John-David Dalton
0f75d967d0
Add convert method to modules that pass thru.
2016-04-02 14:19:19 -07:00
John-David Dalton
012bff97e0
Add fp/placeholder module.
2016-04-02 14:19:13 -07:00
John-David Dalton
2b58525816
Update many es5 spec links to es6. [ci skip]
2016-04-02 10:33:13 -07:00
John-David Dalton
579cf00d10
Update _.isNaN doc note with a reference to Number.isNaN. [ci skip]
2016-04-02 08:02:36 -07:00
John-David Dalton
cfd25cec75
Minor Lodash letter case nit in readme. [ci skip]
2016-04-02 08:01:35 -07:00
John-David Dalton
c267c4e06b
Excuse Underscore _.chunk test.
2016-04-01 20:56:19 -07:00
John-David Dalton
c4a78445b3
Add _.isNative test for Promise.
2016-04-01 19:17:52 -07:00
John-David Dalton
4c8836a24a
Cleanup _.isNative.
2016-04-01 19:06:36 -07:00
John-David Dalton
972624297b
Add variation to falsey _.slice test.
2016-04-01 18:18:37 -07:00
John-David Dalton
ebf9904e8a
Add toSource helper.
2016-04-01 18:18:37 -07:00
John-David Dalton
64652c263f
Update _.map doc note on guarded methods. [ci skip]
2016-04-01 18:18:37 -07:00
John-David Dalton
58f93567fc
Make _.sampleSize default n to 1 instead of 0.
2016-04-01 18:18:37 -07:00
John-David Dalton
f599c4817a
Make _.chunk default size to 1 instead of 0.
2016-04-01 18:18:36 -07:00
John-David Dalton
930b034da5
Make _.repeat default n to 1 instead of 0.
2016-04-01 18:18:36 -07:00
John-David Dalton
c21174f7f9
Add bizarro test for _.isEmpty.
2016-04-01 18:18:36 -07:00
John-David Dalton
e22be612e2
Remove dataViewCtorString branch of getTag for coverage tests.
2016-04-01 18:18:36 -07:00
Craig Martin
669bc1520e
Run scripts synchronous in foreground.
2016-04-01 18:18:27 -07:00
John-David Dalton
b257bb9c9e
Allow over, overEvery, and overSome to accept matchesProperty shorthands. [ closes #2193 ]
2016-04-01 09:14:13 -07:00
John-David Dalton
b8096df6d8
Fix leaked var.
2016-04-01 09:13:54 -07:00
greenkeeperio-bot
43d530ead9
Update dojo to 1.11.1.
2016-04-01 09:10:36 -07:00
John-David Dalton
9dbd665d05
Space nit in _.toNumber. [ci skip]
2016-04-01 09:10:36 -07:00
John-David Dalton
3902fd1a67
Ensure has treats nested sparse arrays consistently.
2016-04-01 09:10:35 -07:00
John-David Dalton
642d248f99
Cleanup deep property tests of has methods.
2016-04-01 09:10:35 -07:00
John-David Dalton
8bd9a4d2c3
Ensure _.has returns false for nullish objects. [ closes #2190 ]
2016-04-01 09:10:24 -07:00
John-David Dalton
e96ee69f1c
Remove rogue comment delimiter from fp wiki template. [ci skip]
2016-04-01 09:10:24 -07:00
John-David Dalton
5bb899a700
Add array path examples to _.set and _.unset docs. [ci skip]
2016-04-01 09:10:24 -07:00
John-David Dalton
431e0fa2f6
Add line number to error message in web worker.
2016-04-01 09:10:24 -07:00
John-David Dalton
ec92292c38
Wrap funcToString call in _.isNative in a try-catch.
2016-04-01 09:10:24 -07:00
Oskar Segersvärd
45953b2ac1
Set the jsdoc type of apply's args parameter to Array. [ci skip]
2016-04-01 09:10:24 -07:00
John-David Dalton
d9f93d0895
Increment package version to enable ci tests.
2016-04-01 09:10:24 -07:00
John-David Dalton
252ea445ca
Bump to v4.7.0.
2016-03-31 00:51:19 -07:00
John-David Dalton
9826d9bd46
Rebuild lodash and docs.
2016-03-31 00:51:19 -07:00
John-David Dalton
b53f178c46
Sort reargs and aliases in fp wiki template.
2016-03-31 00:51:19 -07:00
John-David Dalton
5ad5eb8f5d
Add divide and multiply to lodash doc block. [ci skip]
2016-03-31 00:28:04 -07:00
John-David Dalton
7add87739a
Add _.concat test for shallow cloning array.
2016-03-30 23:32:21 -07:00
John-David Dalton
2cd12c38e3
Temporarily remove ghooks.
2016-03-30 21:27:19 -07:00
Jordan Eldredge
ad72b5b565
Simplify _.result.
2016-03-30 19:52:46 -07:00
Craig Martin
608e74a111
Ensure all background jobs finish before continuing.
2016-03-30 19:50:23 -07:00
John-David Dalton
c36d0af5cd
Avoid a JIT bug in Safari 9 for baseIteratee.
2016-03-30 19:50:13 -07:00
John-David Dalton
55c3299d5c
Use getIteratee in more places.
2016-03-30 12:17:28 -07:00
greenkeeperio-bot
7a3dda6105
Update ghooks to 1.1.1.
2016-03-30 08:43:30 -07:00
John-David Dalton
171d9eab78
Use copyArray in concat.
2016-03-30 08:43:30 -07:00
John-David Dalton
ab9d2056da
Add bindKey to fp aryMethod mapping.
2016-03-30 08:43:30 -07:00
John-David Dalton
4310329971
Add bind and bindKey to fp skipRearg mapping.
2016-03-30 08:43:30 -07:00
John-David Dalton
d038315f61
Add link to github reactions. [ci skip]
2016-03-30 00:54:28 -07:00
John-David Dalton
c0f91c9169
Minor newline nits.
2016-03-29 22:51:25 -07:00
John-David Dalton
519a02ff34
Update fred ages in doc examples. [ci skip]
2016-03-29 22:33:43 -07:00
John-David Dalton
643ce1da74
Revert createPadding behavior for chars that coerce to empty strings.
2016-03-29 22:23:00 -07:00
greenkeeperio-bot
4c789197f9
Update chalk to 1.1.3 and opt-cli to 1.4.0.
2016-03-29 22:22:12 -07:00
John-David Dalton
277c9bdc7c
Make shouldInvoke explicitly return true if it's the first call.
2016-03-29 09:53:35 -07:00
John-David Dalton
455eace9c5
Cleanup _.debounce tests.
2016-03-29 00:28:43 -07:00
John-David Dalton
f263a87983
Update excused Underscore tests.
2016-03-28 22:11:56 -07:00
John-David Dalton
4f92fb7007
Ensure cancel resets lastCallTime and lastInvokeTime.
2016-03-28 21:06:11 -07:00
John-David Dalton
4fd43f7fe7
Minor value consistency nits.
2016-03-28 19:27:55 -07:00
John-David Dalton
3fe2efa311
Ensure _.concat cases wraps nullish array values in an array.
2016-03-28 17:44:13 -07:00
John-David Dalton
a7bf3352df
Ensure _.concat casts non-array array values to arrays.
2016-03-28 12:34:09 -07:00
John-David Dalton
2ddd893ca2
Update vendor/underscore.
2016-03-28 09:35:41 -07:00
John-David Dalton
5d92b37550
Add updateWith to lodash sequence doc note. [ci skip]
2016-03-28 09:26:03 -07:00
John-David Dalton
dcec882262
Ensure _.words detects compound words where an all caps word is next to a capitalized word. [ closes #2163 ]
2016-03-28 07:57:37 -07:00
John-David Dalton
de53132692
Add args param doc for _.attempt. [ closes #2164 ] [ci skip]
2016-03-28 07:05:08 -07:00
greenkeeperio-bot
23a7871e2d
Update docdown to 0.5.0.
2016-03-27 16:32:20 -07:00
John-David Dalton
792347978a
Add shim path back to _.isEmpty.
2016-03-27 13:35:14 -07:00
John-David Dalton
61c740a4eb
Move isObjectLike condition up in _.isEmpty.
2016-03-27 13:07:28 -07:00
John-David Dalton
c3a614858b
Add support for maps and sets to _.isEmpty. [ closes #2159 ]
2016-03-27 13:04:51 -07:00
John-David Dalton
75727d073b
More pad optimizations.
2016-03-27 12:37:09 -07:00
John-David Dalton
b1d7450052
Fix typo in pad test label.
2016-03-27 12:31:14 -07:00
John-David Dalton
60e557b059
Reduce lines creeping over 80 characters in length.
2016-03-27 11:43:44 -07:00
John-David Dalton
071e13363c
Add "Array" to predicate types. [ci skip] [ closes #2157 ]
2016-03-27 09:59:48 -07:00
John-David Dalton
acf4651c0e
Minor newline nit. [ci skip]
2016-03-27 09:59:37 -07:00
John-David Dalton
9b15dc2017
Fix fail in PhantomJS.
2016-03-27 01:23:58 -07:00
John-David Dalton
f4f0791e0c
Fix fail in Node 0.10.
2016-03-27 01:23:58 -07:00
John-David Dalton
654976c826
Add DataView support to getTag.
2016-03-27 01:23:58 -07:00
John-David Dalton
50e86c70bd
Add other realm tests for comparing array views with _.isEqual.
2016-03-27 01:23:58 -07:00
Dan Levy
d135b846db
Adding support for cloning and comparing DataView.
2016-03-27 01:23:58 -07:00
John-David Dalton
ee2153364d
Add bizarro Promise test.
2016-03-27 01:23:58 -07:00
John-David Dalton
6d76cdc1b7
Update snippet removals for coverage runs.
2016-03-27 01:23:52 -07:00
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
654df6f7f8
Optimize createPadding for the common case.
2016-03-26 13:21:54 -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
John-David Dalton
613488eaf8
Use in instead of relying on behavior.
2016-03-25 15:50:49 -07:00
John-David Dalton
97193b9680
Update vendor/backbone.
2016-03-25 14:14:52 -07:00
greenkeeperio-bot
71c0861675
Update opt-cli to 1.3.0, coveralls to 2.11.9, & qunitjs to 1.23.0.
2016-03-25 14:13:42 -07:00
John-David Dalton
f3b35919ef
Add baseMean helper.
2016-03-25 14:13:42 -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
Kent C. Dodds
583b03ba5f
Add git hook instructions to CONTRIBUTING.md. [ci skip]
2016-03-24 21:41:35 -07:00
John-David Dalton
16e2c06ab4
Remove dead code from baseClone.
2016-03-24 10:54:23 -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
Kent C. Dodds
9674d67693
add opt-in githook to config
2016-03-23 10:18:57 -06: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
8d93455076
Add more options docs. [ci skip]
2016-03-22 22:26:34 -07:00
John-David Dalton
cfe5ea264d
Remove parens from default options value doc of _.truncate. [ci skip]
2016-03-22 08:44:23 -07:00
John-David Dalton
9a4e11f6f7
Add chars param fix to postprocess. [ci skip]
2016-03-21 22:11:40 -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
greenkeeperio-bot
96c60bab46
Update dojo to 1.11.0.
2016-03-21 00:44:32 -07:00
John-David Dalton
811341efa1
Add code examples to fp wiki. [ci skip]
2016-03-20 14:18:24 -07:00
John-David Dalton
5f94723d7f
Add always fp alias.
2016-03-20 11:53:38 -07:00
John-David Dalton
9d1536799b
Add complement fp alias.
2016-03-20 11:43:32 -07:00
John-David Dalton
85057d588c
Move "Chaining" section lower. [ci skip]
2016-03-20 11:40:34 -07:00
John-David Dalton
234e693d92
Flip priority of "object" and "collection" in _.isEmpty doc description. [ci skip]
2016-03-20 11:29:22 -07:00
John-David Dalton
51833b91d0
Add invertObj and juxt fp aliases.
2016-03-20 11:23:12 -07:00
John-David Dalton
dfb7a4c078
Don't make without an alias so it can be reverted with convert.
2016-03-20 11:16:18 -07:00
John-David Dalton
04ddaf49f5
Organize aliases.
2016-03-20 11:13:24 -07:00
John-David Dalton
b7a6560d90
Add identical fp alias.
2016-03-20 11:13:06 -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
37454b8f42
Add eq and isEqual to fp skipRearg mapping.
2016-03-20 10:02:46 -07:00
John-David Dalton
ef95f165ff
Fix npm build tests.
2016-03-20 01:10:23 -07:00
John-David Dalton
6494a072d2
Fix test fails in Safari.
2016-03-20 01:02:53 -07:00
John-David Dalton
984bcc556e
Add fp.isMatchWith test.
2016-03-20 00:26:58 -07:00
John-David Dalton
be77e7366c
Remove "with" methods from iterateeAry mapping.
2016-03-19 23:43:11 -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
8c5025f935
Move upperFirst definition lower.
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
greenkeeperio-bot
8d7058e6ad
Update fs-extra to 0.26.7, jquery to 2.2.2, & requirejs to 2.2.0.
2016-03-17 21:10:36 -07:00
John-David Dalton
4d89d9a1b7
Add fp.convert to "Convert" section.
2016-03-17 21:10:36 -07:00
John-David Dalton
594f414b1a
Move the "Convert" section to the bottom.
2016-03-17 21:10:36 -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
412e19006b
Fix fp aliases for all, any, and anyPass.
2016-03-17 21:10:36 -07:00
Jeroen Engels
b8ebceadaf
Add missing param for _.reverse. [ci skip]
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
dd0aa991ff
Add since tag to _.isArray. [ci skip]
2016-03-13 19:59:50 -07:00
John-David Dalton
6f9b1b1822
Simplify _.method example. [ci skip]
2016-03-13 16:35:52 -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
81ee5d76b8
Use "sequence" to descript chaining in more places. [ci skip]
2016-03-13 14:49:28 -07:00
John-David Dalton
8bed7137c7
Add chaining note to fp wiki template. [ci skip]
2016-03-13 14:44:58 -07:00
libreninja
f8bcc5b917
Break before unnecessary string concats in _.repeat.
2016-03-13 12:39:05 -07:00
John-David Dalton
81f8518d15
Simplify assocIndexOf description. [ci skip]
2016-03-12 09:01:06 -08:00
John-David Dalton
f88d27ccda
Fix param descriptions for assocDelete, mapSet, and stackSet. [ci skip]
2016-03-11 20:00:08 -08:00
John-David Dalton
40ed92d2af
More _.debounce cleanup.
2016-03-11 08:04:39 -08: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
51a3c5d4e8
Cleanup _.debounce.
2016-03-10 07:59:31 -08:00
John-David Dalton
ecfa002a05
Update Edge testing in Sauce.
2016-03-09 16:55:34 -08:00
John-David Dalton
62962791b3
Rename debounce helper to invokeFunc to fix builds.
2016-03-08 06:58:39 -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
c30c43d69e
Add more since tags. [ci skip]
2016-03-06 22:12:42 -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
greenkeeperio-bot
b41103ee6b
Update glob to 7.0.3.
2016-03-05 18:35:22 -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
19a8b3886e
Flip assignment order for consistency. [ci skip]
2016-03-05 08:43:42 -08:00
John-David Dalton
03716f62e8
Remove runInContext call in convert.
2016-03-05 08:39:00 -08:00
John-David Dalton
d38000bc33
Minor format nit for baseCastPath. [ci skip]
2016-03-05 08:38:34 -08:00
John-David Dalton
a6c88a173b
Ensure _.toPath returns a new array.
2016-03-04 18:02:28 -08:00
John-David Dalton
0bad210dec
Add tests for number coercion methods.
2016-03-04 18:00:05 -08:00
John-David Dalton
62cc7574fc
Remove dead code branch from baseCastPath.
2016-03-04 10:41:09 -08:00
John-David Dalton
f5a134bcbd
Remove unused baseForIn.
2016-03-04 10:37:29 -08:00
John-David Dalton
a7bb6b5383
Add getPrototype helper.
2016-03-04 09:17:00 -08:00
John-David Dalton
e02ce1ea8b
Ensure _.toPath works with symbols.
2016-03-04 08:09:39 -08:00
John-David Dalton
760a00b82f
Make a distinction between property names and identifiers. [ci skip]
2016-03-04 07:51:12 -08:00
John-David Dalton
e6929e801b
Add getAllKeysIn helper.
2016-03-04 07:50:40 -08:00
John-David Dalton
8682da4962
Update V8 bug links. [ci skip]
2016-03-04 07:33:32 -08:00
John-David Dalton
8e6f3e48d0
Ensure getOwnPropertySymbols is passed an object to avoid errors in V8.
2016-03-04 07:33:16 -08:00
John-David Dalton
0589dd6909
Ensure _.omit works with symbols.
2016-03-04 02:03:23 -08:00
John-David Dalton
1b8071d2c4
Replace Dojo Foundation references with jQuery Foundation in contributing.md. [ci skip]
2016-03-04 01:24:43 -08:00
John-David Dalton
4debf155d7
Update and add tests for fp convert method.
2016-03-04 00:55:59 -08:00
John-David Dalton
f6df126c43
Cleanup license urls.
2016-03-03 22:58:41 -08:00
Esa-Matti Suuronen
c406e33fcc
Add reconvert method to fp functions.
2016-03-03 22:47:30 -08:00
John-David Dalton
9e11ebb62a
Ensure _.isPlainObject returns false for objects with a custom [[Prototype]]. [ closes #2085 ]
2016-03-03 22:46:23 -08:00
John-David Dalton
16ed42b188
Add tests for symbol paths.
2016-03-03 22:42:58 -08:00
John-David Dalton
a19890469e
Minor format nit.
2016-03-03 22:42:29 -08:00
John-David Dalton
cc1c1c127e
Cleanup path test labels.
2016-03-03 22:41:56 -08:00
John-David Dalton
3c1e95a3c2
Cleanup foo references.
2016-03-03 22:41:22 -08:00
John-David Dalton
d4c0777d2c
Minor format nits for Foo test functions.
2016-03-03 20:40:20 -08:00
John-David Dalton
8f00000676
Minor format nit of isIterateeCall.
2016-03-03 20:07:10 -08:00
John-David Dalton
4240f737d1
Add symbol support to baseCastPath, isKey, and toNumber.
2016-03-03 20:04:37 -08:00
John-David Dalton
25121a86bb
Specify string keyed properties. [ closes #2081 ] [ci skip]
2016-03-03 18:02:47 -08:00
John-David Dalton
e4b3cde0a4
Memoize stringToPath.
2016-03-03 15:58:23 -08:00
Dave Methvin
cf74ebeb71
Update license to the jQuery Foundation. [ci skip]
2016-03-03 12:03:26 -08:00
Jeroen Engels
d682357189
Add @since to the method jsdocs. [ci skip]
2016-03-03 07:47:26 -08:00
John-David Dalton
ddd4c391a1
Add _.updateWith test for a customizer.
2016-03-02 22:25:51 -08:00
greenkeeperio-bot
930ee1d650
Update jscs to 2.11.0.
2016-03-02 14:15:50 -08:00
John-David Dalton
c5344d5336
Ensure _.has returns false for nested inherited properties. [ closes #2073 ]
2016-03-02 07:54:27 -08:00
John-David Dalton
d59c644a10
Use baseGet in parent and _.result.
2016-03-02 07:47:37 -08:00
John-David Dalton
28171945e9
Use smaller objects for _.assign bench.
2016-03-02 07:39:08 -08:00
John-David Dalton
ddf9354d26
Bump to v4.6.1.
2016-03-01 21:55:32 -08:00
John-David Dalton
5f58b65c04
Rebuild lodash and docs.
2016-03-01 21:55:09 -08:00
John-David Dalton
1ec20c5281
Use propertyIsEnumerable var.
2016-03-01 20:33:17 -08:00
John-David Dalton
3421fab58a
Update lodash dev dep.
2016-03-01 19:40:05 -08:00
John-David Dalton
deeaf27b54
Avoid cloning symbols internally.
2016-03-01 19:37:44 -08:00
John-David Dalton
429be57b8a
Bump to v4.6.0.
2016-03-01 10:58:13 -08:00
John-David Dalton
7f00e8f2f1
Rebuild lodash and docs.
2016-03-01 10:58:13 -08:00
John-David Dalton
89f891ac86
Ensure placeholder uses func when its a lib.
2016-03-01 10:58:13 -08:00
John-David Dalton
63147cd145
Update our code of conduct. [ci skip]
2016-02-29 22:04:07 -08:00
John-David Dalton
2c5f026d3c
Add doc note to associate _.merge with _.assign. [ci skip]
2016-02-29 08:17:10 -08:00
John-David Dalton
c10146e2f0
Set constructor of lodash.prototype.
2016-02-29 00:02:13 -08:00
John-David Dalton
548fe881d6
Add _.pullAllWith comparator test.
2016-02-28 20:05:54 -08:00
John-David Dalton
b560b7047b
Cleanup "With" tests.
2016-02-28 20:05:27 -08:00
John-David Dalton
6f470abdff
Add _.pullAllWith test.
2016-02-28 12:23:32 -08:00
John-David Dalton
eabe95c4e3
Add _.updateWith fp support.
2016-02-28 12:16:21 -08:00
John-David Dalton
fab50ec384
Add _.updateWith tests.
2016-02-28 11:55:09 -08:00
John-David Dalton
0f298de36a
Add _.updateWith.
2016-02-28 11:30:16 -08:00
John-David Dalton
f8132e3be4
Add more _.update tests.
2016-02-28 10:54:40 -08:00
John-David Dalton
dfd865dadc
Only use SetCache in baseIntersection only when arrays[0] is large.
2016-02-27 21:26:51 -08:00
John-David Dalton
98bdd67cf2
Simplify array mapping in basePullAll and baseOrderBy.
2016-02-27 18:42:24 -08:00
John-David Dalton
e842bec025
Optimize _.intersection to stop search once it matches the size of its smallest array.
2016-02-27 18:35:18 -08:00
John-David Dalton
8278d38a8e
Add update to lodash doc note. [ci skip]
2016-02-27 17:03:23 -08:00
John-David Dalton
0699d4cf3d
Simplify regexp test.
2016-02-27 17:00:56 -08:00
John-David Dalton
8865633ccd
Move baseUpdate and update definitions.
2016-02-27 17:00:46 -08:00
John-David Dalton
7066b9a5c7
Rearrange tests.
2016-02-27 17:00:11 -08:00
John-David Dalton
63f8b1dcec
Ensure _.defaultsDeep does not overwrite regexp values.
2016-02-27 14:35:20 -08:00
John-David Dalton
2e790fb865
Add IE 11 doc note to addMapEntry. [ci skip]
2016-02-27 11:13:51 -08:00
John-David Dalton
ac62c24c4a
Cleanup passing stack around since Stac#set returns the stack.
2016-02-27 11:06:01 -08:00
John-David Dalton
629de594d5
Avoid deep cloning source values if a customizer is provided.
2016-02-27 10:20:51 -08:00
John-David Dalton
7a69a45ccc
Add template sentence tweaks from the wiki.
2016-02-27 10:20:51 -08:00
greenkeeperio-bot
916431118e
Update coveralls to 2.11.8.
2016-02-27 10:20:50 -08:00
John-David Dalton
83e584d579
Split circular reference tests up.
2016-02-26 22:08:03 -08:00
Danny Fallon
bbd536fc04
Add test for mergeWith with multi-ref source object.
2016-02-26 22:07:24 -08:00
John-David Dalton
0b76654b71
Ensure stack is popped after recursive merge so that it doesn't affect sibling properties. [ closes #2060 ]
2016-02-26 09:42:42 -08:00
Jeroen Engels
ff7d79d5fc
Remove custom rearg for update.
2016-02-26 09:31:58 -08:00
Hassan Zamani
b40b555386
Add _.update.
2016-02-26 01:55:47 -08:00
John-David Dalton
efa1ebff16
Clarify result value order of _.xor. [ci skip]
2016-02-26 00:04:20 -08:00
John-David Dalton
8f0dcde98f
Clarify result value origin and order of difference methods. [ci skip]
2016-02-26 00:01:52 -08:00
John-David Dalton
3b1efb635b
Clarify result value origin and order of intersection methods. [ci skip]
2016-02-25 23:59:41 -08:00
John-David Dalton
055fdfa0b4
Add _.pullAllWith.
2016-02-25 23:24:13 -08:00
John-David Dalton
a5a21235dc
Add mdn references to _.toLower and _.toUpper. [ci skip]
2016-02-25 08:34:43 -08:00
Francis De Brabandere
dfbcfdb0ae
Clarify intersection docs on what is returned. [ci skip]
2016-02-24 10:24:40 -08:00
John-David Dalton
a1e917bac2
Remove the word "Added" from alias list. [ci skip]
2016-02-24 01:02:11 -08:00
John-David Dalton
62a9208944
Include aliases in lodash chain doc note. [ci skip] [ closes #2044 ]
2016-02-24 00:48:57 -08:00
John-David Dalton
1bf8eb8cac
Update qunit and qunit-extras.
2016-02-23 23:13:34 -08:00
John-David Dalton
893573485c
Escape bang in pattern.
2016-02-23 21:22:07 -08:00
John-David Dalton
d5231ad94b
Add source tests for _.assign and _.assignIn.
2016-02-23 21:16:32 -08:00
John-David Dalton
a578935621
Remove unhit condition in getNative.
2016-02-23 20:13:08 -08:00
Jeroen Engels
c88c7ff6bb
Fix order of arguments in FP docs. [ci skip]
2016-02-23 14:19:48 -08:00
John-David Dalton
21f9cfa6d3
Remove unneeded Ctor variables.
2016-02-23 10:58:27 -08:00
John-David Dalton
45d2fb8a30
Fix _.transform test fail in Safari 8.
2016-02-23 10:58:27 -08:00
John-David Dalton
9c162624fe
Cleanup symbolTag case in equalByTag.
2016-02-23 10:58:27 -08:00
John-David Dalton
80b5731709
Leak msWDfn in test/test-fp.js to prevent false fails in Edge on sauce.
2016-02-23 10:58:27 -08:00
John-David Dalton
bab4ffff62
Remove unstable test from local testing.
2016-02-23 08:31:04 -08:00
John-David Dalton
f644c82da4
Replace Symbol checks with Symbol methods as checks instead. [ closes #2039 ]
2016-02-23 08:30:48 -08:00
John-David Dalton
54294f15ef
Update _.assign and _.assignIn fast paths.
2016-02-23 08:23:13 -08:00
John-David Dalton
dfe77571fb
Remove _.keys fast path.
2016-02-23 08:23:05 -08:00
John-David Dalton
f40f66d29b
Remove a isTypedArray check and unnecessary stack creation from baseIsEqualDeep.
2016-02-22 23:38:19 -08:00
John-David Dalton
af06529283
Ensure _.isEqual works with maps and sets with circular references.
2016-02-22 23:38:18 -08:00
John-David Dalton
d8da7a2142
Use isFunction check without the typeof check.
2016-02-22 23:38:18 -08:00
John-David Dalton
c1f8e31775
Use typeof for function checks instead of isFunction.
2016-02-22 23:38:18 -08:00
John-David Dalton
cc4b49226b
Use postfix increment operators.
2016-02-22 23:38:18 -08:00
John-David Dalton
f9a2f74716
Optimize _.assign, _.assignIn, & _.keys.
2016-02-22 23:38:18 -08:00
John-David Dalton
a326a6badf
Update contributing text with 👍 's. [ci skip]
2016-02-22 23:38:18 -08:00
John-David Dalton
e21f4862e1
Update contributing link to tagged release. [ci skip]
2016-02-22 23:38:18 -08:00
greenkeeperio-bot
f0c3ac1789
Update jquery to 2.2.1, uglify-js to 2.6.2, and webpack to 1.12.14.
2016-02-22 23:37:38 -08:00
John-David Dalton
e24513e6e2
Clarify _.isEmpty docs. [ci skip]
2016-02-22 12:19:08 -08:00
John-David Dalton
a224b6f1b0
Add core.min.js and lodash.min.js to the fp module ignored list.
2016-02-22 10:28:34 -08:00
John-David Dalton
26299eb364
Update _.isEmpty doc param type for value. [ci skip]
2016-02-22 10:24:20 -08:00
John-David Dalton
772c461a33
Bump to v4.5.1.
2016-02-21 22:58:49 -08:00
John-David Dalton
110ca4d1b5
Rebuild lodash and docs.
2016-02-21 22:58:49 -08:00
John-David Dalton
aafb05b675
Update for lodash v4 api.
2016-02-21 22:58:49 -08:00
John-David Dalton
ff6fc56a15
Use _baseConvert in fp module.
2016-02-21 21:07:21 -08:00
John-David Dalton
2dfbe9fe77
Use minified lodash in fp module.
2016-02-21 21:07:09 -08:00
John-David Dalton
4a0fe2c17b
Use lodash in test/remove.js.
2016-02-21 19:35:08 -08:00
John-David Dalton
9f7e626b9a
Make build-module create core.min.js and lodash.min.js.
2016-02-21 19:35:08 -08:00
John-David Dalton
f2985bda5f
Add copyFile, minFile, and writeFile to lib/common/util.js.
2016-02-21 19:35:01 -08:00
John-David Dalton
1517745a6a
Update placeholder param description of createRecurryWrapper. [ci skip]
2016-02-21 16:57:06 -08:00
John-David Dalton
887cb55919
Add _.placeholder tests.
2016-02-21 13:48:46 -08:00
John-David Dalton
5c42d0ef31
Add intersection tests for two arrays.
2016-02-21 09:59:51 -08:00
John-David Dalton
837d47a309
Update lodash paths travis.yml, test/test.js, and test/index.html.
2016-02-20 23:53:35 -08:00
John-David Dalton
f3766cf889
Add getPlaceholder helper.
2016-02-20 18:07:11 -08:00
John-David Dalton
2b8b63e59f
Allow placeholders to persist through more than 1 curried call.
2016-02-20 18:07:05 -08:00
John-David Dalton
d64583b743
Cleanup bitmask groupings in mergeData.
2016-02-20 16:40:59 -08:00
John-David Dalton
9ec65d5ed5
Fix newHolders typo.
2016-02-20 11:28:11 -08:00
John-David Dalton
9fe6afcdcc
Use lodashStable.bind in unzip/zip test.
2016-02-20 11:28:11 -08:00
Benjamim Sonntag
6a4e0fb41b
Links _.remove and _.pull in the docs. [ci skip]
2016-02-20 11:28:00 -08:00
John-David Dalton
b570884bb3
Remove npm "prepublish" script to avoid running on npm i.
2016-02-19 10:51:48 -08:00
John-David Dalton
8f8f8e288c
Update internal module references in tests.
2016-02-19 10:39:38 -08:00
John-David Dalton
8698a5e0e8
Add tests for setting the [[Prototype]] of clones for values where constructor is incorrect.
2016-02-19 08:18:56 -08:00
John-David Dalton
ad5e30e189
Move _.merge test for augmenting objects.
2016-02-19 08:17:44 -08:00
Benjamin Tan
19ee0c74f8
Update link to CONTRIBUTING.md in readme. [ci skip]
2016-02-19 08:02:57 -08:00
John-David Dalton
007e5aa27a
Increment package version to enable ci tests.
2016-02-19 01:23:07 -08:00
John-David Dalton
2509f562b5
Update fp wiki template.
2016-02-19 01:23:02 -08:00
John-David Dalton
a58a276ffd
Replace "iteratee function" with "iteratee". [ci skip]
2016-02-19 01:04:36 -08:00
John-David Dalton
1a5b9dcce1
Add iteratee signature to _.mapKeys. [ci skip]
2016-02-19 01:04:19 -08:00
John-David Dalton
1240a0dfdd
Move contributing text to .github. [ci skip]
2016-02-19 00:46:06 -08:00
Henrik Hjelte
0194169e79
Clarify docs on omitBy predicate params. [ci skip]
2016-02-19 00:11:33 -08:00
John-David Dalton
a71c19e1b5
Avoid unnecessary cloning in fp set methods. [ closes #2017 ]
2016-02-19 00:11:20 -08:00
John-David Dalton
bfbfa719ff
Ensure assignValue assigns values if they aren't the same own value. [ closes #2022 ]
2016-02-19 00:01:33 -08:00
John-David Dalton
49389d0a2f
Ducktype in _.isError for ES6 support.
2016-02-18 21:52:53 -08:00
John-David Dalton
e380062403
Use getPrototypeOf to set inheritance when constructor is a function. [ closes #2018 ]
2016-02-18 21:52:19 -08:00
John-David Dalton
b83abfa9c1
Make fp arity for orderBy three instead of two. [ closes #2019 ]
2016-02-18 13:37:16 -08:00
John-David Dalton
48dbf203a5
Ensure fp pickBy and omitBy provide value and key arguments.
2016-02-18 01:08:19 -08:00
John-David Dalton
23768398c5
Add iterateeRearg fp mapping back for mapKeys.
2016-02-17 22:21:48 -08:00
John-David Dalton
ab73503859
Bump to v4.5.0.
2016-02-17 22:21:48 -08:00
John-David Dalton
a4f7d4cc2a
Rebuild lodash and docs.
2016-02-17 22:21:47 -08:00
Myles Borins
cca5ac60d6
Fix npm-test by removing the call to test-docs.
2016-02-17 22:21:47 -08:00
John-David Dalton
9f7f9fc3c5
Adjust heading order. [ci skip]
2016-02-17 01:26:28 -08:00
John-David Dalton
6e2fb92e9a
Remove unused baseArity.
2016-02-16 22:29:41 -08:00
John-David Dalton
4f702e2381
Specify utf8 encoding.
2016-02-16 22:04:47 -08:00
John-David Dalton
b188f903ce
Add fp tests for iteratee shorthands.
2016-02-16 21:27:08 -08:00
John-David Dalton
7b93dc9c32
Ensure clone methods clone expando properties of boolean, number, & string objects. [ closes #2008 ]
2016-02-16 21:27:03 -08:00
John-David Dalton
664d66a89e
Make string tests more consistent.
2016-02-16 20:44:55 -08:00
John-David Dalton
d9dc0e6fd1
Add _.invertBy tests.
2016-02-16 19:30:23 -08:00
John-David Dalton
53168e4cfd
Remove dup _.invertBy test.
2016-02-16 18:49:43 -08:00
John-David Dalton
7998632685
Add castArray chaining test.
2016-02-16 18:48:57 -08:00
John-David Dalton
86f2a1061c
Simplify readme. [ci skip]
2016-02-16 18:48:11 -08:00
John-David Dalton
9ca02a448e
Update cdn links. [ci skip]
2016-02-16 08:52:49 -08:00
John-David Dalton
17091d3a0e
Simplify shorthand test labels.
2016-02-16 08:42:29 -08:00
John-David Dalton
c94b1488e9
Make iteraeeAry pass thru non-functions. [ closes #2007 ]
2016-02-16 07:46:54 -08:00
John-David Dalton
7b2274cb44
Add methods to lodash doc notes. [ci skip]
2016-02-16 01:29:25 -08:00
John-David Dalton
7c27a6f51e
Make wording of entries align closer to their titles. [ci skip]
2016-02-16 01:29:25 -08:00
John-David Dalton
e91371d406
Increment package version to enable ci tests.
2016-02-16 01:29:25 -08:00
John-David Dalton
e878559fb9
Bump to v4.4.0.
2016-02-15 23:08:19 -08:00
John-David Dalton
36af8de116
Rebuild lodash and docs.
2016-02-15 23:07:07 -08:00
John-David Dalton
09dd3a8fea
Remove noConflict call from the node fp module template.
2016-02-15 23:07:07 -08:00
John-David Dalton
5dd6b90692
Minor comma nit from contributing.md. [ci skip]
2016-02-15 21:30:16 -08:00
John-David Dalton
97fd94744e
Add mapping section to fp wiki template. [ci skip]
2016-02-15 17:38:30 -08:00
John-David Dalton
0da3674d5e
Update fp doc template.
2016-02-15 17:00:01 -08:00
John-David Dalton
01d530d65e
Cleanup fp/build-modules.
2016-02-15 16:59:43 -08:00
John-David Dalton
10dd42b6e4
Restore bizarro tests for Object.create.
2016-02-15 16:47:31 -08:00
John-David Dalton
ba2d3f7704
Use != instead of !== when value is guaranteed to be a string.
2016-02-15 16:36:20 -08:00
Graeme Yeates
607fe2a5f6
Use Object.create in baseCreate (even if shimmed).
2016-02-15 16:35:20 -08:00
John-David Dalton
4643679d79
Remove fp caps mapping.
2016-02-15 13:51:20 -08:00
greenkeeperio-bot
04180c7c96
Update jscs to 2.10.1.
2016-02-15 11:12:14 -08:00
John-David Dalton
3846348f8a
Clarify how undefined source values are handled in _.merge. [ci skip]
2016-02-15 10:22:25 -08:00
John-David Dalton
dc2fc9428d
Cross reference _.matches and _.isMatch in docs. [ci skip]
2016-02-15 10:22:04 -08:00
John-David Dalton
6e399ce311
Cleanup long lines in isEqualWith docs. [ci skip]
2016-02-15 10:21:19 -08:00
John-David Dalton
641b544801
Add castArray to lodash chaining doc note. [ci skip]
2016-02-15 10:20:40 -08:00
John-David Dalton
761a100397
Ensure _.valuesIn returns results. [ closes #2000 ]
2016-02-15 09:14:10 -08:00
John-David Dalton
cf1a4f893f
Update fp doc generation.
2016-02-15 00:18:12 -08:00
John-David Dalton
19613be861
Add isArray to _util.jst.
2016-02-14 23:47:45 -08:00
John-David Dalton
c163659713
Rename fp mapping rename to remap.
2016-02-14 23:47:45 -08:00
John-David Dalton
aae02af265
Cleanup Date shims.
2016-02-14 19:20:17 -08:00
John-David Dalton
cb96bf15b7
Reduce the length of some lines.
2016-02-14 19:14:17 -08:00
John-David Dalton
c006c28f55
Add lib/common/util.
2016-02-14 12:57:34 -08:00
John-David Dalton
d358d00531
Ensure fp castArray shallow clones arrays.
2016-02-14 12:09:17 -08:00
John-David Dalton
abcebb4f48
Remove exposed castFunction and castPath.
2016-02-14 11:02:11 -08:00
John-David Dalton
6e74724c0f
Add _.compat test for lazy sequence with a custom _.iteratee.
2016-02-14 09:21:07 -08:00
John-David Dalton
c5f6c43326
Add default wrapper value to jsdoc of _.wrap. [ci skip]
2016-02-14 08:57:28 -08:00
John-David Dalton
a9e8c0ba76
Add changelog mention to the wiki link in readme. [ci skip]
2016-02-14 08:41:43 -08:00
John-David Dalton
5388d8a7b0
Rename _.asArray to _.castArray and add _.castFunction and _.castPath.
2016-02-13 13:40:04 -08:00
Graeme Yeates
ee499b36ea
Add _.asArray method.
2016-02-13 09:04:19 -08:00
John-David Dalton
13e4b959a4
Rename skipTest to skipAssert.
2016-02-13 08:32:47 -08:00
John-David Dalton
5a336403f9
Fix fp browser test fails.
2016-02-13 08:31:04 -08:00
John-David Dalton
26265c011a
Fix failing _.isError test in phantomjs.
2016-02-13 02:18:37 -08:00
John-David Dalton
4a390bca1c
Update tests for es6.
2016-02-13 02:18:15 -08:00
John-David Dalton
af46ead30d
Fix caller access in strict mode es6 modules.
2016-02-13 02:01:46 -08:00
John-David Dalton
de0f936e92
Ensure fp convert works with category modules.
2016-02-13 01:23:07 -08:00
John-David Dalton
bf9dcfe89c
Add jsdoc constructor tags. [ci skip]
2016-02-12 22:51:26 -08:00
John-David Dalton
df0ecd2a93
Ensure _.isError works with subclasses values. [ closes #1994 ]
2016-02-12 22:51:26 -08:00
John-David Dalton
b3ebb3c3d3
Add _.fromPairs to mention to _.toPairs and _.toPairsIn. [ci skip]
2016-02-12 22:51:26 -08:00
Jeroen Engels
0bead0c69a
Update closed issue link in contributing.md to link to enhancement issues. [ci skip]
2016-02-12 22:51:26 -08:00
John-David Dalton
a055b0a04f
Fix fp rearg order for zipWith.
2016-02-12 22:51:26 -08:00
John-David Dalton
d6f6007692
Add wiki link to "Further Reading" section of readme. [ci skip]
2016-02-12 22:51:26 -08:00
John-David Dalton
8ee7ffb2ab
Add more currying to fp tests.
2016-02-12 22:51:26 -08:00
John-David Dalton
40ff04911e
Remove unneeded copyArray from baseMergeDeep.
2016-02-12 22:51:25 -08:00
John-David Dalton
a3676618af
Reorg templates.
2016-02-12 22:51:19 -08:00
John-David Dalton
b1ed66c6f5
Add another fp.inRange test.
2016-02-11 22:57:25 -08:00
John-David Dalton
53b3f81abe
Ensure _.merge deep clones array/typed-array/plain-object sources. [ closes #1987 ]
2016-02-11 22:56:33 -08:00
John-David Dalton
bd2428dde5
Remove fp doc to be simplified in a later commit.
2016-02-11 21:02:44 -08:00
Jeroen Engels
b7ae5f0885
Add paragraph about making feature requests in docs [ci skip]
2016-02-11 19:57:04 -08:00
John-David Dalton
8c5b64c7d7
Have browser fp convert auto wrap lodash if found.
2016-02-11 15:49:32 -08:00
John-David Dalton
641112dd4d
Attempt two to fix bizarro buffer test in Node v0.12.
2016-02-11 10:55:26 -08:00
John-David Dalton
1c47acd040
Ensure maxWait isn't processed on a leading invocation ifleading is false and there isn't an max delay queued. [ closes #1964 ]
2016-02-11 00:18:08 -08:00
greenkeeperio-bot
d58d6f45cc
Update glob to 7.0.0.
2016-02-11 00:18:07 -08:00
Artur Baybulatov
7efa921bab
Add a note about browser usage of lodash-fp. [ci skip]
2016-02-10 10:54:40 -08:00
John-David Dalton
feafdb3c6a
Fix jsdoc type tags. [ closes #1976 ] [ci skip]
2016-02-10 08:26:43 -08:00
John-David Dalton
784ee6a086
Remove fp iterateeRearg mapping. [ closes #1971 ]
2016-02-10 08:19:59 -08:00
John-David Dalton
3014f20b6c
Remove copyArray dep from _.flattenDepth.
2016-02-10 00:43:03 -08:00
John-David Dalton
40bb035b09
Minor label cleanup.
2016-02-10 00:15:08 -08:00
John-David Dalton
ba32bf3b8d
Cleanup flatten methods and add more flattenDepth tests.
2016-02-10 00:14:10 -08:00
John-David Dalton
e9edc06aaf
Enable convert to work when given lodash and options.
2016-02-09 21:56:49 -08:00
Jordan Eldredge
c91196d240
Run style checks before publishing.
2016-02-09 19:39:32 -08:00
Jeroen Engels
08c7bf3c85
Fix code style error and doc nit. [ci skip]
2016-02-09 19:39:32 -08:00
Michael Morgan
046470a8db
Added _.flattenDepth for variable-depth flatten.
2016-02-09 19:39:32 -08:00
Billy Janitsch
2b1eedb036
Fix FP rearg for _.zipWith and _.inRange.
2016-02-09 19:39:31 -08:00
Jeroen Engels
02bea6534c
fp docs - Remove notes about mutation in description.
2016-02-09 19:36:37 -08:00
Jeroen Engels
6f4099c20b
fp docs - Split lib/doc/apply-fp-mapping into multiples files.
2016-02-09 19:36:37 -08:00
Jeroen Engels
39735df82f
fp docs - Inject default values and cap args.
2016-02-09 19:36:37 -08:00
Jeroen Engels
5062f22839
fp docs - Remove console.log() from examples.
2016-02-09 19:36:36 -08:00
Jeroen Engels
e397707dc9
fp docs - translate ...args to args[] in example and params.
2016-02-09 19:36:36 -08:00
Jeroen Engels
66d6e226a9
Add scripts to generate the docs for lodash/fp.
2016-02-09 19:36:36 -08:00
Benjamin Tan
fbfa578c11
Write fp docs to a different file.
2016-02-09 19:36:36 -08:00
John-David Dalton
5cd7208ef3
Fix test fail in phantomjs.
2016-02-09 17:11:02 -08:00
John-David Dalton
e5bc6a0315
Fix bizarro buffer test in Node v0.12.
2016-02-09 17:11:02 -08:00
John-David Dalton
495c890aac
Add bizarro test for _.isBuffer.
2016-02-09 17:11:02 -08:00
John-David Dalton
5fe4a1b05d
Add fp placeholder test for converted partial.
2016-02-09 17:11:02 -08:00
John-David Dalton
d8bf62995b
Ensure fp options works when applied individually.
2016-02-09 17:11:02 -08:00
John-David Dalton
e36f7e7161
Enable testing fp/convert in the browser.
2016-02-09 17:11:02 -08:00
John-David Dalton
285b667c3e
Update "Why Lodash" section of readme. [ci skip]
2016-02-09 17:11:02 -08:00
John-David Dalton
aefbdbb6d5
Increment package version to enable ci tests.
2016-02-08 00:31:19 -08:00
John-David Dalton
8debfc6e6c
Bump to v4.3.0.
2016-02-08 00:31:19 -08:00
John-David Dalton
c9ca772a32
Rebuild lodash and docs.
2016-02-08 00:31:19 -08:00
John-David Dalton
dc65792776
Add fp tests for add, subtract, gt, gte, lt, & lte.
2016-02-08 00:31:19 -08:00
John-David Dalton
18ae1d7c18
Ensure _.add and _.subtract return 0 when no arguments are given.
2016-02-08 00:31:19 -08:00
John-David Dalton
d790a1b3c6
Adjust "provided"/"given" use. [ci skip]
2016-02-08 00:31:18 -08:00
John-David Dalton
349c627110
Add options to baseConvert.
2016-02-08 00:31:13 -08:00
John-David Dalton
db23fcfe9f
Rename num params to n.
2016-02-07 22:47:15 -08:00
John-David Dalton
d5a6a75639
Clarify pull request notes in contributing.md. [ci skip]
2016-02-07 22:47:15 -08:00
Robert T. Stewart
404a7181a8
Add 'What is Lodash' section to README.md. [ci skip]
2016-02-07 22:47:15 -08:00
Corbacho
e392b8e240
Improve accuracy of _.throttle.
2016-02-07 22:47:14 -08:00
John-David Dalton
6752d75ad0
Add _.isMap, _.isSet, _.isWeakMap, & _.isWeakSet.
2016-02-07 22:47:14 -08:00
John-David Dalton
e00d9821a8
Add gt, gte, lt, lte to fp skipRearg mapping.
2016-02-07 22:47:14 -08:00
John-David Dalton
1cf7093f46
Allow undefined realm values.
2016-02-07 22:47:14 -08:00
John-David Dalton
88708ec00f
Minor test order nit.
2016-02-07 22:47:14 -08:00
John-David Dalton
984b0af883
Add deep clone test for buffers.
2016-02-07 22:47:14 -08:00
John-David Dalton
8810754ada
Add _.isArrayBuffer test.
2016-02-07 22:47:14 -08:00
John-David Dalton
0d340b378b
Add _.isBuffer test.
2016-02-07 22:47:14 -08:00
John-David Dalton
e30dc968ef
Move _.isNull test.
2016-02-07 22:47:13 -08:00
John-David Dalton
ea942b0642
Upgrade sauce tested versions of Chrome and Firefox.
2016-02-07 22:47:13 -08:00
Tyler Garrett
7e9d49b300
Fix DevDoc link in readme. [ci skip]
2016-02-07 22:47:13 -08:00
John-David Dalton
ce60ac4274
Add isDeep flag to cloneBuffer.
2016-02-07 22:47:13 -08:00
John-David Dalton
a04fc310b4
Fix buffer test fails.
2016-02-07 22:47:13 -08:00
John-David Dalton
4a805ea666
Add _.isArrayBuffer and _.isBuffer.
2016-02-07 22:47:13 -08:00
John-David Dalton
1595651780
Add support for cloning buffers. [ closes #1940 ]
2016-02-07 22:47:13 -08:00
John-David Dalton
fc85cac91d
Update sauce-tunnel and webpack deps.
2016-02-07 22:47:13 -08:00
John-David Dalton
73134f9dcc
Update the readme.
2016-02-07 22:47:13 -08:00
John-David Dalton
eb72bbe6f7
Update license to github formatting.
2016-02-07 22:47:12 -08:00
John-David Dalton
a5ae078f8f
Increment package version to enable ci tests.
2016-02-05 00:24:51 -08:00
John-David Dalton
1cd9dc49a9
Bump to v4.2.1.
2016-02-03 01:31:34 -08:00
John-David Dalton
d64a97195b
Rebuild lodash and docs.
2016-02-03 01:16:58 -08:00
John-David Dalton
c6a3ace553
Skip pseudo-private aliases.
2016-02-03 01:16:58 -08:00
John-David Dalton
497d57ca95
Ensure fp add and subtract don't have rearg applied.
2016-02-03 00:16:07 -08:00
John-David Dalton
3a07b411fb
Add fp tests for placeholders.
2016-02-03 00:16:07 -08:00
John-David Dalton
b0c2a8d5fd
Add fp _.partial tests for convert by name.
2016-02-03 00:16:06 -08:00
John-David Dalton
e404d214aa
Add _.placeholder support so wrapped functions may support placeholders.
2016-02-03 00:16:06 -08:00
Nathan Tran
7f295dc6e8
Make _baseConvert use spread and not rest.
2016-02-03 00:16:06 -08:00
Prayag Verma
d2a8203efb
Remove duplicate to and the words from docs. [ci skip]
2016-02-03 00:16:06 -08:00
John-David Dalton
33bfa8f961
Add trimChars fp mapping.
2016-02-03 00:16:06 -08:00
John-David Dalton
f944254cb8
Cleanup fp.curryN test label.
2016-02-03 00:16:06 -08:00
John-David Dalton
30339cfd86
Add fp.getOr test.
2016-02-03 00:16:06 -08:00
John-David Dalton
7dd5549b05
Increment lodash package version to enable ci tests.
2016-02-03 00:16:06 -08:00