Skip to content

Support percentage rendering#304

Merged
dilshod merged 2 commits intodilshod:masterfrom
sgrimm:percentage
Dec 11, 2025
Merged

Support percentage rendering#304
dilshod merged 2 commits intodilshod:masterfrom
sgrimm:percentage

Conversation

@sgrimm
Copy link
Copy Markdown
Contributor

@sgrimm sgrimm commented Dec 10, 2025

Format strings for whole and two-decimal-place percentages are included in the list of valid format strings, but they resolved to a percentage format type which didn't have any rendering logic.

Fixes #81

Format strings for whole and two-decimal-place percentages
were included in the list of valid format strings, but they
resolved to a `percentage` format type which didn't have any
rendering logic.

Fixes dilshod#81
@dilshod
Copy link
Copy Markdown
Owner

dilshod commented Dec 10, 2025

It looks like you might have forgotten to import decimal. Could you check that?

@sgrimm
Copy link
Copy Markdown
Contributor Author

sgrimm commented Dec 10, 2025

Ah, that was sloppy of me! Fixed now; thanks.

@dilshod dilshod merged commit 0006a4e into dilshod:master Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

With release-0.7: missing percentage convertion and floating convertion

2 participants