Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 888 Bytes

CHANGELOG.md

File metadata and controls

51 lines (29 loc) · 888 Bytes

Changelog

1.0.10

  • Fixed Decimal related issue with multiplication and division.

1.0.9

  • Fixed Decimal related issue.

1.0.8

  • Fixed Decimal related issue.

1.0.7

  • Fixed AmountFormat.format for AmountFormat.flexibleDouble with negative values.

1.0.6

  • Fixed doc comments.
  • Updated readme.

1.0.5

  • Added to AmountFormat.format and Amount.toString precision.

1.0.4

  • Updated documentations.
  • Updated tests.

1.0.3

  • Added generic constructor with BigInt numerator.
  • Added oneInt and oneIntOf
  • Removed sealed class modifier from AmountException.
  • Fixed MoneyFormatterInteface naming to AmountFormatterInteface.
  • Updated tests.

1.0.2

  • Adjusted test coverage.

1.0.1

  • Added tests and negative precision check for setter of default precision.

1.0.0

  • Added fully functional and totally tested Amount.