Skip to content

Releases: di/vladiate

Version 0.0.26

Choose a tag to compare

@di di released this 02 Nov 20:24
d831d62

What's Changed

New Contributors

Full Changelog: v0.0.25...v0.0.26

Version 0.0.25

Choose a tag to compare

@di di released this 31 Aug 19:36
7c3e3d4

What's Changed

  • Drop 3.6, add 3.10 and 3.11 by @di in #79
  • Add an ignore_case option to SetValidator by @dp247 in #78
  • Add row level validation by @jonafato in #82
  • Publish to PyPI via pypa/gh-action-pypi-publish by @jonafato in #84
  • Fixup readme badges, remove travis config by @jonafato in #85
  • Version 0.0.25 by @di in #87

New Contributors

Full Changelog: v0.0.24...v0.0.25

Version 0.0.24

Choose a tag to compare

@di di released this 10 Sep 15:18
71f23ed

What's Changed

New Contributors

Full Changelog: v0.0.23...v0.0.24

Version 0.0.23

Choose a tag to compare

@di di released this 19 Feb 20:52
25d267f
  • Fix empty_ok for UniqueValidator (#70)

Version 0.0.22

Choose a tag to compare

@di di released this 12 Nov 17:37
fd00323
  • Add quiet option to disable console log output from validations (#68)
  • Add support for Python 3.8

Version 0.0.20

Choose a tag to compare

@di di released this 23 Feb 18:53
be848f0
  • Adds exit codes for non-unix platforms (#48)
  • Fixes exit codes when not using multiprocessing (#54)

Version 0.0.19

Choose a tag to compare

@di di released this 11 Oct 16:40
  • Moves the boto dependency for an S3File to the s3 extra (#46)
    (install with pip install vladiate[s3])

Version 0.0.17

Choose a tag to compare

@di di released this 18 Sep 22:25

Version 0.0.16

Choose a tag to compare

@di di released this 25 Aug 21:13
  • Updates the RangeValidator to handle bad values more gracefully.

Version 0.0.15

Choose a tag to compare

@di di released this 11 Aug 19:33
  • Adds a RangeValidator and a NotEmptyValidator (#37)