Skip to content

Releases: di/vladiate

Version 0.0.14

04 Jan 18:38
@di di
Compare
Choose a tag to compare
  • Add ignore_missing_validators (#33)

Version 0.0.13

10 Nov 22:39
@di di
Compare
Choose a tag to compare
  • 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

01 Apr 13:33
@di di
Compare
Choose a tag to compare
  • Local files now guaranteed to be closed (#21)
  • Root logging level no longer set (#22)

Version 0.0.10

14 Jan 22:42
@di di
Compare
Choose a tag to compare
  • 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

20 Nov 17:41
@di di
Compare
Choose a tag to compare
  • 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

06 Oct 19:35
@di di
Compare
Choose a tag to compare
  • 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

18 Sep 19:31
@di di
Compare
Choose a tag to compare
  • Programatic instantiation of a Vlad now respects the validators class variable (#7)

Version 0.0.6

09 Sep 22:17
@di di
Compare
Choose a tag to compare
  • Raise warning when not all validators are used (#1)

Version 0.0.5

27 Aug 21:11
@di di
Compare
Choose a tag to compare
  • 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

Version 0.0.4

25 Aug 18:24
@di di
Compare
Choose a tag to compare
  • Add RegexValidator