mdamount 1.0.4 mdamount: ^1.0.4 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.4 #
- Updated documentations.
- Updated tests.
1.0.3 #
- Added generic constructor with
BigInt
numerator. - Added
oneInt
andoneIntOf
- Removed
sealed
class modifier fromAmountException
. - Fixed
MoneyFormatterInteface
naming 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
.