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

Implement a Configuration Class for Compose #80

Merged
merged 1 commit into from
Aug 25, 2024
Merged

Conversation

ogaclejapan
Copy link
Contributor

@ogaclejapan ogaclejapan commented Aug 25, 2024

In #69, we implemented QueryCachingStrategy. To avoid the undesired practice of continually adding more arguments with future feature additions, we have introduced a separate configuration class specifically for Composable functions.

In #69, we implemented QueryCachingStrategy. To avoid the undesired practice of continually adding more arguments with
future feature additions, we have introduced a separate configuration class specifically for Composable functions.
@ogaclejapan ogaclejapan added the enhancement New feature or request label Aug 25, 2024
@ogaclejapan ogaclejapan merged commit bfeeb71 into main Aug 25, 2024
1 check passed
@ogaclejapan ogaclejapan deleted the configuration branch August 25, 2024 10:29
ogaclejapan added a commit that referenced this pull request Sep 7, 2024
In #80, we implemented the Configuration class. We introduced a separate mapper class for Composable functions so that
you can customize the object conversion process.
ogaclejapan added a commit that referenced this pull request Sep 7, 2024
In #80, we implemented the Configuration class. We introduced a separate mapper class for Composable functions so that
you can customize the object conversion process.
@github-actions github-actions bot mentioned this pull request Sep 8, 2024
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

Successfully merging this pull request may close these issues.

1 participant