v1.0.3
What's new in this release?
TomlBuilderdoes not throw aDumpExceptionanymore when the character "#" appears in a quoted key.- The method
addArrayTablesfrom the classTomlBuilderhas been declared as deprecated. Use the methodaddArrayOfTableinstead. - Fixed the bug #24: "Wrong array of tables implementation".
- A new class
TomlArrayhas been added to handle the Toml array generation.