Skip to content

0.14.0

Compare
Choose a tag to compare
@spacegaier spacegaier released this 12 Nov 17:04
· 16 commits to master since this release

Note: The library now has a new minimum Python version of 3.7. due to the use of Postponed Evaluation of Annotations (PEP-563).

Fixes:

  • #470: Fix a few code comment typos
  • #472: Change to SPDX conform license string

New:

  • #475: Add typing information
  • #478: Fix new type hint of schemas, for example for Required('key')
  • #486: Fix new type hints and enable mypy
  • #479: Allow error reporting on keys

Changes:

  • #476: Set static PyPI project description
  • #482: Remove Travis build status badge

New Contributors:

Full Changelog: 0.13.1...0.14.0