Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@arp242 arp242 released this 29 Sep 17:33
· 54 commits to master since this release
2eba28c
  • Move from github.com/BurntSushi/toml-test to github.com/toml-lang/toml-test

    In most cases things should keep working as GitHub will redirect things, but you'll have to update the path if you install from source with go install.

  • Both TOML 1.0 and the upcoming TOML 1.1 are now supported.

    If you implemented your own test-runner, then you should only copy/use the files listed in tests/files-toml-1.0.0 (or tests/files-toml-1.1.0). Some things that are invalid in 1.0 are now valid in 1.1.

    Also see "Usage without toml-test binary" in the README.md.

    For the toml-test tool the default remains 1.0; add -toml 1.1.0 to use TOML 1.1.

  • Add a few tests, and improve output on test failures a bit.