Yo! Symfony TOML v1.0.4 Release Notes

Release Date: 2018-08-08 // over 5 years ago
  • What's new in this release?

    • ๐Ÿ”จ Several corrections and refactorings in TomBuilder class. The problem described in the PR #25 "fixed a bug when used the function 'in_array'" has been solved.
    • ๐Ÿ”จ The test file TomlBuilderTest has been refactored for readability. Added some tests.
    • โšก๏ธ The README.md file has been updated with the TomlBuilder class limitations.

Previous changes from v1.0.3

  • 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.