We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3b53224
e0f5632: Fix isValidRule incorrectly returned false for functions with skipValidate enabled
isValidRule
false
skipValidate
Now, even if skipValidate is enabled, the input data is still checked for length.
744b13e: Allow attaching meta to filter rule
b042713: Add countValidRules function