Changelog History
Page 1
-
v0.7.4 Changes
February 01, 2021🛠 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]
-
v0.7.3 Changes
July 31, 2020v0.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]
-
v0.7.2 Changes
April 14, 2020- 🛠 Set the contextlib dependency as a minimum, rather than fixed.
-
v0.7.1 Changes
September 09, 2019🔋 Features
0️⃣ JSON Schema: Include default values. [Stavros Korokithakis]
⚡️ JSON schema with common definitions + Update README. [Stavros Korokithakis]
➕ Add references to JSON schema rendering. [Stavros Korokithakis]
➕ Add the "Literal" type for JSONSchema. [Stavros Korokithakis]
👌 Improve JSON schema generation (#206) [Denis Blanchette]
🛠 Fixes
JSON Schema: Fix allOf and oneOf with only one condition. [Stavros Korokithakis]
🛠 Fix readme code block typo. [Stavros Korokithakis]
JSON Schema: Don't add a description in a ref. [Stavros Korokithakis]
JSON Schema: Fix using
dictas type. [Stavros Korokithakis]🛠 Fix using Literal in enum in JSON Schema. [Stavros Korokithakis]
-
v0.7.0 Changes
February 25, 2019🔋 Features
- ➕ Add Hook class. Allows to introduce custom handlers (#175) [Julien Duchesne]
🛠 Fixes
➕ Add pre-commit to CI (#187) [Stavros Korokithakis]
👉 Use correct singular/plural form of “key(s)” in error messages (#184) [Joel Rosdahl]
When ignoring extra keys, Or's only_one should still be handled (#181) [Julien Duchesne]
🛠 Fix Or reset() when Or is Optional (#178) [Julien Duchesne]
Don't accept boolens as instances of ints (#176) [Brandon Skari]
✂ Remove assert statements (#170) [Ryan Morshead]
-
v0.6.7
January 09, 2018 -
v0.6.6 Changes
April 26, 2017🛠 Fix
- Schema can be inherited (#127)
- 👉 Show a key error if a dict error happens
-
v0.6.5
September 26, 2016 -
v0.6.4 Changes
September 19, 2016🛠 Fixes
- ⏪ Revert the optional error commit. [Stavros Korokithakis]