Skip to content

v1.0.0

Compare
Choose a tag to compare
@leonelquinteros leonelquinteros released this 19 Jun 20:56
· 5 commits to master since this release

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.