mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-29 11:42:15 +00:00
c4027ed2d5
Conflicts: src/main/java/com/moandjiezana/toml/Results.java src/main/java/com/moandjiezana/toml/TomlParser.java src/test/java/com/moandjiezana/toml/ErrorMessagesTest.java
924 B
924 B
toml4j Changelog
Unreleased
Changed
- REAKING: Toml#getList(String) replaced Toml#getList(String, Class)
- Dropped dependency on Parboiled and its significant transitive dependencies
Added
- Line numbers included in error messages
Added
- Line numbers included in error messages
Fixed
- Short-form Unicode escape handling
- Exponent handling
0.3.1 / 2014-12-16
- Support for TOML 0.3.1 spec
- Pass TOML validator (https://github.com/BurntSushi/toml-test), which uncovered many bugs.
- Reduced visibility of internal classes, so that only Toml class is visible to users.
- Refactored parsing into several steps.
0.2 / 2014-04-10
- Support for TOML 0.2 spec, most notably table arrays.
0.1 / 2014-04-06
- Support for TOML 0.1 spec.