1.1.0 - Now load objects from sequences and scalars too
- Objects (subclasses of
YamlAbleorYamlObject2) can now be loaded from both mappings, sequences and scalars. Users may override the default behaviour by overriding__from_yaml_list__and__from_yaml_scalar__. Codecs (subclasses ofYamlCodec) can also support this feature, through thefrom_yaml_listandfrom_yaml_scalarmethods (not implemented by default). Fixes #12 - Now using
mkdocs-galleryfor documentation examples. Fixed #14 @yaml_infocan not be used on subclasses ofYamlObject2anymore as it could lead to an unexpected behaviour. Fixes #15
See documentation page for details.