Changed
Fixed
- Support copy protocols for table items. (#65)
- Escape characters in double quoted key string. (#136)
- Fix the invalid dumping output of multiline array when it is empty. (#139)
- Fix a bug that tomlkit accepts an invalid table with missing
=. (#141) - Fix the invalid dumping output when the key is empty. (#143)
- Fix incorrect string returned by dumps when moving/renaming table. (#144)
- Fix inconsistent dumps when replacing existing item with nested table. (#145)
- Fix invalid dumps output when appending to a multiline array. (#146)
- Fix the
KeyAlreadyPresentwhen the table is separated into multiple parts. (#148) - Preserve the line endings in
TOMLFile. (#149)