diff --git a/lodash.js b/lodash.js index 0e028d2c7..ed628c848 100644 --- a/lodash.js +++ b/lodash.js @@ -1415,25 +1415,25 @@ * * The chainable wrapper methods are: * `after`, `ary`, `assign`, `assignWith`, `at`, `before`, `bind`, `bindAll`, - * `bindKey`, `chain`, `chunk`, `commit`, `compact`, `concat`, `constant`, - * `countBy`, `create`, `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, - * `delay`, `difference`, `differenceBy`, `drop`, `dropRight`, `dropRightWhile`, - * `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, `flatten`, `flattenDeep`, - * `flip`, `flow`, `flowRight`, `forEach`, `forEachRight`, `forIn`, `forInRight`, - * `forOwn`, `forOwnRight`, `functions`, `groupBy`, `initial`, `intersection`, - * `intersectionBy`, `invert`, `invoke`, `iteratee`, `keyBy`, `keys`, `keysIn`, - * `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, `memoize`, - * `merge`, `mergeWith` `method`, `methodOf`, `mixin`, `modArgs`, `modArgsSet', - * 'negate`, `omit`, `omitBy`, `once`, `pairs`, `partial`, `partialRight`, - * `partition`, `pick`, `pickBy`, `plant`, `property`, `propertyOf`, `pull`, - * `pullAll`, `pullAllBy`, `pullAt`, `push`, `range`, `rearg`, `reject`, - * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`, - * `slice`, `sort`, `sortBy`, `sortByOrder`, `splice`, `spread`, `tail`, - * `take`, `takeRight`, `takeRightWhile`, `takeWhile`, `tap`, `throttle`, - * `thru`, `times`, `toArray`, `toPath`, `toPlainObject`, `transform`, `union`, - * `unionBy`, `uniq`, `uniqBy`, `unset`, `unshift`, `unzip`, `unzipWith`, - * `values`, `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `zip`, `zipObject`, - * and `zipWith` + * `bindKey`, `chain`, `chunk`, `commit`, `compact`, `concat`, `conforms`, + * `conj`, `constant`, `countBy`, `create`, `curry`, `debounce`, `defaults`, + * `defaultsDeep`, `defer`, `delay`, `difference`, `differenceBy`, `disj`, + * `drop`, `dropRight`, `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, + * `fill`, `filter`, `flatten`, `flattenDeep`, `flip`, `flow`, `flowRight`, + * `forEach`, `forEachRight`, `forIn`, `forInRight`, `forOwn`, `forOwnRight`, + * `functions`, `groupBy`, `initial`, `intersection`, `intersectionBy`, + * `invert`, `invoke`, `iteratee`, `keyBy`, `keys`, `keysIn`, `map`, `mapKeys`, + * `mapValues`, `matches`, `matchesProperty`, `memoize`, `merge`, `mergeWith`, + * `method`, `methodOf`, `mixin`, `modArgs`, `modArgsSet', 'negate`, `omit`, + * `omitBy`, `once`, `pairs`, `partial`, `partialRight`, `partition`, `pick`, + * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`, + * `pullAt`, `push`, `range`, `rearg`, `reject`, `remove`, `rest`, `reverse`, + * `sampleSize`, `set`, `setWith`, `shuffle`, `slice`, `sort`, `sortBy`, + * `sortByOrder`, `splice`, `spread`, `tail`, `take`, `takeRight`, `takeRightWhile`, + * `takeWhile`, `tap`, `throttle`, `thru`, `times`, `toArray`, `toPath`, + * `toPlainObject`, `transform`, `union`, `unionBy`, `uniq`, `uniqBy`, `unset`, + * `unshift`, `unzip`, `unzipWith`, `values`, `valuesIn`, `without`, `wrap`, + * `xor`, `xorBy`, `zip`, `zipObject`, and `zipWith` * * The wrapper methods that are **not** chainable by default are: * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,