You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.0.18
+ Adds support for bare oneOf properties (i.e. schemas which
just use 'oneOf' with a couple references at the top level).
+ Add readthedocs documentation.
Version 0.0.18-1
+ Fixes issues where attributes couldn't be accessed using
dictionary notation
+ Fixes equality checks so they're based on the data, not object ids
+ Added a couple of helper methods for simplejson compatibility (like
`for_json`)