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.