Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .group #7

Open
vjpr opened this issue Jun 9, 2021 · 1 comment
Open

Add .group #7

vjpr opened this issue Jun 9, 2021 · 1 comment

Comments

@vjpr
Copy link

vjpr commented Jun 9, 2021

Would be nice to have a .group to return duplicates grouped by the property.

- [{name, file}, {name, file}]
+ {name, file: [file, file]}

Easy workaround is to use _.groupBy, but would be a nice convenience.

@sebastian-naicker
Copy link
Owner

Hi!

Sorry, I had just noticed this, I will work on adding this in to the next update, and will let you know once done.

Thanks for your feedback!! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants