Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 09:29
· 145 commits to master since this release

2.2.0 (2021-12-27)

Features

  • change required logic \n\n BREAKING CHANGE: rules for maxLength, maxNumber etc. will not raise an error if the field is empty and there is no required rule. To validate for required you should defined required rule directly. (62561a9)