sodiray / radash

Functional utility library - modern, simple, typed, powerful
https://radash-docs.vercel.app
MIT License
4.18k stars 167 forks source link

Feature Request - Diff by a value #349

Open gperdomor opened 1 year ago

gperdomor commented 1 year ago

Current behavior:

Now a diff function is provided which work fine when elements are plain, but what about arrays of objects?...

Expected behavior

I think that something similar to https://lodash.com/docs/#differenceBy should be provided by this tool :D

gperdomor commented 1 year ago

I looked at the code and it's possible with a third param, seems like the docs needs to be updated