* FEATURE : 51 - OrValidation with multiple Map validators does not work effectively - raise exception if user tries to use more than one.
1.0.0
No relevant code changes.
0.15.4
* BUGFIX : If revalidating a subschema with an Or validator and then changing the contents of the parsed data, a cryptic error was raised.
0.15.3
* BUGFIX : Fix for 46 - prevent Enum parsed values from becoming YAML objects.
0.15.2
* BUGFIX : Modifying YAML via __getitem__ where the YAML was validated using an OR operator failed - or validators didn't have a key_validator.
0.15.1
* BUGFIX : Make optional values parsed using Optional appear at the *end* of the ordered dict. * BUGFIX : Prevent YAML objects from appearing in .data. * BUGFIX : Fix for bug caused by revalidation with Optional default values.