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