3.0.0
Note: Due to a packaging bug, users running Python 2.x should pin the major version of Yamale to 2.x.
We're doing a major version jump to include the following changes:
- Remove Python 2.x support
- Make the default validation "strict". The
--strict
command line is now replaced with--no-strict
for those that want the old behavior. See the README for more details. - Prevent int and num validators from accepting bool values. #109