Releases: Attumm/Maat
Releases · Attumm/Maat
small readme change
Added extended validation information on readme
Merge pull request #9 from Attumm/add_readme_extended_types Added readme for extended tests plus tests
Added information to Readme
Added information to Readme
Added examples added tests
Merge pull request #8 from Attumm/added_examples Added examples and tests
Added examples. added tests
v3.0.2 Added starting point to Readme
Added Readme
v3.0.1 Bumped version
v3.0.0
V3
The changes that are made are to made the api more intuitive.
Instead of type: 'dict', 'aso_array': True the type has become just 'type': 'aso_array'
'type': 'list', 'list_dicts': True, 'nested': {
into
'type': 'list_dicts', 'nested': {
Codecoverage is at 100%
v2.0.0
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.