Releases: di/vladiate
Releases · di/vladiate
Version 0.0.14
Add ignore_missing_validators
(#33 )
Version 0.0.13
Add _is_package
(#28 )
Drop support for Python 2.6 & 3.2 (#27 )
Added percentage next to failure count in output (#30 )
Version 0.0.11
Local files now guaranteed to be closed (#21 )
Root logging level no longer set (#22 )
Version 0.0.10
Support Python 3 (#16 )
Don't use multiprocessing for single process (#17 )
Don't break if source is missing headers (#18 )
Check code coverage (#19 )
Add Travis CI
Move from optparse to argparse
Add CONTRIBUTING doc
Version 0.0.9
Fixes String
input type is not being documented in README (#11 )
Fixes RegexValidator
not allowing for empty_ok=True
(#12 )
Allow for use of custom delimiters (#13 )
Allow for multiprocessing (#14 )
Version 0.0.8
Fixes _log_debug_failures
calling VladInput.filename
(#8 )
Adds String
as a VladInput
type (#9 )
Running Vladiate programmatically now creates a handler for the vlad_logger
(#10 )
Version 0.0.7
Programatic instantiation of a Vlad
now respects the validators
class variable (#7 )
Version 0.0.6
Raise warning when not all validators are used (#1 )
Version 0.0.5
UniqueValidator
checks if unique_with
fields are actually in the row (#3 )
Output is suppressed for validators with 100+ failures (#4 )
Vlads can now be created programmatically and do not need to be run from the command line (#5 )
Typos/small fixes
You can’t perform that action at this time.