Features
- Added native alternatives for
_.mapKeys,_.cloneDeep, and_.isPlainObject - Added documentation for
Object.groupBy()
Fixes
- Corrected
isPlainObject()implementation - Fixed
_.picknative implementation example (removed incorrect destructuring assignment)
Improvements
- Updated README with additional native method examples
Deps
- Updated js-yaml, coveralls...