toml4j/CHANGELOG.md
2015-03-30 22:57:14 +02:00

1.2 KiB

toml4j Changelog

UNRELEASED

Added

  • Support for underscores in numbers (the feature branch had accidentally not been merged! :( )
  • Overloaded getters that take a default value. Thanks to udiabon.

0.4.0 / 2015-02-16

Changed

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

Added

  • Support for TOML 0.4.0
  • Toml#isEmpty()
  • More detailed error messages, including line numbers

Fixed

  • Short-form Unicode escape handling
  • Exponent handling

0.3.1 / 2014-12-16

0.2 / 2014-04-10

  • Support for TOML 0.2 spec, most notably table arrays.

0.1 / 2014-04-06