decimal v1.2.0 Release Notes

Release Date: 2020-04-28 // almost 4 years ago
  • ๐Ÿ’ฅ BREAKING

    • โฌ‡๏ธ Drop support for Go version older than 1.7 #172

    ๐Ÿ”‹ FEATURES

    • โž• Add NewFromInt and NewFromInt32 initializers #72
    • โž• Add support for Go modules #157
    • โž• Add BigInt, BigFloat helper methods #171

    โœจ ENHANCEMENTS

    • Memory usage optimization #160
    • โšก๏ธ Updated travis CI golang versions #156
    • ๐Ÿ“š Update documentation #173
    • ๐Ÿ‘Œ Improve code quality #174

    ๐Ÿ›  BUGFIXES

    • โช Revert remove insignificant digits #159
    • โœ‚ Remove 15 interval for RoundCash #166