Releases: python-poetry/tomlkit
Releases · python-poetry/tomlkit
0.5.1
0.5.0
Changed
- Improved distinction between date(time)s and numbers.
Fixed
- Fixed comma handling when parsing arrays. (Thanks to @njalerikson)
- Fixed comma handling when parsing inline tables. (Thanks to @njalerikson)
- Fixed a
KeyAlreadyPresenterror when declaring a sub table after other tables.
0.4.6
0.4.5
0.4.4
0.4.2
0.4.1
0.4.0
Added
dumps()now also accepts a raw dictionary.
Changed
add()/append()/remove()now return the currentContainer/Tableto provide a fluent interface.- Most items not behave like their native counterparts.
Fixed
- Fixed potential new lines inside an inline table.
0.3.0
Changed
- Make new dicts automatically sorted when dumped.
- Improved new elements placement when building.
- Automatically convert lists of dicts to arrays of tables.
- No longer add a new line before standalone tables.
- Make arrays behave (mostly) like lists.
Fixed
- Fixed string parsing when before last char is a backslash character.
- Fixed handling of array of tables after sub tables.
- Fixed table display order.
- Fixed handling of super tables with different sections.
- Fixed raw strings escaping.