Skip to content

3.0.0

Compare
Choose a tag to compare
@mildebrandt mildebrandt released this 10 Jul 22:31
· 67 commits to master since this release

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