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 |
|
jdalton
|
9749ac56ba
|
Remove extraneous docs for methods that reference others. [ci skip]
|
2015-04-17 08:37:55 -07:00 |
|
jdalton
|
746f9bb778
|
Add _.mapKeys. [closes #169]
|
2015-04-17 08:36:37 -07:00 |
|
jdalton
|
f2dae588aa
|
Add test labels to help track down odd false fail.
|
2015-04-17 08:27:14 -07:00 |
|
jdalton
|
9f3f0a76aa
|
Ensure baseGet returns undefined and not null. [closes #1136]
|
2015-04-16 20:07:48 -07:00 |
|
jdalton
|
30f28a51ca
|
Bump v3.7.0.
3.7.0
|
2015-04-15 20:08:34 -07:00 |
|
jdalton
|
3e22344782
|
Rebuild lodash and docs.
|
2015-04-15 19:32:58 -07:00 |
|
jdalton
|
0b20d89d62
|
Ensure _.times floors n float values.
|
2015-04-15 19:21:13 -07:00 |
|
jdalton
|
80d892c744
|
Update Firefox versions in saucelabs.js.
|
2015-04-15 09:04:28 -07:00 |
|
jdalton
|
53326bef33
|
Update vendors.
|
2015-04-15 08:44:18 -07:00 |
|
jdalton
|
f05a5a3abb
|
Fix failing strict mode _.set tests.
|
2015-04-15 00:00:40 -07:00 |
|
jdalton
|
8581be4977
|
Ensure baseGet and result work with strings on nested objects.
|
2015-04-14 22:34:46 -07:00 |
|
jdalton
|
0e8277ba9e
|
Cleanup path methods.
|
2015-04-14 21:19:31 -07:00 |
|
jdalton
|
3cc2f83912
|
Add more string character access tests and adjust array path tests.
|
2015-04-14 21:18:50 -07:00 |
|
jdalton
|
177034a498
|
Move _.filter benchmark and cleanup labels.
|
2015-04-14 21:15:18 -07:00 |
|
jdalton
|
f4d06e5183
|
Remove unneeded "use strict" directive.
|
2015-04-14 12:54:30 -07:00 |
|
jdalton
|
637a6b5f7e
|
Optimize _.invoke.
|
2015-04-14 12:29:41 -07:00 |
|
jdalton
|
75445b8b98
|
Update ecstatic travis dep.
|
2015-04-14 12:14:12 -07:00 |
|
jdalton
|
f96de55ac7
|
Optimize isKey.
|
2015-04-14 12:13:54 -07:00 |
|
jdalton
|
c4d4af3b5a
|
Make freeGlobal detect align with freeSelf and freeWindow checks.
|
2015-04-13 20:29:58 -07:00 |
|
jdalton
|
5dfee44340
|
Cleanup doc blocks. [ci skip]
|
2015-04-13 20:29:26 -07:00 |
|
jdalton
|
99f5857d84
|
Add stable sort tests for objects.
|
2015-04-13 20:28:25 -07:00 |
|
jdalton
|
520f7c6812
|
Ensure index in baseSortByOrder is an integer.
|
2015-04-13 09:30:01 -07:00 |
|
jdalton
|
63d493aa1f
|
Cleanup _.sortBy, _.sortByAll, _.sortByOrder, & baseSortByOrder.
|
2015-04-13 08:58:10 -07:00 |
|
jdalton
|
38ab42f855
|
Add Object.assign reference to _.assign docs. [ci skip]
|
2015-04-13 07:43:35 -07:00 |
|
Graeme Yeates
|
bc3771f3af
|
Support iteratee use cases for _.sortByAll and _.sortByOrder.
|
2015-04-12 18:29:26 -07:00 |
|
jdalton
|
9d90af409b
|
Add bizarro test for Object.getOwnPropertySymbols.
|
2015-04-12 18:28:50 -07:00 |
|
jdalton
|
20183bbd57
|
Have baseMap use getLength and isLength.
|
2015-04-12 10:33:34 -07:00 |
|
jdalton
|
1d8efe1cf8
|
Cleanup deep property tests.
|
2015-04-11 23:08:59 -07:00 |
|
jdalton
|
23354d413f
|
Add an _.invoke test for deep paths.
|
2015-04-11 23:08:11 -07:00 |
|
jdalton
|
715f03f5f1
|
Change call to invoke in _.debounce and _.throttle test.
|
2015-04-11 23:08:11 -07:00 |
|
jdalton
|
ff6bbaed19
|
Add more tests for _.sortByAll and _.sortByOrder used as iteratees of _.reduce.
|
2015-04-11 20:58:31 -07:00 |
|
Graeme Yeates
|
f82cbbab1c
|
Use _.restParam in _.sortByAll.
|
2015-04-11 20:18:29 -07:00 |
|
jdalton
|
5a1b526b6c
|
Add and adjust deep path examples to _.method, _.methodOf, _.property and _.propertyOf docs. [ci skip]
|
2015-04-11 18:40:05 -07:00 |
|
jdalton
|
1ef92c87fb
|
Use query instead of inspect in various docs. [ci skip]
|
2015-04-11 16:33:24 -07:00 |
|
jdalton
|
0aef515522
|
Rename baseMethod to invokePath and make use of it in _.invoke.
|
2015-04-11 16:32:27 -07:00 |
|
jdalton
|
9b5c97666a
|
Ensure symbols work for _.assign, _.defaults, & _.merge.
|
2015-04-11 11:42:36 -07:00 |
|
jdalton
|
a55d822f9a
|
Add more comments to nativeAssign definition. [ci skip]
|
2015-04-10 21:24:32 -07:00 |
|
jdalton
|
5b2bde6e0d
|
Simplify getSymbols.
|
2015-04-10 19:56:38 -07:00 |
|
jdalton
|
020c5b27dc
|
Add assert labels to _.tempalte test.
|
2015-04-10 15:42:03 -07:00 |
|
jdalton
|
65457208e5
|
Fix feature test for IE tech preview.
|
2015-04-10 15:41:48 -07:00 |
|
jdalton
|
6eb1b98975
|
Fix test fails in Node 0.12.
|
2015-04-10 15:40:26 -07:00 |
|
jdalton
|
a927bab6b3
|
Use built-in Object.assign if available.
|
2015-04-10 09:19:39 -07:00 |
|
jdalton
|
48e3e3e8cb
|
Add _.method and _.methodOf docs. [ci skip]
|
2015-04-09 09:29:23 -07:00 |
|