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

Release 0.8.0 #10

Open
daniel-samson opened this issue Dec 24, 2024 · 0 comments
Open

Release 0.8.0 #10

daniel-samson opened this issue Dec 24, 2024 · 0 comments
Assignees
Labels
documentation This is issue is either documentation or relates to the documentation minor release this issue documents a change for a minor release planning this issue documents plans for the future

Comments

@daniel-samson
Copy link
Owner

daniel-samson commented Dec 24, 2024

Branch: epic/0.8.x

Release 0.8.0 should extend Release 0.7.0 #9 and add:

New Rules

present

The field under validation must exist in the input data.

present_if:anotherfield,value,...

The field under validation must be present if the anotherfield field is equal to any value.

present_unless:anotherfield,value

The field under validation must be present unless the anotherfield field is equal to any value.

present_with:foo,bar,...

The field under validation must be present only if any of the other specified fields are present.

present_with_all:foo,bar,...

The field under validation must be present only if all of the other specified fields are present.

@daniel-samson daniel-samson added the documentation This is issue is either documentation or relates to the documentation label Dec 24, 2024
@daniel-samson daniel-samson self-assigned this Dec 24, 2024
@daniel-samson daniel-samson added planning this issue documents plans for the future minor release this issue documents a change for a minor release labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is issue is either documentation or relates to the documentation minor release this issue documents a change for a minor release planning this issue documents plans for the future
Projects
None yet
Development

No branches or pull requests

1 participant