Skip to content

Releases: cwacek/python-jsonschema-objects

0.4.4

Choose a tag to compare

@cwacek cwacek released this 07 Aug 00:01
7d1f774

What's Changed

New Contributors

Full Changelog: 0.4.3...0.4.4

0.4.2

Choose a tag to compare

@cwacek cwacek released this 15 May 01:14
51a29d2

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.2

Version 0.4.1

Choose a tag to compare

@cwacek cwacek released this 13 Nov 15:34
ca06e73
  • This release just incorporates the fix for #223

0.4.0

Choose a tag to compare

@cwacek cwacek released this 12 May 01:59
05b3ec6

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

Choose a tag to compare

@cwacek cwacek released this 12 May 01:05
19bf866

Bugfixes

  • Literals now properly support comparisons of all types (#213)
  • oneOfs inside oneOfs (oneOf-ception?!) no longer fail to serialize (#214)

0.3.14

Choose a tag to compare

@cwacek cwacek released this 26 Mar 02:48
034865e

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

Choose a tag to compare

@cwacek cwacek released this 08 Sep 23:34
eeccd62

h4. Housekeeping

  • Fixes import path for collections.abc to be compliant with Python 3.8 [#197] (h/t @adriangay)

0.3.12

Choose a tag to compare

@cwacek cwacek released this 27 Jan 03:25
3f3cb90

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

Choose a tag to compare

@cwacek cwacek released this 17 Aug 20:55
0918fc5

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

Choose a tag to compare

@cwacek cwacek released this 04 Jul 16:58
ae8f43f