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

feat(compat): Implement compat/maxBy #949

Merged
merged 7 commits into from
Mar 9, 2025
Merged

feat(compat): Implement compat/maxBy #949

merged 7 commits into from
Mar 9, 2025

Conversation

gs18004
Copy link
Contributor

@gs18004 gs18004 commented Feb 2, 2025

I implemented the maxBy function to compat, which behaviors similar to Lodash's maxBy.

The function finds the element in an array with the maximum value based on a given iteratee, which can be:

  • function returning a numeric value
  • string representing a property key
  • [key, value] pair for property matching
  • partial object for deep property matching

Unit tests covering various edge cases have also been added.

Thanks to: #948

@gs18004 gs18004 requested a review from raon0211 as a code owner February 2, 2025 09:30
Copy link

vercel bot commented Feb 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2025 8:21am

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
raon0211
raon0211 previously approved these changes Mar 9, 2025
Copy link
Collaborator

@raon0211 raon0211 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for your help! Simplified the implementation a little bit using our original implementation.

@raon0211 raon0211 merged commit a1334be into toss:main Mar 9, 2025
5 of 7 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants