- pylintrc file added to reflect Grid's coding style - source updated to consistently use double quotes - requirements have been simplified and version numbers removed - (version numbers initially added to avoid a failing prospector version)
0.33
* Mandatory validator can now work with RegexValidator without raising exception.
0.32
* json and jwt decoders are now caching. Extracting multiple parameters from the same json/jwt property will only decode from json/jwt once. * bug fix on Mandatory checks. Empty values are also checked.
0.31
* Mandatory validators can be used statically
0.30
- Added MinLength and MaxLength validators - Added ability to pass custom error messages to validators
0.29
- extract_from_event and extract_from_context can now group errors