you-dont-need / You-Dont-Need-Lodash-Underscore

List of JavaScript methods which you can use natively + ESLint Plugin
MIT License
18.61k stars 813 forks source link

Updating support for _.groupBy() using Object.groupBy() #387

Closed ryohidaka closed 3 months ago

ryohidaka commented 7 months ago

Overview

Update the sample codes for _groupBy as Object.groupBy() is now natively supported.

Notes

Links

binury commented 3 months ago

this is conflicted upstream due to https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/390 which (despite having been submitted weeks later) implements basically these same changes… Sorry @ryohidaka 😞 @ODudek

ryohidaka commented 3 months ago

@binury

Thank you for contacting me. Since you said that Object.groupBy() has already been updated, I will close the pull request without addressing the conflict here.