Skip to content

Releases: python-poetry/tomlkit

0.12.4

27 Feb 04:05
911cccd
Compare
Choose a tag to compare

What's Changed

  • indent exist check before accessing its property by @pinal005 in #328
  • chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #329
  • fix: |= does not work as expected on TOMLDocument by @frostming in #334
  • fix: -1 index error when setting dotted key by @frostming in #335

New Contributors

Full Changelog: 0.12.3...0.12.4

0.12.3

15 Nov 00:39
a678c2f
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #320
  • fix: Newline lost when updating a table by @frostming in #323
  • fix: Significant slowdown on nested tables depending on syntax by @frostming in #324

Full Changelog: 0.12.2...0.12.3

0.12.2

02 Nov 14:09
b83b7db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.1...0.12.2

0.12.1

27 Jul 14:50
7ed7d3a
Compare
Choose a tag to compare

Full Changelog: 0.12.0...0.12.1

0.12.0

27 Jul 07:49
653a375
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.8...0.12.0

0.11.8

27 Apr 10:39
a63be71
Compare
Choose a tag to compare

Fixed

  • Remove the extra indentations added when parsing nested sub-tables. (#256)
  • Ignore the CRLF immediately following a multiple basic string opening. (#262)
  • Stringifying subtables and nested tables in arrays of tables. (#283)
  • Messed table structure when building a table with dotted keys. (#284)

0.11.7

27 Mar 07:39
3f48f7e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.6...0.11.7

0.11.6

27 Oct 08:21
4bf5edd
Compare
Choose a tag to compare

Fixed

  • Allow broader type for toml file path value (#243)
  • Auto-determine if a table is a super table if not specified explicitly. (#245)

0.11.5

28 Sep 01:52
86b61f2
Compare
Choose a tag to compare

Fixed

  • Fix the type annotation of unwrap() and datetime parsing. (#229)
  • Clear the existing table header when it is adding to another table. (#230)
  • Fix a bug that escape chars are lost after concat with another string. (#235)
  • Fix a rendering issue of tables inside arrays or inline tables. (#236)

0.11.4

13 Aug 04:07
6720e24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.3...0.11.4