Skip to content

0.5.0

Compare
Choose a tag to compare
@p1c2u p1c2u released this 02 Sep 10:23
· 291 commits to master since this release

Changelog

  • detect spec schema version #167
  • static types and Mypy static type check #168
  • tests mark network #169
  • schemas and validators lazy loading proxy #170
  • CLI detect spec version #171
  • Shortcuts refactor and validators explicit usage #172

Backward incompatibilities

  • redundant shortcuts validate_v*_spec and validate_v*_spec_url removed. Use validate_spec and validate_spec_url with validator parameter instead.
  • default_handlers (and whole handlers package) removed. Use handlers from jsonschema_spec.handlers instead.