BinaryMuse / toml-node

TOML parser for Node.js and the Browser. Parses TOML v0.4.0

Home Page:http://binarymuse.github.io/toml-node/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v0.3.x compatibility?

terinjokes opened this issue · comments

v0.3.x adds support for:

  • Add scientific notation for floats.
  • Allow optional + prefix on integers.
  • Switch to RFC 3339 for datetimes (allowing offsets and fractional seconds).
  • Add multiline and literal strings.

Thanks, I wasn't aware he had released a new version. I'll take a look at these shortly!

v2.1.1 is published with support for the 0.3.1 spec