kotlin-multiplatform-bignum v0.2.3 Release Notes

Release Date: 2020-11-28 // over 3 years ago
    • โฌ†๏ธ Bump to Kotlin 1.4.20
    • ๐Ÿ›  Fix for invalid exponent rounding and string representation (#139)
    • Returned mingwx86 target (#137)
    • ๐Ÿ›  Fixed #134
    • ๐Ÿ›  Fixed #130 Conversion to double off by power of 10
    • ๐Ÿ›  Fixed #132 BigDecimal narrow functions toFloat() and toDouble, with exactRequired = false sometimes wrongly fail
    • ๐Ÿ›  Fixed floatValue and doubleValue narrowing functions (pull request #135)
    • ๐Ÿ›  Fixed invalid string parsing of big decimals