Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render interpolated values correctly #3

Merged
merged 2 commits into from Mar 8, 2024

Conversation

odinhb
Copy link
Collaborator

@odinhb odinhb commented Mar 8, 2024

fixes developit#40
and developit#37

inspired by developit#41

fixes developit#40
and developit#37

inspired by developit#41

The only place we don't have parity right now is arrays (because that's
how children are passed) and bigint (because I'm not gonna do dependency
wrangling rn)
Every project should have a changelog
@odinhb odinhb force-pushed the render-interpolated-values-correctly branch from 1777b07 to da5a52b Compare March 8, 2024 12:03
@odinhb odinhb merged commit d586b27 into main Mar 8, 2024
1 check passed
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.

Interpolated zero values are taken as false (zeros are not diplayed)
1 participant