NewAI Enhanced
v6.14.0
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, minimist, mkdirp, mocha, ansi-regex, ajv, eslint
- Upgraded dependabot/fetch-metadata
What's Changed
- chore(deps): bump js-yaml and coveralls by @dependabot in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/375
- chore(deps): bump minimist, mkdirp and mocha by @dependabot in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/376
- chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/366
- chore(deps): bump ajv and eslint by @dependabot in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/367
- chore(deps): bump ajv and eslint by @dependabot in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/377
- Upgrade dependabot/fetch-metadata by @szepeviktor in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/380
- Improve README by @szepeviktor in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/378
- Improve README even more by @szepeviktor in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/381
- Add lodash _.mapKeys by @rajdee in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/351
- Add _.cloneDeep by @menghif in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/382
- add entry for isPlainObject by @Uzlopak in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/384
- Correct isPlainObject() by @danielsharvey in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/386
- Fix #393 remove a destructuring assignment example on _.pick native implementation by @yoshikazusawa in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/394
- Mention Object.groupBy() by @Heniker in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/390
New Contributors
- @szepeviktor made their first contribution in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/380
- @rajdee made their first contribution in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/351
- @menghif made their first contribution in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/382
- @Uzlopak made their first contribution in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/384
- @danielsharvey made their first contribution in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/386
- @yoshikazusawa made their first contribution in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/394
- @Heniker made their first contribution in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/390
Full Changelog: https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/compare/v6.13.0...v6.14.0