Skip to content

1.7

Choose a tag to compare

@CoCo-R38 CoCo-R38 released this 26 Feb 17:49
· 7 commits to main since this release
2bb799b

Conversion Update

  • Store datetime, date, time and Path without quotation marks
  • Fix from_dict() function as it expected dict to be stored with tuples containing type and value
    -> now it accepts both normal dicts and the tuple-version
  • from_dict() now gathers values without a predefined section into a default_section
  • added convert_file() which can convert files like json, toml, yaml and ini into RDM files for you using from_dict()