Skip to content

Version 3.1.1

Compare
Choose a tag to compare
@dezhidki dezhidki released this 10 Dec 16:34
· 7 commits to master since this release

Changelog

  • @bugproof: Fix TomlConfigurationFileParser to handle entering contexts better
  • @gibbed: Add IsMultiline to TomlArray (#25)
  • @dezhidki: Fix TomlTable merging not working when adding new values from another table (#24)
  • @dezhidki: TomTable will not normalize item order anymore and instead will try to preserve the original order (unless changed manually)
  • @gibbed: Improvements to csproj (#27, #28)
  • @dezhidki: Add MultilineTrimFirstLine to strings which allows leaving starting """ or ''' on a separate line
  • @dezhidki: Fix allowing arrays with no separator between items (#31)