From ad9ddc5621b1dfd045f8076b958ba6a81da931d9 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 23 Oct 2012 22:20:19 -0700 Subject: [PATCH] Remove optimized methods list from README.md. Former-commit-id: 91f5fd06073dd4b0e4ef450392550e6eb7245c12 --- README.md | 59 ------------------------------------------------------- 1 file changed, 59 deletions(-) diff --git a/README.md b/README.md index 9eee7ab16..1ef646fc1 100644 --- a/README.md +++ b/README.md @@ -217,65 +217,6 @@ require({ * `_.keys` should work with `arguments` objects cross-browser [[#396](https://github.com/documentcloud/underscore/issues/396), [test](https://github.com/bestiejs/lodash/blob/v0.8.2/test/test.js#L865-867)] * `_.range` should coerce arguments to numbers [[#634](https://github.com/documentcloud/underscore/issues/634), [#683](https://github.com/documentcloud/underscore/issues/683), [test](https://github.com/bestiejs/lodash/blob/v0.8.2/test/test.js#L1243-1246)] -## Optimized methods (50+) - - * `_.bind` - * `_.bindAll` - * `_.compact` - * `_.contains`, `_.include` - * `_.defaults` - * `_.difference` - * `_.each` - * `_.every`, `_.all` - * `_.extend` - * `_.filter`, `_.select` - * `_.find`, `_.detect` - * `_.flatten` - * `_.forEach`, `_.each` - * `_.functions`, `_.methods` - * `_.groupBy` - * `_.indexOf` - * `_.intersection` - * `_.invert` - * `_.invoke` - * `_.isArguments` - * `_.isDate` - * `_.isFinite` - * `_.isFunction` - * `_.isObject` - * `_.isNumber` - * `_.isRegExp` - * `_.isString` - * `_.keys` - * `_.lastIndexOf` - * `_.map`, `_.collect` - * `_.max` - * `_.memoize` - * `_.min` - * `_.mixin` - * `_.omit` - * `_.pairs` - * `_.pick` - * `_.pluck` - * `_.reduce`, `_.foldl`, `_.inject` - * `_.reject` - * `_.result` - * `_.shuffle` - * `_.some`, `_.any` - * `_.sortBy` - * `_.sortedIndex` - * `_.template` - * `_.throttle` - * `_.toArray` - * `_.union` - * `_.uniq`, `_.unique` - * `_.values` - * `_.where` - * `_.without` - * `_.wrap` - * `_.zip` - * plus all `_(…)` method wrappers - ## Release Notes ### v0.8.2