Skip to content

v3.1.0

Choose a tag to compare

@oscbyspro oscbyspro released this 15 Mar 08:53
· 672 commits to main since this release

Currency text style's default behavior has been changed

Default fraction limits (precision) now depends on currency (matches Foundation.NumberFormatter).

NumericTextStyle<Decimal>.Currency(code: "USD") ==
NumericTextStyle<Decimal>.Currency(code: "USD").precision(integer: 1..., fraction: 2...2)