Skip to content

0.7.0 - more ways to define validators

Choose a tag to compare

@smarie smarie released this 08 Oct 12:21
· 185 commits to main since this release

validators

  • New decorator @<field>.validator to add a validator to a field. Fixed #9.
  • Native fields are automatically transformed into descriptor fields when validators are added this way. Fixes #1.

See documentation page for details.