Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 845 Bytes

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 845 Bytes

TOML Changelog

0.4.0 / 2015-02-12

  • Add Inline Table syntax.
  • Allow underscores in numbers.
  • Remove forward slash as an escapable character.
  • Unicode escapes must be scalar values.
  • Newline is now defined as LF or CRLF.

0.3.1 / 2014-11-11

  • Fix incorrect datetime examples.

0.3.0 / 2014-11-10

  • Add scientific notation for floats.
  • Allow optional + prefix on integers.
  • Switch to RFC 3339 for datetimes (allowing offsets and fractional seconds).
  • Add multiline and literal strings.
  • Clarify what characters valid keys can contain.

0.2.0 / 2013-09-24

  • Use "table" instead of "key group" terminology.
  • Add the ability to define nestable arrays of tables.

0.1.0 / 2013-03-17

  • From Twitter rage to reality; TOML is now a thing.
  • First proper release.
  • TOML adheres to the SemVer standard for version numbers.