Skip to content

Releases: leonelquinteros/php-toml

v1.1.1

10 Jul 21:38
Compare
Choose a tag to compare

Fixes error when parsing inline-tables inside arrays.

v1.1.0

03 Jul 23:11
Compare
Choose a tag to compare

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

19 Jun 20:56
Compare
Choose a tag to compare

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

30 Apr 18:24
612a268
Compare
Choose a tag to compare
  • #12 Avoid Unitialized string offset notice message

v0.4.3

25 Sep 13:22
Compare
Choose a tag to compare
  • #9 fix convert int to float issue
  • #10 add composer autoload

v0.4.2

11 Jul 13:55
Compare
Choose a tag to compare
  • Fixes escaping check issue #8

TOML v0.4.0

23 Jun 15:07
Compare
Choose a tag to compare

TOML v0.4.0 support.