toml icon indicating copy to clipboard operation
toml copied to clipboard

TOML v0.5.0 support

Open themightychris opened this issue 6 years ago • 5 comments

Has anyone started working on it already?

themightychris avatar Jan 13 '19 17:01 themightychris

Hi @themightychris. I need a bit of free time to start working on it. Meanwhile, contributions are welcome :)

yosymfony avatar Jan 16 '19 19:01 yosymfony

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. :)

boooyu44 avatar Sep 15 '20 04:09 boooyu44

I would like to do that and as I said, any contribution is welcome

yosymfony avatar Sep 26 '20 21:09 yosymfony

TOML v1.0 is now a thing: https://toml.io/en/v1.0.0

sbrl avatar Feb 15 '21 03:02 sbrl

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.

goodevilgenius avatar Dec 15 '21 23:12 goodevilgenius