toml
toml copied to clipboard
TOML v0.5.0 support
Has anyone started working on it already?
Hi @themightychris. I need a bit of free time to start working on it. Meanwhile, contributions are welcome :)
Slight bump.
This looks like most popular PHP toml package. I hope once toml reaches 1.0 (currently RC) library will get in sync with the standard. :)
I would like to do that and as I said, any contribution is welcome
TOML v1.0 is now a thing: https://toml.io/en/v1.0.0
I'd love to see 1.0 support. But, even getting up to 0.5.0 support would add the following:
- number formats
- hex
- octal
- binary
- local date, local time, local date-time
They aren't a lot of new features between 0.5.0 and 1.0, but there are some stricter definitions in the spec. Although, 1.0.0 would allow us to use mixed type arrays, which would be nice.