Release 0.8.0 #10
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
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.
The text was updated successfully, but these errors were encountered: