Skip to content

version 4.1.0

Compare
Choose a tag to compare
@ToruNiina ToruNiina released this 21 Jul 06:26
· 79 commits to main since this release

Added

  • support std::get<std::u8string>
  • support toml::value(std::u8string)
  • support string_type = std::u8string in config type
  • support operator<<(std::ostream&, toml::value)
  • add bool uppercase to toml::integer_format
  • support template into_toml() (#255) (#256) (by 萧迩珀 @CDK6182CHR)

Fixed

Changed

  • speedup CI tests by multicore build