Skip to content

v2.04 - improved list support

Latest
Compare
Choose a tag to compare
@VogelPapaFinn VogelPapaFinn released this 11 Jan 14:17
· 1 commit to master since this release
0a593c6
  • improved the support for lists: You can now write in the config with any list like type you want.
    Getting the output in a specific list like type is currently not possible. You can use the get_raw_list() method to get the unparsed value as string and then 'convert' it into a datatype you want.
  • renamed functions: get_list() to get_list_as_vector()
  • added the function: get_raw_list()
  • added the function: write_list() which accepts any kind of list like type
  • the private function vector_to_string() now accepts any kind of list like type