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

Refactor IntoParams attribute parsing functionality #339

Merged
merged 4 commits into from
Nov 8, 2022

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Nov 7, 2022

Refactor IntoParams field attribute parsing functionality to use the new Feature based parsing. Add new features for Rename, RenameAll, Style, AllowReserved and Explode.

Add support for serde default, rename and rename_all attributes for container and field level similar to ToSchema implementation.

Resolves #309, fixes #313

Refactor IntoParams field attribute parsing functionality to use the new
Feature based parsing. Add new features for `Rename`, `RenameAll`,
`Style`, `AllowReserved` and `Explode`.

Add support for serde `default`, `rename` and `rename_all` attributes
for container and field level similar to `ToSchema` implementation.
@juhaku juhaku merged commit 8d3e443 into master Nov 8, 2022
@juhaku juhaku deleted the into-params-refactor-and-features branch November 8, 2022 21:48
@juhaku
Copy link
Owner Author

juhaku commented Nov 15, 2022

Fixes #196

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

Successfully merging this pull request may close these issues.

IntoParams should support serde rename or custom rename
1 participant