v1.0.0
Many changes since the last release: much improved error output, support TOML 1.0.0, add several flags to give more control over which tests to run/skip.
Some minor incompatibilities in the test tool:
- You no longer need to add a type hint to arrays.
- Tests are always referenced as valid/[...] or invalid/[..]
- The datetime-local, date-local, and time-local types are added. You will need to add support for this in your -encode and -decode test helpers.