Skip to content

v1.0.3

Compare
Choose a tag to compare
@yosymfony yosymfony released this 30 Jul 22:14
· 13 commits to master since this release

What's new in this release?

  • TomlBuilder does not throw a DumpException anymore when the character "#" appears in a quoted key.
  • The method addArrayTables from the class TomlBuilder has been declared as deprecated. Use the method addArrayOfTable instead.
  • Fixed the bug #24: "Wrong array of tables implementation".
  • A new class TomlArray has been added to handle the Toml array generation.