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: adding to map chain operation #66

Merged
merged 3 commits into from
Nov 7, 2024
Merged

feat: adding to map chain operation #66

merged 3 commits into from
Nov 7, 2024

Conversation

Farenheith
Copy link
Member

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

@sonarcloud
Copy link

sonarcloud bot commented May 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codeclimate
Copy link

codeclimate bot commented May 11, 2023

Code Climate has analyzed commit 7951150 and detected 15 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1
Duplication 14

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.

@sonarcloud
Copy link

sonarcloud bot commented Jul 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Farenheith Farenheith force-pushed the to-map-chain branch 2 times, most recently from b4adefa to 9db8e30 Compare November 7, 2024 01:31
Copy link

sonarcloud bot commented Nov 7, 2024

@Farenheith Farenheith merged commit abb6a90 into master Nov 7, 2024
1 check passed
codibrebot pushed a commit that referenced this pull request Nov 8, 2024
# [1.39.0](v1.38.1...v1.39.0) (2024-11-08)

### Features

* adding to map chain operation ([#66](#66)) ([abb6a90](abb6a90))
* creating branch operation ([#76](#76)) ([df5203a](df5203a))
@codibrebot
Copy link
Contributor

🎉 This PR is included in version 1.39.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants