schema v0.7.4 Release Notes

Release Date: 2021-02-01 // about 3 years ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ›  Don't double-format errors. fixes #240 (#247) [Leif Ryge]

    • ๐Ÿ›  Fix "Unknown format code" in Python 3.8 (#245) [Denis Blanchette]

    • JSON Schema: Allow using $ref when schema is not a dict (#244) [Denis Blanchette]

    • JSON Schema: Set additionalProperties true when dict contains str as key (#243) [Denis Blanchette]


Previous changes from v0.7.3

  • v0.7.3 (2020-07-31)

    ๐Ÿ›  Fixes

    ๐Ÿ‘ JSON Schema: Support schemas where the root is not a dict. [Stavros Korokithakis]

    Do not drop previous errors within an Or criterion. [Stavros Korokithakis]