Skip to content

Releases: cwacek/python-jsonschema-objects

0.4.4

07 Aug 00:01
7d1f774
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.3...0.4.4

0.4.2

15 May 01:14
51a29d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.2

Version 0.4.1

13 Nov 15:34
ca06e73
Compare
Choose a tag to compare
  • This release just incorporates the fix for #223

0.4.0

12 May 01:59
05b3ec6
Compare
Choose a tag to compare

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
19bf866
Compare
Choose a tag to compare

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
034865e
Compare
Choose a tag to compare

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
eeccd62
Compare
Choose a tag to compare

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
3f3cb90
Compare
Choose a tag to compare

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
0918fc5
Compare
Choose a tag to compare

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
ae8f43f
Compare
Choose a tag to compare