v0.2.0
moar quality of life methods!
additions
-
added
get_toml_field
andset_toml_field
for programatically handling toml documents -
added
ModelBoundTOML.get_field
andModelBoundTOML.set_field
for programatically handling ModelBoundTOMLs -
added
ModelBoundTOML.difference_between_document
to see what fields have been changed between the 'outgoing' ModelBoundTOML and the 'incoming' TOMLDocument- for this, a new namedtuple class,
tomlantic.Differences
was made
- for this, a new namedtuple class,
-
added
ModelBoundTOML.load_from_document
to load in changes from an 'incoming' TOMLDocument
useful for loading in a newer configuration file from disk or something
see the api details for details!