Releases: you-dont-need/You-Dont-Need-Lodash-Underscore
Releases · you-dont-need/You-Dont-Need-Lodash-Underscore
v6.14.0
What's Changed
- chore(deps): bump js-yaml and coveralls by @dependabot in #375
- chore(deps): bump minimist, mkdirp and mocha by @dependabot in #376
- chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #366
- chore(deps): bump ajv and eslint by @dependabot in #367
- chore(deps): bump ajv and eslint by @dependabot in #377
- Upgrade dependabot/fetch-metadata by @szepeviktor in #380
- Improve README by @szepeviktor in #378
- Improve README even more by @szepeviktor in #381
- Add lodash _.mapKeys by @rajdee in #351
- Add _.cloneDeep by @menghif in #382
- add entry for isPlainObject by @Uzlopak in #384
- Correct isPlainObject() by @danielsharvey in #386
- Fix #393 remove a destructuring assignment example on _.pick native implementation by @yoshikazusawa in #394
- Mention Object.groupBy() by @Heniker in #390
New Contributors
- @szepeviktor made their first contribution in #380
- @rajdee made their first contribution in #351
- @menghif made their first contribution in #382
- @Uzlopak made their first contribution in #384
- @danielsharvey made their first contribution in #386
- @yoshikazusawa made their first contribution in #394
- @Heniker made their first contribution in #390
Full Changelog: v6.13.0...v6.14.0
v6.13.0
What's Changed
- Add _.capitalize by @iandrewt in #320
- Add _.unionBy by @iandrewt in #319
- Add rule for _.defaults by @cupofjoakim in #322
- Remove duplicate _.uniq by @Semigradsky in #325
- adding _.uniqWith by @JasonCubic in #323
- Fix _.isString alternative by @Semigradsky in #324
- Add _.isDate by @MarcosEllys in #326
- Remove unnecessary falsey checks by @suspiciousfellow in #328
- Add _.lowerFirst by @Semigradsky in #329
- Add more suggestions for _.first by @twjasa in #332
- Add note to
isArrayBuffer
and add it to eslint plugin by @Semigradsky in #330 - feat(typescript-examples): _.pull by @casaper in #310
- feat: add lodash/fp support by @jpickwell in #341
- Add Array.at(-1) which equals to _.last by @kingyue737 in #343
- update collectionKeyBy so it works for objects by @ImTheTom in #345
- Fix: errorneous description for _.isNull by @Koura in #336
- Update README.md by @BtM909 in #357
- Bump qs from 6.3.2 to 6.3.3 by @dependabot in #354
- Docs: remove david-dm.org badge from README by @SukkaW in #348
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #358
- Fix _first test by @AlexP11223 in #352
- Update edge support in README.md by @gilly3 in #360
- The debounce function does not work if 'immediate' is true by @ChenKun1997 in #362
- feat: add workflows PR & master by @Abdel-Monaam-Aouini in #359
- fix: add package-lock to run workflow by @Abdel-Monaam-Aouini in #364
- head, first & last rules by @Endremgs in #373
- Update README.md by @TawalMc in #374
New Contributors
- @iandrewt made their first contribution in #320
- @Semigradsky made their first contribution in #325
- @JasonCubic made their first contribution in #323
- @MarcosEllys made their first contribution in #326
- @suspiciousfellow made their first contribution in #328
- @twjasa made their first contribution in #332
- @jpickwell made their first contribution in #341
- @kingyue737 made their first contribution in #343
- @ImTheTom made their first contribution in #345
- @Koura made their first contribution in #336
- @BtM909 made their first contribution in #357
- @AlexP11223 made their first contribution in #352
- @gilly3 made their first contribution in #360
- @ChenKun1997 made their first contribution in #362
- @Abdel-Monaam-Aouini made their first contribution in #359
- @Endremgs made their first contribution in #373
- @TawalMc made their first contribution in #374
Full Changelog: v6.12.0...v6.13.0