Add _.isPlainObject to the list of features in README.md. [ci skip]

Former-commit-id: ec81cdc9e7fef775871cc1c4a497e4d17e7716aa
This commit is contained in:
John-David Dalton
2012-10-06 15:45:19 -07:00
parent 436ee34a02
commit 2adf3f364c

View File

@@ -38,6 +38,7 @@ For more information check out these screencasts over Lo-Dash:
* [_.forEach](http://lodash.com/docs#forEach) is chainable and supports exiting iteration early
* [_.forIn](http://lodash.com/docs#forIn) for iterating over an objects own and inherited properties
* [_.forOwn](http://lodash.com/docs#forOwn) for iterating over an objects own properties
* [_.isPlainObject](http://lodash.com/docs#isPlainObject) checks if values are created by the `Object` constructor
* [_.lateBind](http://lodash.com/docs#lateBind) for late binding
* [_.merge](http://lodash.com/docs#merge) for a *“deep”* [_.extend](http://lodash.com/docs#extend)
* [_.partial](http://lodash.com/docs#partial) for partial application without `this` binding