- Local files now guaranteed to be closed (21) - Root logging level no longer set (22)
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
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)
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)
0.0.7
- Programatic instantiation of a `Vlad` now respects the `validators` class variable (7)
0.0.6
- Raise warning when not all validators are used (1)