+ 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
Bugfixes
+ Literals now properly support comparisons of all types (213) + oneOfs inside oneOfs (oneOf-ception?!) no longer fail to serialize (214)
0.3.14
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
h4. Housekeeping
+ Fixes import path for collections.abc to be compliant with Python 3.8 [197] (h/t adriangay)
0.3.12
**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)