Skip to content

Tags: lockie/python-jsonschema-objects

Tags

0.0.18

Toggle 0.0.18's commit message
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.

0.0.18-3

Toggle 0.0.18-3's commit message
Fix typo in requirements file

0.0.18-2

Toggle 0.0.18-2's commit message
0.0.18-2

+ Fix a regression where LiteralValue objects weren't converted
  to dictionaries properly

0.0.18-1

Toggle 0.0.18-1's commit message
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`)

0.0.17.post2

Toggle 0.0.17.post2's commit message
Merge pull request cwacek#36 from cwacek/fix/35

bugfix: Fixes cwacek#35 and adds a test case to check it.

0.0.17.post1

Toggle 0.0.17.post1's commit message
Setup versioneer

v0.0.17

Toggle v0.0.17's commit message
Add Travis build indicator

v0.0.16

Toggle v0.0.16's commit message
0.0.16 - Fix behavior of exclusiveMinimum and exclusiveMaximum

validators so that they work properly.

v0.0.11

Toggle v0.0.11's commit message
0.0.11 - Generated wrappers can now properly deserialize data

representing 'oneOf' relationships, so long as the candidate
schemas are unique.

v0.0.10

Toggle v0.0.10's commit message
0.0.10 - Fixed incorrect checking of enumerations which

previously enforced that all enumeration values be of the same
type.