The following changes were made:
1) Updated `email` validator to only check if `regex(".+.+")` matches the field value.
2) Updated the parameters names for `validate` decorator to be more suggestive.
3) Added a new way to declare validators without creating a whole new class. See chapter [The decorators] in the documentation.
4) Updated documentation to reflect the new changes.