v3.1.0
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)