1. 719f412 chore: release 0.15..1 (#564) by Frost Ming · 4 days ago main
  2. 4c55f56 Float is not a sequence (#563) by David Hotham · 4 days ago
  3. 2cff8e0 Fix top-level scalar captured by a table rendered from a dotted key (#550) by Vineeth Sai · 4 days ago
  4. db804f3 reject a comment containing line breaks in Item.comment and add_line (#544) by netliomax25-code · 7 days ago
  5. 0ee51e5 fix: preserve leading newline of multiline string built with string() (#551) by Sanjay Santhanam · 7 days ago
  6. b63f7c7 Fix array of tables replacing a dotted key swallowing the next sibling (#542) (#549) by Zain Dana Harper · 7 days ago
  7. 18bf515 fix: avoid duplicate table header when adding a key to an out-of-order table (#545) by Sarath Francis · 7 days ago
  8. c881ebc Update CHANGELOG.md to reflect recent fixes and enhancements by Frost Ming · 7 days ago
  9. 9d39d47 reject overlong decimal integer instead of coercing to inf (#538) by netliomax25-code · 7 days ago
  10. 01374ea Represent out-of-order table proxies with merged values (#536) by Vincent Gao · 7 days ago
  11. 0ce8250 [pre-commit.ci] pre-commit autoupdate (#561) by pre-commit-ci[bot] · 7 days ago
  12. 452863d Preserve table display names on self assignment (#537) by Vincent Gao · 7 days ago
  13. 5ac6ea8 Preserve whitespace when replacing super tables (#534) by Vincent Gao · 7 days ago
  14. f0ee152 chore(deps-dev): bump soupsieve from 2.4.1 to 2.8.4 (#559) by dependabot[bot] · 7 days ago
  15. f704983 chore(deps): bump soupsieve from 2.5 to 2.8.4 in /docs (#560) by dependabot[bot] · 7 days ago
  16. 232934f [pre-commit.ci] pre-commit autoupdate (#548) by pre-commit-ci[bot] · 10 days ago
  17. 92673df fix: keep newline after dotted inline table (#533) by Vincent Gao · 4 weeks ago
  18. 0ef63dd fix: reject out-of-order concrete+super table redefinitions at parse time (#530) by Vincent Gao · 4 weeks ago
  19. 8f11179 Raise on malformed array element instead of dropping it by Frost Ming · 4 weeks ago
  20. c773396 raise on malformed array element instead of dropping it (#527) by netliomax25-code · 4 weeks ago
  21. 781ec94 fix: reject tables inside inline tables (#532) by Vincent Gao · 4 weeks ago
  22. 8fd5e3d Fix duplicated prefix and captured sibling when replacing a dotted key with a table (#526) by Labib Bin Salam · 4 weeks ago
  23. 516f466 Render inline tables in O(n) instead of O(n^2) (#525) by Thomas Foutrein · 4 weeks ago
  24. c1782d1 Fix ParseError when a sub-table extends an array of tables out of order (#498) by Sarath Francis · 4 weeks ago
  25. 7483bcf [pre-commit.ci] pre-commit autoupdate (#541) by pre-commit-ci[bot] · 4 weeks ago
  26. 3d917f3 reject array-of-tables header missing its second closing bracket (#519) by netliomax25-code · 4 weeks ago
  27. 23f2c65 Bulk-scan multiline string bodies (#518) by Thomas Foutrein · 4 weeks ago
  28. ed987be Merge AoT fragments when building an out-of-order table proxy (#507) by Vincent Gao · 5 weeks ago
  29. 96a5c45 Speed up unwrap() by resolving keys from the key map, not items() (#521) by Thomas Foutrein · 5 weeks ago
  30. 4a3fa37 [pre-commit.ci] pre-commit autoupdate (#522) by pre-commit-ci[bot] · 5 weeks ago
  31. 8f5c6dd Return a single key from key() for a single-element list (#520) by tienvantranspk-tech · 5 weeks ago
  32. 35f5ddb Validate out-of-order tables incrementally while parsing (#509) by Vincent Gao · 5 weeks ago
  33. 703c394 Skip the value attempt when an array closes right after a value (#517) by Thomas Foutrein · 5 weeks ago
  34. 333467c reject a table redefined after its parent table header (#516) by netliomax25-code · 5 weeks ago
  35. 67993f0 Place inline-table separator after the value, not the comment (#514) by Vincent Gao · 5 weeks ago
  36. 87860f3 Add a native OutOfOrderTableProxy.__contains__ (#515) by Thomas Foutrein · 5 weeks ago
  37. 39da7f9 Prefix every line of a multiline comment with # (#511) by Vincent Gao · 5 weeks ago
  38. a9c81c6 Add pull request template for consistent contributions by Frost Ming · 5 weeks ago
  39. d1cc299 Limit parser nesting depth instead of crashing with RecursionError (#510) by Vincent Gao · 5 weeks ago
  40. 19d0bcb Render self-dumping wrappers via as_string in dumps() (#508) by Vincent Gao · 5 weeks ago
  41. ff2db02 Move a value replacing a table out of the table region (#506) by Vincent Gao · 5 weeks ago
  42. 20524bb Merge super tables in place instead of deep-copying on every merge (#503) by Thomas Foutrein · 5 weeks ago
  43. 278ad59 Compare StringType members by identity instead of building a set (#502) by Thomas Foutrein · 6 weeks ago
  44. b7e5515 Fix corrupt output when adding to a dotted key inside an inline table (#500) by Vincent Gao · 6 weeks ago
  45. 237ab79 Remove the internal TOMLChar wrapper (#492) by Thomas Foutrein · 6 weeks ago
  46. b758956 Bulk-scan single-line string bodies (#491) by Thomas Foutrein · 6 weeks ago
  47. 128a470 reject non-hex digits in \u and \U escapes (#501) by netliomax25-code · 6 weeks ago
  48. 8beaac8 reject tab characters in bare keys (#497) by netliomax25-code · 6 weeks ago
  49. d0f9cdd Fix doubled comma when inserting into a comma-first array (#499) by Vincent Gao · 6 weeks ago
  50. 4c09edf Scan character runs in bulk while parsing (#490) by Thomas Foutrein · 6 weeks ago
  51. 9ac248a [pre-commit.ci] pre-commit autoupdate (#496) by pre-commit-ci[bot] · 6 weeks ago
  52. 73788a8 reject surrogate code points in \U unicode escapes (#493) by netliomax25-code · 6 weeks ago
  53. 4dabd63 Make Source index-based instead of materializing a char list (#489) by Thomas Foutrein · 6 weeks ago
  54. e64bbe4 Add native __contains__ to Container, Table and InlineTable (#487) by Thomas Foutrein · 7 weeks ago
  55. 7519857 Fix duplicated comma when removing a middle inline table element (#486) by Sarath Francis · 7 weeks ago
  56. 2739f9c [pre-commit.ci] pre-commit autoupdate (#484) by pre-commit-ci[bot] · 7 weeks ago
  57. 88724ec [pre-commit.ci] pre-commit autoupdate (#478) by pre-commit-ci[bot] · 7 weeks ago
  58. bb94650 chore(deps): bump urllib3 from 2.5.0 to 2.7.0 in /docs (#475) by dependabot[bot] · 7 weeks ago
  59. d068eb1 chore(deps-dev): bump idna from 3.7 to 3.15 (#480) by dependabot[bot] · 7 weeks ago
  60. 1deb415 chore(deps): bump idna from 3.7 to 3.15 in /docs (#481) by dependabot[bot] · 7 weeks ago
  61. eba6671 Fix inline table separator after append (#477) by Chengyou Liu · 8 weeks ago
  62. a1410ee chore: bump version to 0.15.0 and update changelog for release (#473) by Frost Ming · 2 months ago
  63. a58f645 [pre-commit.ci] pre-commit autoupdate (#472) by pre-commit-ci[bot] · 3 months ago
  64. b0f8e7c fix: fix a parser hang (#470) by David Hotham · 3 months ago
  65. f992d7c [pre-commit.ci] pre-commit autoupdate (#469) by pre-commit-ci[bot] · 3 months ago
  66. 60b3d41 Honor sort_keys for parsed TOML documents (#471) by ShipItAndPray · 3 months ago
  67. 3922277 Type annotations (#460) by David Hotham · 4 months ago
  68. be6ae52 [pre-commit.ci] pre-commit autoupdate (#461) by pre-commit-ci[bot] · 4 months ago
  69. 071fd14 chore(deps): bump requests from 2.32.4 to 2.33.0 in /docs (#462) by dependabot[bot] · 4 months ago
  70. 1f87b8a chore(deps-dev): bump pygments from 2.17.2 to 2.20.0 (#463) by dependabot[bot] · 4 months ago
  71. c420b00 chore(deps): bump pygments from 2.18.0 to 2.20.0 in /docs (#464) by dependabot[bot] · 4 months ago
  72. 939541a [pre-commit.ci] pre-commit autoupdate (#458) by pre-commit-ci[bot] · 4 months ago
  73. 9bfc89d docs: update compliance version to 1.1.0 and installation instructions in README.md by Frost Ming · 5 months ago
  74. 6303b47 chore(deps-dev): bump virtualenv from 20.26.6 to 20.36.1 (#454) by dependabot[bot] · 5 months ago
  75. 992494a [pre-commit.ci] pre-commit autoupdate (#455) by pre-commit-ci[bot] · 5 months ago
  76. 4159098 feat(spec): update to toml spec v1.1 (#456) by Frost Ming · 5 months ago
  77. c6223a2 chore(deps-dev): bump setuptools from 70.0.0 to 78.1.1 (#453) by dependabot[bot] · 6 months ago
  78. 1819145 chore: bump version to 0.14.0 in pyproject.toml and __init__.py by Frost Ming · 6 months ago
  79. 4199481 chore(deps-dev): bump urllib3 from 2.2.2 to 2.6.3 (#452) by dependabot[bot] · 6 months ago
  80. 1b490e4 chore: update pre-commit hooks and refactor imports for consistency by Frost Ming · 6 months ago
  81. 67ed358 chore: update Python version and GitHub Actions to use latest versions (#451) by Frost Ming · 6 months ago
  82. 0c65785 feat: add String.type property to retrieve the string type by Frost Ming · 9 months ago
  83. 5fea0fe [pre-commit.ci] pre-commit autoupdate (#444) by pre-commit-ci[bot] · 9 months ago
  84. 21287f1 [pre-commit.ci] pre-commit autoupdate (#438) by pre-commit-ci[bot] · 9 months ago
  85. 453752b fix: update boolean function to handle both string and boolean inputs correctly by Frost Ming · 9 months ago
  86. da95312 feat: enhance custom encoders to accept _parent and _sort_keys parameters (#436) by Frost Ming · 1 year ago
  87. d81c1ef [pre-commit.ci] pre-commit autoupdate (#434) by pre-commit-ci[bot] · 1 year ago
  88. cc148ea fix: Add DottedKey to a super table gives wrong output (#431) (#435) by Marnix · 1 year ago
  89. 717757d chore(deps): bump requests from 2.32.3 to 2.32.4 in /docs (#432) by dependabot[bot] · 1 year, 1 month ago
  90. 983ffe5 chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs (#433) by dependabot[bot] · 1 year, 1 month ago
  91. 2374f9e [pre-commit.ci] pre-commit autoupdate (#424) by pre-commit-ci[bot] · 1 year, 1 month ago
  92. 40b8f08 chore(deps): bump urllib3 from 2.2.2 to 2.5.0 in /docs (#428) by dependabot[bot] · 1 year, 1 month ago
  93. 3c0e509 chore(deps-dev): bump requests from 2.32.2 to 2.32.4 (#426) by dependabot[bot] · 1 year, 1 month ago
  94. ade3bee chore: update version to 0.13.3 (#423) by Frost Ming · 1 year, 1 month ago
  95. 90b538b fix: Missing newline at end of file with multiple array of tables can corrupt during dumping (#422) by Frost Ming · 1 year, 1 month ago
  96. 8aa11ab fix: add newline indentation after existing items in Container class (#421) by Frost Ming · 1 year, 1 month ago
  97. 3d0897b fix: ensure unique table indices when adding items to out-of-order tables (#420) by Frost Ming · 1 year, 1 month ago
  98. 9717ce0 chore(deps-dev): bump jinja2 from 3.1.5 to 3.1.6 (#418) by dependabot[bot] · 1 year, 1 month ago
  99. a71372f fix: Dumping a subelement of a parsed toml fails starting on 4rd level of nesting (#419) by Frost Ming · 1 year, 1 month ago
  100. c721852 fix: Invalid serialization when overwriting out-of-order table key (#417) by Frost Ming · 1 year, 1 month ago