TOML Fortran 0.5.0 released#
Support for TOML 1.1.0 is here! With this release TOML Fortran introduces full support for the new TOML release, which adds support for newlines and trailing commas to inline tables, new escape sequences, and extends the datetime format with making seconds optional.
The documentation of TOML Fortran was improved with adding installation instructions for Debian and AUR, which started to package TOML Fortran. Furthermore, the examples now include cases for handling defaults and absence of tables and arrays.
Full changelog#
Full commit history available at v0.4.3…v0.5.0. For release artifacts, like source distributions, checkout v0.5.0.
New features#
Add e escape sequence (toml-f#171)
Add x escape sequence (toml-f#170)
Support newlines and trailing comma in inline tables (toml-f#99)
Support optional seconds in datetime and add edge case tests (toml-f#175)
Documentation#
Add handling of default arguments to table documentation (toml-f#173)
Update documentation (toml-f#168,
Add Debian installation documentation (toml-f#176)
Document TOML Fortran availability in Arch Linux AUR (toml-f#180)
Bugfixes#
Fix datetime out of bounds access in (toml-f#172,