Releases: python-poetry/tomlkit
Releases · python-poetry/tomlkit
0.11.7
What's Changed
- Configure Read The Docs by @webknjaz in #251
- Drop Python 3.6 by @Secrus in #252
- Cleanup CI for Python 3.11 support by @Secrus in #248
- Bump certifi from 2021.10.8 to 2022.12.7 by @dependabot in #253
- fix: parse empty quoted table name by @frostming in #265
- fix: unwrap() for container children values by @frostming in #266
- fix: delete inline table element does not leave trailing sep by @frostming in #267
- fix: parse datetime followed by a space by @frostming in #268
- Missing type argument on
IO
by @Avasam in #272 - fix: the return type is wrong for int +/- float by @frostming in #277
New Contributors
- @webknjaz made their first contribution in #251
- @dependabot made their first contribution in #253
- @Avasam made their first contribution in #272
Full Changelog: 0.11.6...0.11.7
0.11.6
0.11.5
0.11.4
What's Changed
- Fix memleak by dropping lru cache by @Secrus in #227
- Release 0.11.4 by @frostming in #228
Full Changelog: 0.11.3...0.11.4
0.11.3
What's Changed
- bugfix: items.Array init didn't ignore Null that _group_values added. by @laixintao in #221
- chore: prepare for release 0.11.3 by @frostming in #224
New Contributors
- @laixintao made their first contribution in #221
Full Changelog: 0.11.2...0.11.3
0.11.2
What's Changed
- Absolute URL for documentation in README by @mondeja in #210
- Multiple code quality improvements by @Secrus in #212
- change items.py to add float and int by @SamirPS in #215
- fix: multiline array format broken when adding or deleting items by @frostming in #218
- fix: don't add header when removing items from a supertable by @frostming in #219
New Contributors
- @mondeja made their first contribution in #210
- @Secrus made their first contribution in #212
- @SamirPS made their first contribution in #215
Full Changelog: 0.11.1...0.11.2
0.11.1
Changed
- Keep consistent line endings when changing files. (#201)
- Make
KeyAlreadyPresent
andInvalidStringError
subclasses ofParseError
. (#202) - Remove empty table from
OutOfOrderTableProxy
when deleting items. (#204) - Raise errors when trying to access unsupported methods on
OutOfOrderTableProxy
. (#205)
Fixed
- Fix
unwrap()
for String values to remove the quotes. (#199)
0.11.0
What's Changed
- Add unwrap method to recursive convert to plain old python objects by @syntapy in #187
- Remove the is_tomlkit check by @frostming in #195
- Bump version to 0.11.0 by @syntapy in #194
New Contributors
Full Changelog: 0.10.2...0.11.0