Skip to content

ParamTools 0.2.0

Compare
Choose a tag to compare
@hdoupe hdoupe released this 07 Feb 00:49
· 477 commits to master since this release
d5dd667
  • Display the bad value in all error messages. Previously, the bad value was not displayed in type error messages.
  • Validation errors are raised via the paramtools.ValidationError class instead of marshmallow.ValidationError
  • A bug that did not allow array parameters to use choice validation was resolved. Now, ParamTools checks that each element of the "value" array is in the choices list.
  • Automated testing is set up.
  • Pre-commit is used to Black changed code.