Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1.08 KB

File metadata and controls

61 lines (35 loc) · 1.08 KB

Changelog

1.0.12

  • Added Amount.isInteger getter.
  • Fixed decimal separator formatter regex for double values.
  • Updated tests.

1.0.11

  • Added to RankFormat RankFormat.comma and RankFormat.point rank options.

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.