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

mapDeep should return arrray #42

Closed
YuriGor opened this issue Feb 16, 2020 · 1 comment
Closed

mapDeep should return arrray #42

YuriGor opened this issue Feb 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@YuriGor
Copy link
Owner

YuriGor commented Feb 16, 2020

selectDeep - like findDeep, but returns an array of all the matches, not the first one only.
opposite to filterDeep this method returns just a flat array of chosen meta-values, without preserving the structure of the original data source object.
also shorthands similar to find**:
selectValuesDeep
selectPathsDeep

mapDeep - returns an array of deep values processed by specified iteratee
opposite to mapValuesDeep(gonna be renamed) this method also returns just a flat array of chosen values, without preserving the structure of the original data source object.

@YuriGor YuriGor added the enhancement New feature or request label Feb 16, 2020
@YuriGor YuriGor mentioned this issue Mar 21, 2020
@YuriGor YuriGor changed the title selectDeep and collectDeep selectDeep and mapDeep Mar 21, 2020
@YuriGor
Copy link
Owner Author

YuriGor commented Mar 24, 2020

"old" mapDeep was renamed to mapValuesDeep
and implemented again to return just array
done in v5,0,0
select**Deep will be moved to another task and implemented in v5.1

@YuriGor YuriGor closed this as completed Mar 24, 2020
@YuriGor YuriGor changed the title selectDeep and mapDeep mapDeep should return arrray Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant