jdalton
|
7dfd7ad5b9
|
Minor adjustments to param docs for baseCompareAscending and matchesProperty. [ci skip]
|
2015-05-06 01:37:56 -07:00 |
|
jdalton
|
ca5fa9e84d
|
Add support for an immutable Map to _.memoize.Cache.
|
2015-05-05 23:13:00 -07:00 |
|
jdalton
|
1afcfa4406
|
Use precomputed values for MAX_ARRAY_LENGTH and MAX_SAFE_INTEGER.
|
2015-05-04 21:53:12 -07:00 |
|
jdalton
|
95b1455b62
|
Consistently use callback as the variable to store getCallback() results.
|
2015-05-04 09:06:06 -07:00 |
|
jdalton
|
d825937411
|
Ensure customizer results are respected by _.isEqual.
|
2015-05-03 22:57:45 -07:00 |
|
jdalton
|
ee182df533
|
Optimize object comparisons in _.isEqual.
|
2015-05-03 19:38:58 -07:00 |
|
jdalton
|
14651d8ea8
|
Remove customizer assignment from clone and cloneDeep.
|
2015-05-03 17:20:51 -07:00 |
|
jdalton
|
7e4ed7c1a9
|
Ensure baseCreate works in ExtendScript.
|
2015-05-03 13:47:40 -07:00 |
|
jdalton
|
13fe88c03f
|
Cleanup baseIsMatch and equalArrays.
|
2015-05-02 23:00:57 -07:00 |
|
jdalton
|
7b80a780c7
|
Remove old Opera from Sauce tests.
|
2015-05-01 22:16:59 -07:00 |
|
jdalton
|
2b465bdf82
|
Update QUnit dev dep.
|
2015-05-01 21:00:50 -07:00 |
|
jdalton
|
6d52119597
|
Bump to v3.8.0.
3.8.0
|
2015-05-01 00:45:06 -07:00 |
|
jdalton
|
b75041173c
|
Rebuild lodash and docs.
|
2015-05-01 00:45:06 -07:00 |
|
jdalton
|
23eba0a029
|
Avoid isArrayLike in createBaseEach to bail out early when nullish.
|
2015-05-01 00:45:06 -07:00 |
|
jdalton
|
566781cab2
|
Loosen -0 and 0 checks.
|
2015-05-01 00:44:55 -07:00 |
|
jdalton
|
0ea1fc5602
|
Avoid var name pad in composeArgsRight.
|
2015-04-30 09:09:47 -07:00 |
|
jdalton
|
2ce9e09e8b
|
Ensure _.padLeft and _.padRight handle empty strings correctly.
|
2015-04-30 09:09:46 -07:00 |
|
Tim D
|
6cab7ceb0f
|
Removing length assignment in baseFlatten for a perf win.
|
2015-04-29 19:57:39 -07:00 |
|
jdalton
|
8ae7d8aa07
|
Simplify SameValueZero doc notes. [ci skip]
|
2015-04-29 00:25:36 -07:00 |
|
jdalton
|
ce6ccef2d0
|
Ensure baseAt, basePullAt, and pullAt handle nullish values correctly.
|
2015-04-29 00:25:36 -07:00 |
|
jdalton
|
2c6d880542
|
Loosen restrictions of _.intersection and others to accept array-like objects and add isArrayLike helper. [closes #1163]
|
2015-04-29 00:25:36 -07:00 |
|
jdalton
|
bf89287c56
|
Optimize lazy slice for start of 0 and an end value.
|
2015-04-29 00:25:36 -07:00 |
|
jdalton
|
df176dfe8a
|
Fix modularized npm build tests.
|
2015-04-26 14:22:46 -07:00 |
|
jdalton
|
141a32d388
|
Add _.callback test for augmenting source objects.
|
2015-04-26 10:59:29 -07:00 |
|
jdalton
|
37786b76ed
|
Minor whitespace nits. [ci skip]
|
2015-04-26 00:46:33 -07:00 |
|
jdalton
|
02b920f259
|
Add _.flow and _.flowRight tests for curried functions with placeholders.
|
2015-04-23 08:38:58 -07:00 |
|
jdalton
|
31e25f88a0
|
Narrow bitmask check in createFlow.
|
2015-04-23 08:06:51 -07:00 |
|
jdalton
|
231c8a468e
|
Replace "that" with "which" in pickByArray and pickByCallback docs. [ci skip]
|
2015-04-22 23:10:17 -07:00 |
|
jdalton
|
ae346f564f
|
Avoid lazy eval optimization in createFlow if metadata has placeholder arguments. [closes #1160]
|
2015-04-22 20:44:56 -07:00 |
|
jdalton
|
fcc0608cf2
|
Only use built-in Object.assign when in strict mode.
|
2015-04-22 20:23:30 -07:00 |
|
jdalton
|
641cd63462
|
Fix old V8 JIT bug that has cropped up again.
|
2015-04-22 20:17:39 -07:00 |
|
jdalton
|
0b907a3efa
|
Make tests work in Phantom 2.
|
2015-04-22 20:16:43 -07:00 |
|
jdalton
|
ce180cf2bf
|
Excuse Underscore _.now test to avoid occasional false fail in sauce andrioid.
|
2015-04-22 07:18:14 -07:00 |
|
jdalton
|
d97276404c
|
Update excused Underscore tests.
|
2015-04-22 07:09:52 -07:00 |
|
Ray Hammond
|
d5a9b4344b
|
Removed unused variables identified by JSHint.
|
2015-04-21 16:58:10 -07:00 |
|
jdalton
|
e317fdfa3d
|
Cleanup deep path tests.
|
2015-04-21 08:07:49 -07:00 |
|
jdalton
|
150ea2639a
|
Add complex tests for unquoted bracketed property names.
|
2015-04-21 08:03:14 -07:00 |
|
jdalton
|
a551348b40
|
Fix preventExtensions definition typo. [closes #1153]
|
2015-04-21 07:59:02 -07:00 |
|
jdalton
|
3429b5d661
|
Ensure empty brackets are ignored by _.get and _.set.
|
2015-04-21 00:02:28 -07:00 |
|
jdalton
|
c8314b215b
|
Doc and var name tweaks to _.unzip, _.unzipWith, and _.zipWith.
|
2015-04-20 08:59:53 -07:00 |
|
jdalton
|
5929f7d23b
|
Newline nit in _.assign doc. [ci skip]
|
2015-04-20 00:35:41 -07:00 |
|
jdalton
|
85a7df3d27
|
Add _.unzipWith.
|
2015-04-20 00:10:12 -07:00 |
|
jdalton
|
e6c5a0e848
|
Update iOS comment on getLength. [ci skip]
|
2015-04-19 20:04:13 -07:00 |
|
Ray Hammond
|
92dee72b10
|
Added two missing semicolons.
|
2015-04-19 17:51:14 -07:00 |
|
jdalton
|
4d6e57a5e6
|
Make _.zipWith act like _.zip when no iteratee is provided and make _.unzip ignore non array or arguments object values.
|
2015-04-19 10:32:27 -07:00 |
|
jdalton
|
936a1c2764
|
Add support for thisArg in zipWith.
|
2015-04-19 08:02:43 -07:00 |
|
jdalton
|
a08a3c6096
|
Cleanup tests.
|
2015-04-18 22:31:46 -07:00 |
|
thirdcreed
|
82be40eace
|
Add _.zipWith.
|
2015-04-18 11:13:03 -07:00 |
|
jdalton
|
20ba0bd1dc
|
Fix _.uniqueId test to properly compare values.
|
2015-04-18 11:10:55 -07:00 |
|
jdalton
|
75ce6b82e8
|
Add sum to guarded doc note in _.map. [ci skip]
|
2015-04-17 09:04:22 -07:00 |
|