v1.0.3
What's new in this release?
TomlBuilder
does not throw aDumpException
anymore when the character "#" appears in a quoted key.- The method
addArrayTables
from the classTomlBuilder
has been declared as deprecated. Use the methodaddArrayOfTable
instead. - Fixed the bug #24: "Wrong array of tables implementation".
- A new class
TomlArray
has been added to handle the Toml array generation.