toml4j/CHANGELOG.md

885 B

toml4j Changelog

Unreleased

Changed

  • Toml#getList(String) replaced Toml#getList(String, Class)
  • Dropped dependency on Parboiled and its significant transitive dependencies
  • Updated Gson to 2.3.1

Added

  • Line numbers included in error messages

Fixed

  • Fixed short-form Unicode escapes
  • Fixed 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