Skip to content

v1.0.0

Compare
Choose a tag to compare
@arp242 arp242 released this 04 Aug 09:19
· 187 commits to master since this release

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.