diff --git a/methods.js b/methods.js index 8837a26..a3a065d 100644 --- a/methods.js +++ b/methods.js @@ -1 +1,8 @@ -module.exports = {"Array":["chunk","compact","difference","drop","dropRight","dropRightWhile","dropWhile","fill","findIndex","findLastIndex","first","flatten","flattenDeep","first","indexOf","initial","intersection","last","lastIndexOf","zipObject","pull","pullAt","remove","rest","slice","sortedIndex","sortedLastIndex","rest","take","takeRight","takeRightWhile","takeWhile","union","uniq","uniq","unzip","unzipWith","without","xor","zip","zipObject","zipWith","every","some","at","map","includes","countBy","find","forEach","forEachRight","every","filter","find","findLast","findWhere","reduce","reduceRight","forEach","forEachRight","groupBy","includes","includes","indexBy","reduce","invoke","map","partition","pluck","reduce","reduceRight","reject","sample","filter","shuffle","size","some","sortBy","sortByAll","sortByOrder","where"],"Date":["now"],"Function":["after","ary","flowRight","before","bind","bindAll","bindKey","flowRight","curry","curryRight","debounce","defer","delay","flow","flowRight","memoize","negate","once","partial","partialRight","rearg","restParam","spread","throttle","wrap"],"String":["camelCase","capitalize","deburr","endsWith","escape","escapeRegExp","kebabCase","pad","padLeft","padRight","parseInt","repeat","snakeCase","startCase","startsWith","template","trim","trimLeft","trimRight","trunc","unescape","words"]}; +module.exports = { + "Array": ["chunk", "compact", "difference", "drop", "dropRight", "dropRightWhile", "dropWhile", "fill", "findIndex", "findLastIndex", "first", "flatten", "flattenDeep", "first", "indexOf", "initial", "intersection", "last", "lastIndexOf", "zipObject", "pull", "pullAt", "remove", "rest", "slice", "sortedIndex", "sortedLastIndex", "rest", "take", "takeRight", "takeRightWhile", "takeWhile", "union", "uniq", "uniq", "unzip", "unzipWith", "without", "xor", "zip", "zipObject", "zipWith", "every", "some", "at", "map", "includes", "countBy", "find", "forEach", "forEachRight", "every", "filter", "find", "findLast", "findWhere", "reduce", "reduceRight", "forEach", "forEachRight", "groupBy", "includes", "includes", "indexBy", "reduce", "invoke", "map", "partition", "pluck", "reduce", "reduceRight", "reject", "sample", "filter", "shuffle", "size", "some", "sortBy", "sortByAll", "sortByOrder", "where", + "max", "min", "sum" + ], + "Date": ["now"], + "Function": ["after", "ary", "flowRight", "before", "bind", "bindAll", "bindKey", "flowRight", "curry", "curryRight", "debounce", "defer", "delay", "flow", "flowRight", "memoize", "modArgs", "negate", "once", "partial", "partialRight", "rearg", "restParam", "spread", "throttle", "wrap"], + "String": ["camelCase", "capitalize", "deburr", "endsWith", "escape", "escapeRegExp", "kebabCase", "pad", "padLeft", "padRight", "parseInt", "repeat", "snakeCase", "startCase", "startsWith", "template", "trim", "trimLeft", "trimRight", "trunc", "unescape", "words"] +}; \ No newline at end of file diff --git a/package.json b/package.json index da72dfb..6f78b82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protolodash", - "version": "3.9.4", + "version": "3.10.0", "description": "Lodash utils inserted in the prototypes of your primitive types.", "main": "main.js", "repository": { @@ -13,7 +13,7 @@ "author": "Rodrigo Alfonso", "license": "ISC", "dependencies": { - "lodash": "3.9.1" + "lodash": "~3.10.0" }, "devDependencies": { "request": "~2.55.0"