Skip to content

v2.0.0

Compare
Choose a tag to compare
@Attumm Attumm released this 26 Jun 02:13
· 64 commits to main since this release
001c74a

Naming has been changed to to validate.

Having been able to use Maat in multiple projects, and teams.
It became clear that serialization part was not used often.
Thus new version is created named validate

The validate_args decorator has been renamed to protected.
maat.protected

Some changes that are breaking
the keywords:

  • validator has been changed to type
  • default_value has been changed to default

The rest of the changes are some housekeeping.