decimal v1.6.0 Release Notes

Release Date: 2018-11-22 // over 5 years ago
  • โœจ Enhancements

    • ๐Ÿ‘Œ Support for canonical XSD representation on Decimal.to_string/2

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix exponent off-by-one when converting from decimal to float
    • ๐Ÿ›  Fix negative?/1 and positive?/1 specs

    ๐Ÿ—„ Deprecations

    • ๐Ÿ—„ Deprecate passing float to Decimal.new/1 in favor of Decimal.from_float/1