Skip to content

0.4.1

Latest
Compare
Choose a tag to compare
@LebJe LebJe released this 19 Nov 17:37

Changelog

Fixed

  • The formatting options that were passed as a parameter to toml.encode, toml.encodeToFile, toml.toJSON, and toml.toYAML previously had no effect when overriding values.
  • Resolved CMake FetchContent_Populate warning.

Changed

  • Updated to magic_enum v0.9.7.

Added

  • Added tests for encoding options.