1. 1c257fd fix: Test failures with Python 3.13.0a4: test_dates_behave_like_dates and test_times_behave_like_times (#349) by Frost Ming · 10 days ago main
  2. ef431ff chore: release 0.12.5 by Frost Ming · 2 weeks ago
  3. 6cf040c fix: Construction of OutOfOrderTableProxy can cause newlines to be inserted (#347) by Frost Ming · 2 weeks ago
  4. a7c81ca fix: redundant minus sign added to negative integers when multiplie by -1 by Frost Ming · 2 weeks ago
  5. d98b771 chore: switch to ruff lint and format by Frost Ming · 2 weeks ago
  6. c31049c fix: don't add sign if the float is negative (#345) by Frost Ming · 2 weeks ago
  7. ede0e63 chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (#344) by dependabot[bot] · 2 weeks ago
  8. 701fa60 fix: CI workflow for macos (#342) by Frost Ming · 3 weeks ago
  9. 55627fb fix: linter errors caused by black by Frost Ming · 3 weeks ago
  10. e504f15 chore(deps-dev): bump idna from 3.4 to 3.7 (#339) by dependabot[bot] · 3 weeks ago
  11. 00d7e58 [pre-commit.ci] pre-commit autoupdate (#337) by pre-commit-ci[bot] · 3 weeks ago
  12. c3197a1 chore: release 0.12.4 by Frost Ming · 3 months ago
  13. 3c58125 fix: -1 index error when setting dotted keyFixes #332Signed-off-by: Frost Ming <me@frostming.com> by Frost Ming · 3 months ago
  14. 8028ca7 fix: `|=` does not work as expected on TOMLDocumentFixes #331Signed-off-by: Frost Ming <me@frostming.com> by Frost Ming · 3 months ago
  15. c8040bd chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#329) by dependabot[bot] · 4 months ago
  16. e39dbdb fix: indent exist check before accessing its property (#328) by pinal005 · 5 months ago
  17. 4aa9fca chore: bump version to 0.12.3 by Frost Ming · 6 months ago
  18. bd72a0d fix: Significant slowdown on nested tables depending on syntax (#324) by Frost Ming · 6 months ago
  19. c7cb3b1 fix: Newline lost when updating a table (#323) by Frost Ming · 7 months ago
  20. 693b24b chore(deps-dev): bump urllib3 from 1.26.17 to 1.26.18 (#320) by dependabot[bot] · 7 months ago
  21. 14d742e chore: remove pycln for incompatible by Frost Ming · 7 months ago
  22. 48a5007 chore: aupdate pre-commit hooks by Frost Ming · 7 months ago
  23. 495ea2b chore: bump version to 0.12.2 by Frost Ming · 7 months ago
  24. d17383c Retag 0.12.2 by Frost Ming · 7 months ago
  25. ab9bd18 chore(deps-dev): bump urllib3 from 1.26.14 to 1.26.17 (#314) by dependabot[bot] · 8 months ago
  26. 7c95c95 [DOC] Add some docstrings (#316) by Takumasa N · 8 months ago
  27. 5aadf2a fix: error when overwriting a sub table by Frost Ming · 8 months ago
  28. d2605ec Update CHANGELOG.md by Frost Ming · 8 months ago
  29. 293f5bd fix: Fix division for integers (#312) by Aiden Nibali · 8 months ago
  30. a0eaf71 fix: Make float and int hashable by Frost Ming · 10 months ago
  31. a1497f3 chore: update release action by Frost Ming · 10 months ago
  32. 1c79c77 chore: release 0.12.0 by Frost Ming · 10 months ago
  33. 92274ad fix: full methods of integer and float (#307) by Frost Ming · 10 months ago
  34. 407cfc0 perf: only iter on found escape sequences (#304) by Jairo Llopis · 10 months ago
  35. deee128 chore(deps-dev): bump pygments from 2.14.0 to 2.15.0 (#302) by dependabot[bot] · 10 months ago
  36. 7bb9940 chore(deps-dev): bump certifi from 2022.12.7 to 2023.7.22 (#303) by dependabot[bot] · 10 months ago
  37. 629d3c4 README: Link to readthedocs for the documentation (#300) by Frank Lichtenheld · 10 months ago
  38. a17ce38 feat: allow users to register custom encoders (#296) by Frost Ming · 11 months ago
  39. 3640491 chore(deps): bump requests from 2.27.1 to 2.31.0 (#292) by dependabot[bot] · 1 year ago
  40. a95c29a fix: unexpectedly sort the keys when building a table by Frost Ming · 1 year ago
  41. 88a7e69 Release 0.11.8 (#285) by Frost Ming · 1 year, 1 month ago
  42. 314a97b fix(#283): Wrong result stringifying subtables and nested arrays of tables, in arrays of tables by Frost Ming · 1 year, 1 month ago
  43. a5a3d27 fix(#262): ignore the CRLF immediately following a multiple basic string opening by Frost Ming · 1 year, 1 month ago
  44. e6244ed fix(#256): remove the extra indentation added when parsing Close #2576 by Frost Ming · 1 year, 1 month ago
  45. 15f0353 fix: Build table with dotted key correctly (#284) by Frost Ming · 1 year, 1 month ago
  46. 9832e3a Add types to the `append()` methods of the `Table` and `InlineTable` classes (#282) by João Palmeiro · 1 year, 1 month ago
  47. 31e0bcf Release 0.11.7 (#278) by Frost Ming · 1 year, 2 months ago
  48. 0f1d707 fix: the return type is wrong for int +/- float (#277) by Frost Ming · 1 year, 2 months ago
  49. 9ad65c3 fix: error occurs when trying to get str(array) by Frost Ming · 1 year, 2 months ago
  50. b808ae0 Missing type argument on `IO` (#272) by Avasam · 1 year, 3 months ago
  51. ca28603 fix: parse datetime followed by a space (#268) by Frost Ming · 1 year, 4 months ago
  52. b881aca fix: delete inline table element does not leave trailing sep (#267) by Frost Ming · 1 year, 4 months ago
  53. b24d9f7 fix: unwrap() for container children values (#266) by Frost Ming · 1 year, 4 months ago
  54. 0a4ae74 fix: parse empty quoted table name (#265) by Frost Ming · 1 year, 4 months ago
  55. b6295c0 Bump certifi from 2021.10.8 to 2022.12.7 (#253) by dependabot[bot] · 1 year, 6 months ago
  56. 32b1724 Cleanup CI for Python 3.11 support (#248) by Bartosz Sokorski · 1 year, 6 months ago
  57. ca35c00 feat: Drop Python 3.6 (#252) by Bartosz Sokorski · 1 year, 6 months ago
  58. b621b99 Configure Read The Docs (#251) by Sviatoslav Sydorenko · 1 year, 7 months ago
  59. a53e18a fix: array getitem now returns tomlkit.Item directly Close #249 by Frost Ming · 1 year, 7 months ago
  60. 22037a4 release v0.11.6 (#247) by Frost Ming · 1 year, 7 months ago
  61. 691d5b2 Set Python to >=3.6 Instead of ^3.6. Fix #244 by Frost Ming · 1 year, 7 months ago
  62. 0a687c0 fix: escape backslashes in basic strings Resolve #245 by Frost Ming · 1 year, 7 months ago
  63. 24d2636 fix: auto-determine if a table is a super table if not specified explicitly (#246) by Frost Ming · 1 year, 7 months ago
  64. 545200a fix: allow broader type for toml file path value (#243) by Oleg Höfling · 1 year, 7 months ago
  65. 81e0249 Release 0.11.5 (#242) by Frost Ming · 1 year, 8 months ago
  66. 634584f fix: workflow syntax (#241) by Frost Ming · 1 year, 8 months ago
  67. 078e90b Add Python 3.11 release candidate 2 to the testing (#239) by Christian Clauss · 1 year, 8 months ago
  68. 4eefdca fix: Clear the existing table header (#234) by Frost Ming · 1 year, 8 months ago
  69. d453bab fix: adding table to inline table by Frost Ming · 1 year, 8 months ago
  70. 326ee85 fix: rendering table in nested arrays (#236) by Frost Ming · 1 year, 8 months ago
  71. 072eee1 fix: fix a bug that escape chars are lost after concat with another string (#235) by Frost Ming · 1 year, 8 months ago
  72. 8bdae8b fix: type annotation of unwrap() and datetime parsing (#229) by Joongi Kim · 1 year, 9 months ago
  73. 1333b44 Release 0.11.4 (#228) by Frost Ming · 1 year, 9 months ago
  74. e4bcd73 Fix memleak by dropping lru cache (#227) by Bartosz Sokorski · 1 year, 10 months ago
  75. 28f57d2 chore: prepare for release 0.11.3 (#224) by Frost Ming · 1 year, 10 months ago
  76. d6bf411 fix: fix a regression of adding comment only line to an array Fix #223 by Frost Ming · 1 year, 10 months ago
  77. 5910e3d fix: items.Array __init__ didn't ignore Null that _group_values (#221) by laixintao · 1 year, 10 months ago
  78. d65a45c Prepare for release 0.11.2 (#220) by Frost Ming · 1 year, 10 months ago
  79. 3c0b03c fix: don't add header when removing items from a supertable (#219) by Frost Ming · 1 year, 10 months ago
  80. 8db45a8 fix: multiline array format broken when deleting the last item (#218) by Frost Ming · 1 year, 10 months ago
  81. 0ab4ecd fix: change items.py to add float and int (#215) by SamirAk · 1 year, 10 months ago
  82. 9f89ef1 chore: Multiple code quality improvements (#212) by Bartosz Sokorski · 1 year, 10 months ago
  83. d0e5c98 Absolute URL for documentation in README (#210) by Álvaro Mondéjar · 1 year, 11 months ago
  84. 3ab5470 Release 0.11.1 (#209) by Frost Ming · 1 year, 11 months ago
  85. 3920560 Keep consistent line endings when changing files and use os.linesep as default for new files (#201) by Randy Döring · 1 year, 11 months ago
  86. f043e53 fix: reraise KeyAlreadyPresent as ParseError (#208) by Frost Ming · 1 year, 11 months ago
  87. 4e94716 fix: remove empty tables from out-of-order table proxy (#206) by Frost Ming · 1 year, 11 months ago
  88. 81d8afb refactor: Fix typo in function name (#203) by Stijn de Gooijer · 1 year, 11 months ago
  89. e9ee703 Remove the quotes in string.unwrap() Fix #199 by Frost Ming · 2 years ago
  90. 592bcbb ci: improve integration workflow (#197) by Arun Babu Neelicattu · 2 years ago
  91. 89702e9 Bump version to 0.11.0 (#194) by syntapy · 2 years ago
  92. 5ab9b9a Merge pull request #195 from sdispater:remove-is-tomlkit by Frost Ming · 2 years ago
  93. 93897ac Add unwrap method to recursive convert to plain old python objects (#187) by syntapy · 2 years ago
  94. c05649c Merge pull request #191 from sdispater/release/0.10.2 by Frost Ming · 2 years, 1 month ago
  95. c30fb73 Fix the error message of KeyAlreadyPresent Close #185 by Frost Ming · 2 years, 1 month ago
  96. 9aaf773 Add type definitions for item() (#190) by Frost Ming · 2 years, 1 month ago
  97. 04184c7 fix the astimezone the replace methods (#189) by Frost Ming · 2 years, 1 month ago
  98. b5ce680 update pre-commit hooks by Frost Ming · 2 years, 2 months ago
  99. 6ac1810 Merge pull request #186 from kianmeng/fix-typos by Frost Ming · 2 years, 2 months ago
  100. 28930df Preserve the indent when rendering multiline array by Frost Ming · 2 years, 2 months ago