mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-11 11:40:27 +00:00
12 lines
399 B
Text
12 lines
399 B
Text
NEXT
|
|
Multiline and literal strings.
|
|
Pass TOML validator (https://github.com/BurntSushi/toml-test), which uncovered many bugs.
|
|
Key names can contain dots.
|
|
Reduced visibility of internal classes, so that only Toml class is visible to users.
|
|
Split parsing into several stages, to make it simpler to understand.
|
|
|
|
0.2
|
|
Support for TOML 0.2 spec, most notably table arrays.
|
|
|
|
0.1
|
|
Support for TOML 0.1 spec.
|