v1.0.0
This release breaks backwards compatibility by changing the way tables are parsed.
Before this release, tables were parsed as arrays, but from v1.0.0 they are parsed as Objects and arrays are reserved for TOML arrays only.
This release also changes the way versions are numbered, by detaching the version of this lib from the version of the TOML language.