Skip to content

Build base on 1.5.0 and bugfix

Compare
Choose a tag to compare
@ionspin ionspin released this 10 May 21:31
  • Fix for #176, a case of unclear API. Methods roundToDigitPositionAfterDecimalPoint and roundToDigitPosition would set decimal precision to the number of digits present in the result after the rounding was completed. Now they only set decimal precision if it's explicitly set, otherwise it stays unlimited.
  • Bump to Kotlin 1.5.0
  • Including Kotlin 1.4.32 release to support projects using that Kotlin version and unsigned integers.