mdamount 1.0.12
mdamount: ^1.0.12 copied to clipboard
march.dev amount library. Provides a new way to work with an amount. From highly flexible creation to rich data manipulation and stringification options.
Changelog #
1.0.12 #
- Added
Amount.isIntegergetter. - Fixed decimal separator formatter regex for double values.
- Updated tests.
1.0.11 #
- Added to
RankFormatRankFormat.commaandRankFormat.pointrank options.
1.0.10 #
- Fixed
Decimalrelated issue with multiplication and division.
1.0.9 #
- Fixed
Decimalrelated issue.
1.0.8 #
- Fixed
Decimalrelated issue.
1.0.7 #
- Fixed
AmountFormat.formatforAmountFormat.flexibleDoublewith negative values.
1.0.6 #
- Fixed doc comments.
- Updated readme.
1.0.5 #
- Added to
AmountFormat.formatandAmount.toStringprecision.
1.0.4 #
- Updated documentations.
- Updated tests.
1.0.3 #
- Added generic constructor with
BigIntnumerator. - Added
oneIntandoneIntOf - Removed
sealedclass modifier fromAmountException. - Fixed
MoneyFormatterIntefacenaming toAmountFormatterInteface. - 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.