Releases: robercoding/decimal-formatter
Releases · robercoding/decimal-formatter
v0.1.0
Significant API changes in v0.1.0:
- Core layer
- Added percentage DecimalConfiguration
- Added suffix and prefix to DecimalFormatter
- Added "parseableValue" to FormattedDecimal model to later transform it
- Added BigDecimal library to accept formatting from precision values and transform it.
- Ui layer:
- Removed UIDecimalFormatter
- Removed DecimalValue
- Components now accept FormattedDecimal instead of the old and now non-existent DecimalValue model.
0.0.1
Restructure packages and update README.md.
v0.0.1-alpha01
Initial pre-release