Releases: leonelquinteros/php-toml
Releases · leonelquinteros/php-toml
v1.1.1
v1.1.0
This release include parsing of dotted and quoted keys that were missing from previous versions, but present in the TOML v0.4.0 specification.
v1.0.0
This release breaks backwards compatibility by changing the way tables are parsed.
Before this release, tables were parsed as arrays, but from v1.0.0 they are parsed as Objects and arrays are reserved for TOML arrays only.
This release also changes the way versions are numbered, by detaching the version of this lib from the version of the TOML language.
v0.4.4
v0.4.3
v0.4.2
TOML v0.4.0
TOML v0.4.0 support.