decimal v1.5.0 Release Notes

Release Date: 2018-03-24 // about 6 years ago
  • โœจ Enhancements

    • โž• Add Decimal.positive?/1 and Decimal.negative?/1
    • Accept integers and strings in arithmetic functions, e.g.: Decimal.add(1, "2.0")
    • โž• Add Decimal.from_float/1

    ๐Ÿ—„ Soft deprecations (no warnings emitted)

    • ๐Ÿ—„ Soft deprecate passing float to new/1 in favor of from_float/1