toml 0.3.0 toml: ^0.3.0 copied to clipboard
Parser and encoder for TOML v0.4.0 (Tom's Obvious, Minimal Language) configuration files.
Changelog #
0.3.0 / 2015-04-08 #
- Introduced new
toml.loader
library. - The
toml.browser
andtoml.server
libraries are now deprecated and will be removed in the next release. Use the newtoml.loader
library instead.
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.