Bump to v4.1.0.

This commit is contained in:
John-David Dalton
2016-01-28 01:19:04 -08:00
parent 7af5d55f22
commit 466c67a8b6
438 changed files with 1053 additions and 896 deletions

View File

@@ -19,6 +19,7 @@ import get from './get';
import has from './has';
import hasIn from './hasIn';
import invert from './invert';
import invertBy from './invertBy';
import invoke from './invoke';
import keys from './keys';
import keysIn from './keysIn';
@@ -45,9 +46,9 @@ export default {
defaults, defaultsDeep, extend, extendWith, findKey,
findLastKey, forIn, forInRight, forOwn, forOwnRight,
functions, functionsIn, get, has, hasIn,
invert, invoke, keys, keysIn, mapKeys,
mapValues, merge, mergeWith, omit, omitBy,
pick, pickBy, result, set, setWith,
toPairs, toPairsIn, transform, unset, values,
valuesIn
invert, invertBy, invoke, keys, keysIn,
mapKeys, mapValues, merge, mergeWith, omit,
omitBy, pick, pickBy, result, set,
setWith, toPairs, toPairsIn, transform, unset,
values, valuesIn
};