- Update to version 0.11.1
* Keep consistent line endings when changing files. (#201)
* Make KeyAlreadyPresent and InvalidStringError subclasses of
ParseError. (#202)
* Remove empty table from OutOfOrderTableProxy when deleting
items. (#204)
* Raise errors when trying to access unsupported methods on
OutOfOrderTableProxy. (#205)
* Fix unwrap() for String values to remove the quotes. (#199)
- Release 0.11.0
* Add unwrap method to recursive convert to plain old python
objects by @syntapy in #187
* Remove the is_tomlkit check by @frostming in #195
- Release 0.10.2
* Use the plain python string representation of Key in
KeyAlreadyPresent error message. (#185)
* Fix the astimezone() and replace() methods of datetime objects.
(#188)
* Add type definitions for items() function. (#190)
- Release 0.10.1
* Preserve the newlines before super tables when rendering.
(#178)
* Fix the bug that comments are appended with comma when
rendering a multiline array. (#181)
- Release 0.10.0
* Fix the only child detection when creating tables. (#175)
* Include the docs/ directory and CHANGELOG.md in sdist tarball.
(#176)
* Add keyword arguments to string API to allow selecting the
representation type. (#177)
OBS-URL: https://build.opensuse.org/request/show/989017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=17
* Fixed display of inline tables after element deletion.
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=4