Skip to content

tomlkt 0.3.7

Choose a tag to compare

@eav-eav-eav eav-eav-eav released this 16 Oct 16:10
ddeaf63

New

  • Add extensions to (TomlArray|TomlTable).get for easier access to entries.
  • Add TomlArrayBuilder and TomlTableBuilder for dynamic construction.
    • Add buildTomlArray and buildTomlTable as shorthand.
    • Add extensions to (TomlArrayBuilder|TomlTableBuilder).element for easier population.

Change

  • Now a super-table can be defined after a sub-table without causing ConflictEntryException.
  • Fix a bug in TomlElementEncoder where TomlElement family does not bypass the encoding process with encodeTomlElement.
  • Major performance improvement in TomlElementParser (originally TomlFileParser).