Releases: cwacek/python-jsonschema-objects
Releases · cwacek/python-jsonschema-objects
0.4.4
07 Aug 00:01
Compare
Sorry, something went wrong.
No results found
0.4.2
15 May 01:14
Compare
Sorry, something went wrong.
No results found
Version 0.4.1
13 Nov 15:34
Compare
Sorry, something went wrong.
No results found
This release just incorporates the fix for #223
0.4.0
12 May 01:59
Compare
Sorry, something went wrong.
No results found
Changes
Default values will now always serialize, even if the default value is null. Since this change could cause unexpected changes in serialized output the minor version has been bumped. Fixes #200
0.3.15
12 May 01:05
Compare
Sorry, something went wrong.
No results found
Bugfixes
Literals now properly support comparisons of all types (#213 )
oneOfs inside oneOfs (oneOf-ception?!) no longer fail to serialize (#214 )
0.3.14
26 Mar 02:48
Compare
Sorry, something went wrong.
No results found
h4. Bugfixes
#203 validatorSchemas passed in are now respected
#208 oneOf roundtrip serializations work better
#207 Another fix for abc deprecation
h4. Housekeeping
Fixes black formatting in builds
0.3.13
08 Sep 23:34
Compare
Sorry, something went wrong.
No results found
h4. Housekeeping
Fixes import path for collections.abc to be compliant with Python 3.8 [#197 ] (h/t @adriangay )
0.3.12
27 Jan 03:25
Compare
Sorry, something went wrong.
No results found
Going forward, this library will no longer test on or support Python 2.7 because it's EOL
h4. Bugfixes
Fixes formatting of supported schema versions (#184 )
Removes some confusing code related to ArrayWrapper initialization (#188 )
h4. Features
ProtocolBase objects (most objects) now support deepcopy. (#185 )
0.3.11
17 Aug 20:55
Compare
Sorry, something went wrong.
No results found
Features
object attributes can now be used directly as attribute keys in other objects (#177 )
Bugfixes
Certain handling of oneOf and $ref improved. Fixes #151 directly; probablyimproves some other edge cases.
0.3.10
04 Jul 16:58
Compare
Sorry, something went wrong.
No results found