Skip to content

Releases: Attumm/Maat

Added extended validation information on readme

31 Jan 09:50
f514af9
Compare
Choose a tag to compare
Merge pull request #9 from Attumm/add_readme_extended_types

Added readme for extended tests plus tests

Added information to Readme

09 Sep 22:39
Compare
Choose a tag to compare

Added information to Readme

Added examples added tests

02 Aug 12:30
1b1610c
Compare
Choose a tag to compare
Merge pull request #8 from Attumm/added_examples

Added examples and tests

Added examples. added tests

26 Jul 13:21
Compare
Choose a tag to compare
v3.0.2

Added starting point to Readme

Added Readme

29 Jun 07:51
Compare
Choose a tag to compare
v3.0.1

Bumped version

v3.0.0

29 Jun 07:42
8bdf417
Compare
Choose a tag to compare

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

26 Jun 02:13
001c74a
Compare
Choose a tag to compare

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.