Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@robercoding robercoding released this 02 Aug 12:08

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.