decimal v1.3.0 Release Notes

  • ๐Ÿ”‹ FEATURES

    • โž• Add NewFromFormattedString initializer #184
    • โž• Add NewNullDecimal initializer #234
    • โž• Add implementation of natural exponent function (Taylor, Hull-Abraham) #229
    • โž• Add RoundUp, RoundDown, RoundCeil, RoundFloor methods #196 #202 #220
    • โž• Add XML support for NullDecimal #192
    • โž• Add IsInteger method #179
    • โž• Add Copy helper method #123
    • โž• Add InexactFloat64 helper method #205
    • โž• Add CoefficientInt64 helper method #244

    โœจ ENHANCEMENTS

    • ๐ŸŽ Performance optimization of NewFromString init method #198
    • ๐ŸŽ Performance optimization of Abs and Round methods #240
    • โž• Additional tests (CI) for ppc64le architecture #188

    ๐Ÿ›  BUGFIXES

    • ๐Ÿ›  Fix rounding in FormatFloat fallback path (roundShortest method, fix taken from Go main repository) #161
    • โž• Add slice range checks to UnmarshalBinary method #232