mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +00:00
Bump to v4.6.0.
This commit is contained in:
@@ -27,6 +27,7 @@ import lastIndexOf from './lastIndexOf';
|
||||
import pull from './pull';
|
||||
import pullAll from './pullAll';
|
||||
import pullAllBy from './pullAllBy';
|
||||
import pullAllWith from './pullAllWith';
|
||||
import pullAt from './pullAt';
|
||||
import remove from './remove';
|
||||
import reverse from './reverse';
|
||||
@@ -67,12 +68,12 @@ export default {
|
||||
fill, findIndex, findLastIndex, flatten, flattenDeep,
|
||||
flattenDepth, fromPairs, head, indexOf, initial,
|
||||
intersection, intersectionBy, intersectionWith, join, last,
|
||||
lastIndexOf, pull, pullAll, pullAllBy, pullAt,
|
||||
remove, reverse, slice, sortedIndex, sortedIndexBy,
|
||||
sortedIndexOf, sortedLastIndex, sortedLastIndexBy, sortedLastIndexOf, sortedUniq,
|
||||
sortedUniqBy, tail, take, takeRight, takeRightWhile,
|
||||
takeWhile, union, unionBy, unionWith, uniq,
|
||||
uniqBy, uniqWith, unzip, unzipWith, without,
|
||||
xor, xorBy, xorWith, zip, zipObject,
|
||||
zipObjectDeep, zipWith
|
||||
lastIndexOf, pull, pullAll, pullAllBy, pullAllWith,
|
||||
pullAt, remove, reverse, slice, sortedIndex,
|
||||
sortedIndexBy, sortedIndexOf, sortedLastIndex, sortedLastIndexBy, sortedLastIndexOf,
|
||||
sortedUniq, sortedUniqBy, tail, take, takeRight,
|
||||
takeRightWhile, takeWhile, union, unionBy, unionWith,
|
||||
uniq, uniqBy, uniqWith, unzip, unzipWith,
|
||||
without, xor, xorBy, xorWith, zip,
|
||||
zipObject, zipObjectDeep, zipWith
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user