toml 0.3.0 copy "toml: ^0.3.0" to clipboard
toml: ^0.3.0 copied to clipboard

outdatedDart 1 only

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 and toml.server libraries are now deprecated and will be removed in the next release. Use the new toml.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.
25
likes
0
pub points
92%
popularity

Publisher

unverified uploader

Parser and encoder for TOML v0.4.0 (Tom's Obvious, Minimal Language) configuration files.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_config, path, petitparser, quiver

More

Packages that depend on toml