Overview

Request 957578 accepted

- Update to version 1.0.0
* Removed support for Python 3.6
* Positional arguments of dump and dumps can no longer be passed by keyword.
* Revised logic for when the "Array of Tables" syntax will be used.
AoT syntax is used when at least one of the tables needs multiple
lines, or a single line wider than 100 chars, when rendered inline.
* A nested structure no longer alone triggers the AoT syntax.
- Update to version 0.4.0
* Added support for formatting Python tuples as TOML arrays.
* Fixed formatting of decimal.Decimal("inf"),
decimal.Decimal("-inf") and decimal.Decimal("nan").
* A list of dicts is now rendered using the "Array of Tables"
syntax if at least one of the tables is a nested structure,
or at least one of the tables would need a line wider than 100
chars when rendered inline.

Request History
Ferdinand Thiessen's avatar

susnux created request

- Update to version 1.0.0
* Removed support for Python 3.6
* Positional arguments of dump and dumps can no longer be passed by keyword.
* Revised logic for when the "Array of Tables" syntax will be used.
AoT syntax is used when at least one of the tables needs multiple
lines, or a single line wider than 100 chars, when rendered inline.
* A nested structure no longer alone triggers the AoT syntax.
- Update to version 0.4.0
* Added support for formatting Python tuples as TOML arrays.
* Fixed formatting of decimal.Decimal("inf"),
decimal.Decimal("-inf") and decimal.Decimal("nan").
* A list of dicts is now rendered using the "Array of Tables"
syntax if at least one of the tables is a nested structure,
or at least one of the tables would need a line wider than 100
chars when rendered inline.


Matej Cepl's avatar

mcepl accepted request

openSUSE Build Service is sponsored by