toml4j/CHANGELOG.md

20 lines
694 B
Markdown
Raw Normal View History

2014-12-15 22:31:26 +00:00
# toml4j Changelog
## NEXT
* Fixed short-form Unicode escapes
2015-01-22 13:05:47 +00:00
* Fixed exponent handling
* Dropped dependency on Parboiled
2015-01-22 13:40:55 +00:00
* Updated Gson to 2.3.1
2014-12-15 22:31:26 +00:00
## 0.3.1 / 2014-12-16
* Support for [TOML 0.3.1](https://github.com/toml-lang/toml/tree/v0.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](https://github.com/toml-lang/toml/tree/v0.2.0) spec, most notably table arrays.
## 0.1 / 2014-04-06
* Support for [TOML 0.1](https://github.com/toml-lang/toml/tree/v0.1.0) spec.