Commit Graph

  • 929a996987 Remove arrayReduce from createCompounder. John-David Dalton 2017-03-15 22:35:14 -07:00
  • 164bc71328 Remove toString from createCompounder. John-David Dalton 2017-03-15 22:34:15 -07:00
  • 9d11b48ce5 Remove toUpper and toLower. John-David Dalton 2017-03-14 23:28:19 -07:00
  • b8a3a42278 Remove toString coercion method use. John-David Dalton 2017-03-14 23:27:37 -07:00
  • 351e44a127 Fixin some leftovers bb7c959. Michał Lipiński 2017-03-14 09:44:47 +01:00
  • f983ff2b7c Prefere ES6 templates. Michał Lipiński 2017-03-14 09:45:43 +01:00
  • bb7c959479 Remove coercion method use. John-David Dalton 2017-03-13 20:49:45 -07:00
  • 2f281c68b0 Remove baseNth. John-David Dalton 2017-03-12 23:24:54 -07:00
  • c89637e4db Use more destructuring. John-David Dalton 2017-03-12 23:16:34 -07:00
  • ad3236a859 Remove countHolders. John-David Dalton 2017-03-12 23:16:21 -07:00
  • 98969648e9 Say goodbye to jscs. Michał Lipiński 2017-03-12 19:58:58 +01:00
  • 3e03cbf2b8 Use const and let for var declaration in baseEach and baseEachRight. Michał Lipiński 2017-03-12 19:53:08 +01:00
  • 3b302b822c Remove baseClamp. John-David Dalton 2017-03-11 21:44:14 -08:00
  • fa8c607742 Update baseEach modules. John-David Dalton 2017-03-10 22:57:22 -08:00
  • 4c77d8807c Cleanup and sort eslint settings for future use. Michał Lipiński 2017-03-09 21:50:47 +01:00
  • 357ce4663f Remove concat. John-David Dalton 2017-03-08 23:05:09 -08:00
  • b247502116 Porting applicable jscs configuration to eslint. Michał Lipiński 2017-03-08 23:42:33 +01:00
  • 5f2a03076d Use the new operator with the Array constructor. John-David Dalton 2017-03-07 22:07:04 -08:00
  • 9260bd2f57 Remove baseTimes. John-David Dalton 2017-03-07 21:12:54 -08:00
  • 41a8d2272e Consistent use (always) of parentheses in arrow functions. Michał Lipiński 2017-03-07 21:57:21 +01:00
  • 7ffe700d66 Remove join. John-David Dalton 2017-03-06 23:05:28 -08:00
  • 49ac4a5b52 Consistency for eslint arrow-parens. Michał Lipiński 2017-03-06 10:57:45 +01:00
  • 59e45d99f2 Fixin assignment to constant. Michał Lipiński 2017-03-06 10:42:27 +01:00
  • bda6d56c60 Remove guard params. John-David Dalton 2017-03-05 02:37:18 -08:00
  • 89829331f0 Remove baseFill. John-David Dalton 2017-03-05 02:29:38 -08:00
  • 3c2795b816 Remove baseForOwn from several modules. John-David Dalton 2017-03-04 23:26:27 -08:00
  • 17f7069d07 Remove isIterateeCall. John-David Dalton 2017-03-03 23:32:24 -08:00
  • ba52c744ae Avoid let lists. John-David Dalton 2017-03-02 10:03:12 -08:00
  • e7bbcfa72b Use const for key in hasPath. John-David Dalton 2017-03-01 23:04:35 -08:00
  • a2fe303463 Indent nit. John-David Dalton 2017-03-01 23:02:11 -08:00
  • e2096c0ef1 Fixin keysIn import in defaults by switching to baseKeysIn. Michał Lipiński 2017-03-01 14:39:47 +01:00
  • d0f23b67ac Use consistent nullish check for array. John-David Dalton 2017-02-28 13:39:50 -08:00
  • 46ffbc1d90 Cleanup hasPath modules. John-David Dalton 2017-02-27 23:01:51 -08:00
  • d8b5183b1d Consistent parens usage for arrow functions with body. Michał Lipiński 2017-02-27 12:15:08 +01:00
  • 4c4b29cdef Expose hasPath and hasPathIn. John-David Dalton 2017-02-26 23:08:19 -08:00
  • b6a426a10d Simplify has and hasIn. John-David Dalton 2017-02-26 23:07:13 -08:00
  • d1d86811bc Use parens for single params too. John-David Dalton 2017-02-25 20:22:39 -08:00
  • 2fd70c8eca Ensure toString coerces nullish values in arrays to strings. John-David Dalton 2017-02-25 20:22:25 -08:00
  • 3e80dffd48 Fixed small typo in debounce docs (#3029) Mark Pollmann 2017-02-25 22:50:20 +01:00
  • 7cc1328bf1 Simplify functions. John-David Dalton 2017-02-24 23:44:34 -08:00
  • ffcb38f74d Remove isFunction use. John-David Dalton 2017-02-24 23:34:08 -08:00
  • 37f168d466 Remove apply. John-David Dalton 2017-02-23 23:02:35 -08:00
  • b9c61eea60 Remove rearg. John-David Dalton 2017-02-22 16:48:11 -08:00
  • 1e8ac50ab5 Missing iteratee call in countBy (missed in 5baad4d). Michał Lipiński 2017-02-22 22:28:42 +01:00
  • 56b7d339a6 Remove arrayPush in favor of spreading arguments. John-David Dalton 2017-02-21 10:34:25 -08:00
  • 0350d4904f Remove baseWrapperValue. John-David Dalton 2017-02-21 10:34:01 -08:00
  • 5baad4df10 Missing iteratee call in groupBy and keyBy. Michał Lipiński 2017-02-21 10:40:51 +01:00
  • aaef6f6737 Cleanup imports in baseClone and baseMergeDeep. Michał Lipiński 2017-02-21 10:12:51 +01:00
  • 2a3296111d Simplify concat. John-David Dalton 2017-02-20 23:28:46 -08:00
  • 3a375c0ae1 Fixin vars declaration inside templating fn because they cannot be declared as const. Michał Lipiński 2017-02-20 14:37:13 +01:00
  • 31500cd6e4 Fixin missing accumulator return in keyBy. Michał Lipiński 2017-02-19 22:00:35 +01:00
  • b4e815c04b Eslint cleanup for shared modules. Michał Lipiński 2017-02-18 23:31:42 +01:00
  • 27644a7bd5 Remove reverse module. John-David Dalton 2017-02-18 09:13:33 -08:00
  • e52ed26c7a Fixin missing accumulator return in reduce and predicate call in partition. Michał Lipiński 2017-02-18 16:58:15 +01:00
  • 0369bf7afe Replace one time used variables with their original refs in random. Michał Lipiński 2017-02-18 16:40:38 +01:00
  • 16413cc32a Eslint cleanup (imports left), except template. Michał Lipiński 2017-02-17 23:22:07 +01:00
  • 753e47de13 Esling ES6 rules for current codebase. Michał Lipiński 2017-02-17 23:03:26 +01:00
  • b87bd5250b Minimal eslint config. (#3015) Michał Lipiński 2017-02-17 22:15:52 +01:00
  • a61f41a79a Complete baseRandom removal (cb7612a). Michał Lipiński 2017-02-16 18:49:36 +01:00
  • 53dba0a211 Complete semicolons removal (6cb3460). Michał Lipiński 2017-02-16 18:28:58 +01:00
  • 86e8437514 Remove spread module. John-David Dalton 2017-02-15 23:31:48 -08:00
  • 2d83592273 Fixin value typo. (#3010) Michał Lipiński 2017-02-15 16:20:48 +01:00
  • 2baf7a3e9e Fixin arrayPush imports. (#3008) Michał Lipiński 2017-02-15 10:21:24 +01:00
  • 677c01b753 Complete stubs removal (c5c0ff7). (#3007) Michał Lipiński 2017-02-15 10:16:56 +01:00
  • 43bcecf52f Fix iteration order if sources in defaults. John-David Dalton 2017-02-13 17:36:27 -08:00
  • e31e1306c8 Inline baseToString into toString. John-David Dalton 2017-02-12 23:31:51 -08:00
  • 135cb0ad88 Fixin imports in invert methods. (#3002) Michał Lipiński 2017-02-13 17:05:18 +01:00
  • 3411cce1d2 Fixin imports in invoke. (#3001) Michał Lipiński 2017-02-13 17:03:41 +01:00
  • 4f3ef2e8d8 Fixin import path to copyArray. (#3000) Michał Lipiński 2017-02-13 17:02:46 +01:00
  • a822979881 Correct name of var and add missing import. (#2999) Michał Lipiński 2017-02-13 17:01:40 +01:00
  • 8429c1db36 Minor format not in isKey. John-David Dalton 2017-02-11 23:11:01 -08:00
  • d007878935 Remove duplicate check symbol type (#2996) wikibootup 2017-02-12 04:42:20 +09:00
  • b3810c2afa Remove baseAssign modules. John-David Dalton 2017-02-10 10:25:09 -08:00
  • d931d6e8e8 Simplify isType methods. John-David Dalton 2017-02-09 23:14:09 -08:00
  • d460c42230 Complete identity removal module. (#2993) Michał Lipiński 2017-02-09 22:54:29 +01:00
  • 39931f9eaa Unescape with broken regexp (#2992) Michał Lipiński 2017-02-09 20:26:58 +01:00
  • 477fdb2cf2 Template broken after remove semicolons action (#2991) Michał Lipiński 2017-02-09 20:27:45 +01:00
  • f5b2031211 Additional fix for b0980a9 Remove baseCreate. (#2988) Michał Lipiński 2017-02-09 17:21:11 +01:00
  • b37e973463 unescape broken after remove semicolons action (#2986) Michał Lipiński 2017-02-09 17:19:31 +01:00
  • 2ab6da5b51 fix baseMean usage in mean (#2985) Michał Lipiński 2017-02-09 17:20:03 +01:00
  • 5fe15a160d Simplify defaults. [closes #2983] John-David Dalton 2017-02-08 11:05:23 -08:00
  • 8f8b29368e Simplify method juggle in trim modules. John-David Dalton 2017-02-07 17:55:40 -08:00
  • 5e38259044 Expand stringToPath to matching more non-string expressions. John-David Dalton 2017-02-07 10:48:46 -08:00
  • 30c32908a3 Use “composes” to describe flow/flowRight. [closes #2979] John-David Dalton 2017-02-07 07:54:20 -08:00
  • 3b125166d5 Make the comment more generic. John-David Dalton 2017-02-07 02:13:08 -08:00
  • fdd7a5b8d2 Minor cleanup in stringToPath. John-David Dalton 2017-02-07 01:52:27 -08:00
  • 62a88ce256 Allow regexp to be minified better. John-David Dalton 2017-02-07 01:48:00 -08:00
  • 04348ab176 Newline nit in trimEnd. John-David Dalton 2017-02-07 01:43:52 -08:00
  • 47abf76e88 Comment the scary regexp. John-David Dalton 2017-02-07 01:39:22 -08:00
  • cb7612aef6 Simplify shuffle and sample. John-David Dalton 2017-02-06 23:53:17 -08:00
  • b0980a90fc Remove baseCreate. John-David Dalton 2017-02-05 23:43:43 -08:00
  • 7479d282bc Minor var order juggle in compact. John-David Dalton 2017-02-05 22:45:15 -08:00
  • 23c0bc0e7a Use new operator to invoke the array.constructor. John-David Dalton 2017-02-05 22:44:38 -08:00
  • 5219385eb2 Use consistent null check in head. John-David Dalton 2017-02-05 22:31:39 -08:00
  • 6cb3460fce Remove semicolons. John-David Dalton 2017-02-04 23:50:10 -08:00
  • f3a8e55e70 Use built-in String#trim methods when possible. John-David Dalton 2017-02-03 22:49:18 -08:00
  • 9d445ec238 bugfixed in zip & concat funcs (#2971) ecmadao 2017-02-04 01:55:33 +08:00
  • ac53cc7d69 Use the built-in partial feature of modern setTimeout. John-David Dalton 2017-02-02 23:26:00 -08:00
  • c068eedcf3 Remove identity module. John-David Dalton 2017-02-01 21:46:34 -08:00
  • a6ff1ea9d5 Rename isEqual to eqDeep. John-David Dalton 2017-01-29 23:51:40 -08:00