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

Use useDecimalInt instead of useDecimalBigInt #34

Merged
merged 4 commits into from
Feb 28, 2025
Merged

Conversation

jheer
Copy link
Member

@jheer jheer commented Feb 27, 2025

  • Breaking: Remove the useDecimalBigInt extraction flag, add useDecimalInt as a replacement.

This PR extends #33 with a breaking change (requiring a major version bump) to resolve the misnomer that arises with 32-bit decimal types extracted as scaled 32-bit integers (JS number type) rather than BigInt instances.

Base automatically changed from jh/decimals to v2.0.0 February 28, 2025 23:15
@jheer jheer merged commit ad0994a into v2.0.0 Feb 28, 2025
2 checks passed
@jheer jheer deleted the jh/decimal-int branch February 28, 2025 23:23
jheer added a commit that referenced this pull request Feb 28, 2025
* feat: Add 32- and 64-bit decimal support.

* fix: Fix docs link typo.

* feat!: Change to useDecimalInt flag.
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.

1 participant