Releases: di/vladiate
Releases · di/vladiate
Version 0.0.26
What's Changed
- Add threshold for file validations by @haritha-ravi in #89
- Version 0.0.26 by @di in #91
New Contributors
- @haritha-ravi made their first contribution in #89
Full Changelog: v0.0.25...v0.0.26
Version 0.0.25
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
What's Changed
- Fix typo in code by @simo97 in #72
- Add GitHub actions by @santilytics in #76
- Add instance variable which holds line in which errors happen by @santilytics in #74
- Version 0.0.24 by @di in #77
New Contributors
- @simo97 made their first contribution in #72
- @santilytics made their first contribution in #76
Full Changelog: v0.0.23...v0.0.24
Version 0.0.23
- Fix
empty_ok
forUniqueValidator
(#70)
Version 0.0.22
- Add quiet option to disable console log output from validations (#68)
- Add support for Python 3.8
Version 0.0.20
Version 0.0.19
- Moves the
boto
dependency for anS3File
to thes3
extra (#46)
(install withpip install vladiate[s3]
)
Version 0.0.17
- Adds additional logging when the
NotEmptyValidator
fails (#40) (thanks @gregorkschroeder!)
Version 0.0.16
- Updates the
RangeValidator
to handle bad values more gracefully.
Version 0.0.15
- Adds a
RangeValidator
and aNotEmptyValidator
(#37)