-
Notifications
You must be signed in to change notification settings - Fork 1
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: adding to map chain operation #66
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit 7951150 and detected 15 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 98.8%. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
b4adefa
to
9db8e30
Compare
9db8e30
to
fad2aef
Compare
Quality Gate passedIssues Measures |
🎉 This PR is included in version 1.39.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Similar to toObjectChain and toObjectChainReduce operation, these operations returns chained objects from a input and the path specified, but this time, the result is a chain of Map instances, which allow us to have objects as keys.
Iterables, as well as in toObjectChain will be unwinded to create multiple keys