toml 0.2.0 toml: ^0.2.0 copied to clipboard
Parser and encoder for TOML v0.4.0 (Tom's Obvious, Minimal Language) configuration files.
Changelog #
0.2.0 / 2015-02-12 #
- Updated to v0.4.0 of the TOML spec.
- Added bare/quoted keys.
- Added inline table syntax.
- Allowed underscores in numbers.
- Removed forward slash as an escapable character.
0.1.1 / 2015-01-26 #
- Fixed links and markdown.
0.1.0 / 2015-01-23 #
- Initial version, implements v0.3.1 of the TOML spec.