Releases: cwacek/python-jsonschema-objects
Releases · cwacek/python-jsonschema-objects
0.4.4
What's Changed
- bugfix: Pin jsonschema below 4.18 (not 4.1.8) by @EliahKagan in #238
New Contributors
- @EliahKagan made their first contribution in #238
Full Changelog: 0.4.3...0.4.4
0.4.2
What's Changed
- Handle removed markdown version_info by @bnavigator in #230
- fix nested oneOf resolution with different schema types (fixes #232) by @fmigneault in #233
New Contributors
- @bnavigator made their first contribution in #230
- @fmigneault made their first contribution in #233
Full Changelog: 0.4.1...0.4.2
Version 0.4.1
- This release just incorporates the fix for #223
0.4.0
0.3.15
0.3.14
0.3.13
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)