Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@marzer marzer released this 05 Mar 11:12
· 312 commits to master since this release

Fixes:

  • fixed parse_file() failing to compile with plain string literals
  • fixed tests being built when used as a meson subproject (#14) (@shdnx)

Additions:

  • added support for compiling into DLLs on windows (TOML_API)
  • added support for explicitly setting the TOML_EXCEPTION mode
  • added TOML_OPTIONAL_TYPE customization point
  • added node::ref() and node_view::ref()