Releases: python-poetry/tomlkit
Releases · python-poetry/tomlkit
0.5.11
29 Feb 17:22
Compare
Sorry, something went wrong.
No results found
Fixed
Fix containers and our of order tables dictionary behavior (#82 ).
0.5.9
28 Feb 16:07
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed the behavior for out of order tables (#68 ).
Fixed parsing errors when single quotes are present in a table name (#71 ).
Fixed parsing errors when parsing some table names (#76 ).
0.5.8
11 Oct 14:35
Compare
Sorry, something went wrong.
No results found
Added
Added support for producing multiline arrays
0.5.7
04 Oct 13:06
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed handling of inline tables.
0.5.6
04 Oct 11:37
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed boolean comparison.
Fixed appending inline tables to tables.
0.5.5
01 Jul 20:41
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed display of inline tables after element deletion.
0.5.4
30 Jun 14:40
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed the handling of inline tables.
Fixed date, datetime and time handling on Python 3.8.
Fixed behavior for sub table declaration with intermediate tables.
Fixed behavior of setdefault() on containers (Thanks to @AndyKluger ).
Fixed tables string representation.
0.5.3
19 Nov 20:06
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed copy of TOML documents.
Fixed behavior on PyPy3.
0.5.2
09 Nov 17:09
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed table header missing when replacing a super table's sub table with a single item.
Fixed comments being displayed in inline tables.
Fixed string with non-scalar unicode code points not raising an error.
0.5.1
08 Nov 21:52
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed deletion and replacement of sub tables declared after other tables.