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

Add derive validation attributes to IntoParams #386

Merged
merged 1 commit into from
Dec 4, 2022

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Dec 4, 2022

Add derive validation attributes to IntoParams.

Newly supported derive attributes:

  • maximum
  • minimum
  • multiple_of
  • max_length
  • min_length
  • pattern
  • max_items
  • min_items

Resolves #328

@juhaku juhaku force-pushed the feature-into-params-validation-attributes branch 2 times, most recently from a495cde to e27c200 Compare December 4, 2022 23:35
Add derive validation attributes to `IntoParams`.

Newly supported derive attributes:

* maximum
* minimum
* multiple_of
* max_length
* min_length
* pattern
* max_items
* min_items
@juhaku juhaku force-pushed the feature-into-params-validation-attributes branch from e27c200 to d148596 Compare December 4, 2022 23:41
@juhaku juhaku merged commit 7661aab into master Dec 4, 2022
@juhaku juhaku deleted the feature-into-params-validation-attributes branch December 4, 2022 23:47
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.

Data type refinement
1 participant