Skip to content

v0.4.0

Compare
Choose a tag to compare
@mwanji mwanji released this 16 Feb 12:59
· 158 commits to master since this release

Support for TOML 0.4.0

Changed

  • BREAKING: Toml#getList(String) replaced Toml#getList(String, Class)
  • Dropped dependency on Parboiled and its significant transitive dependencies

Added

  • Toml#isEmpty()
  • More detailed error messages, including line numbers

Fixed

  • Short-form Unicode escape handling
  • Exponent handling