Skip to content

Latest commit

 

History

History
85 lines (44 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

85 lines (44 loc) · 1.42 KB

0.1.0

  • Publish initial version.

0.1.1

  • Add exception for first digits 0.

0.1.2

  • Add 0 price.

0.1.3

  • Change default symbol to ''.

0.1.4

  • Fix offset to last.

0.2.0

  • Add negative.(#3) Huge Thanks! @holtalanm

0.3.0

  • Fix for surfix symbol currency deletion.(#6)(#7) Huge Thanks! @drbizeps

0.3.1

  • Change version for readme installation.

1.0.1

  • Fix returns an extra space with '' symbol.(#9) and Add test code. Huge Thanks! @luistrivelatto

1.0.2

  • Change to ignore symbol only.(#11)

1.0.3

  • Refactor codes. Huge Thanks! @luistrivelatto

1.0.4

  • Add option grouping turn off. Huge Thanks! @yuriescl

1.0.5

  • Update intl package to 0.17.0.(#15)

2.0.0

  • Apply null safety. and Make default symbol is null. Add more parameters for NumberFormat currency.

2.0.1

  • Remove decimalDigits's default value for locale.

2.1.0

  • Add format method for initialValue (#20). Huge Thanks! @khsater, @FilipKvestak
  • Add getFormattedValue method.
  • Add getUnformattedValue method.

2.1.1

  • Merge pull request handle num parsing error (#23). Huge Thanks! @al-fin

2.1.2

  • Fix text selection bug (#24). Huge Thanks! @Pomb

2.1.3

  • Add an example of built-in methods in readme.

2.1.4

  • Fix for negative value of getUnformattedValue method (#26). Huge Thanks! @kgabol

2.1.5

  • Fix for negative value of format method. Huge Thanks! @jahoefne