Skip to content

Latest commit

 

History

History
126 lines (90 loc) · 2.6 KB

CHANGELOG.md

File metadata and controls

126 lines (90 loc) · 2.6 KB

0.3.*

  • 0.3.5+1

    CHANGES:

    • Update FlutterMoneyFormatter version 0.8.0
  • 0.3.5

    CHANGES:

    • Update FlutterMoneyFormatter version 0.7.3
  • 0.3.4

    CHANGES:

    • Update FlutterMoneyFormatter version 0.7.1
    • Update documentation.
  • 0.3.3

    CHANGES:

    • Update FlutterMoneyFormatter version 0.6.3

    FIX:

  • 0.3.2

    FIX:

    • Update MoneyDisplayFormat enum values.
    • Documentation update.
  • 0.3.1

    CHANGES:

    • Update FlutterMoneyFormatter dependecy.
    • Update license on each files.
    • Update source code to match new dependecy changes.

    FIX:

  • 0.3.0

    ADD:

    • Padding capability
    • License on each files.

    CHANGES:

    • License changed into BSD

0.2.*

  • 0.2.3

    ADD:

    • Support negative value
  • 0.2.2

    FIX:

  • 0.2.1

    CHANGES:

    • Upgrading FlutterMoneyFormatter
    • method adjustment
    • documentation adjustment
  • 0.2.0

    ADD:

    • Disabled whitespace on input text.

    CHANGES:

    • Initial values on input text taken from FlutterMoneyFormatter.formattedNonSymbol

0.1.*

  • 0.1.2

    FIX:

    • Not disposing controller when user assign it.
  • 0.1.1

    FIX:

    • .gitignore file
  • 0.1.0

    CHANGES:

    • From now on, properties in the MoneyTextFormFieldSettings instance will be segmented based on their respective criteria.
    • Provides default values for all configuration instances.
    • Remove the mandatory properties of each parameter contained in the MoneyTextFormFieldSettings instance, so that it can be initialized without any parameters.
    • Separating files for each instance.
    • Update documentation to match any changes that occur in the package.

    ADD:

    • icon feature.
    • hintText feature.
    • errorStyle feature.
    • validator feature.
    • inputFormatters feature.
    • onChanged feature.
    • enabled feature.

0.0.*

  • 0.0.4

    FIX:

    • Fix invalid closing quote on documentations.
  • 0.0.3

    FIX:

    • Major fix for documentation error tags.
  • 0.0.2

    ADD:

    • Create documentation.

    CHANGES:

    • Add controller to constructor param of MoneyTextFormFieldSettings instance
  • 0.0.1

    • pre-release (not recomended to use this version)