Skip to content

1.0.5 release

Latest
Compare
Choose a tag to compare
@dmbaturin dmbaturin released this 15 Apr 15:23

Bug fixes

  • Carriage return characters now work correctly in multi-line strings,
    so files produced on Windows with CRLF newlines are parsed correctly
    (report by Bohdan Kolesnikov)
  • Files that consists of a single comment without a newline are handled correctly now.
  • Correct use of custom inequality functions in the example from the README (patch by Yawar Amin)

Known issues

Latest version of the TOML test suite found that the parser allows certain kinds of attempts to extend already defined tables that the standard prohibits. This issue has no effect on valid inputs and will be addressed in future releases because it requires a more extensive rework of the duplicate key checking code.