Skip to content

Releases: monkeydom/ObjectiveTOML

2.0.0

12 Feb 13:19
Compare
Choose a tag to compare

Switched to toml11 for toml v1.0.0 support

tomlutil v2.0.0 (toml11 v3.7.1)

Usage: tomlutil [-f json|xml1|binary1|toml] file [outputfile]

A file of '-' reads from stdin. Can read json, plists and toml. Output defaults to stdout.
-f format   Output format. One of json, xml1, binary1, toml. Defaults to toml.
-lint       Just lint with toml11, no output.

1.1.0

23 Oct 11:51
Compare
Choose a tag to compare

Now with more options, and the latest cpptoml.

tomlutil v1.1.0 (cpptoml v0.1.1)

Usage: tomlutil [-f json|xml1|binary1|toml] file [outputfile]

A file of '-' reads from stdin. Can read json, plists and toml. Output defaults to stdout.
-f format   Output format. One of json, xml, binary1, toml. Defaults to toml.
-lint       Just lint with cpptoml, no output.

v1.0.1

21 Oct 09:59
Compare
Choose a tag to compare
  • fixes trailing whitespace for dates
  • allows for empty inline tables

v1.0.0

21 Oct 00:08
Compare
Choose a tag to compare