Hi! Now that TOML 1.1 has finally released, are there any plans for a corresponding new tomlplusplus release?
I note that the TOML_ENABLE_UNRELEASED_FEATURES flag does cover support for the new features of TOML 1.1, but unfortunately simultaneously adds support for other things that aren't part of the spec. Since the last tomlplusplus release was October '23, it's also not clear to me whether the version of these features that is supported is identical to that in the final 1.1 release.
tomlplusplus is also not listed in the 1.1 section at https://github.com/toml-lang/toml/wiki#implementations, which might cause people to overlook it, which would be a bit of a shame I'd have thought, given that the work has been pretty much all done already.
Hi! Now that TOML 1.1 has finally released, are there any plans for a corresponding new
tomlplusplusrelease?I note that the
TOML_ENABLE_UNRELEASED_FEATURESflag does cover support for the new features of TOML 1.1, but unfortunately simultaneously adds support for other things that aren't part of the spec. Since the lasttomlplusplusrelease was October '23, it's also not clear to me whether the version of these features that is supported is identical to that in the final 1.1 release.tomlplusplusis also not listed in the 1.1 section at https://github.com/toml-lang/toml/wiki#implementations, which might cause people to overlook it, which would be a bit of a shame I'd have thought, given that the work has been pretty much all done already.