- Publish initial version.
- Add exception for first digits 0.
- Add 0 price.
- Change default symbol to ''.
- Fix offset to last.
- Add negative.(#3) Huge Thanks! @holtalanm
- Fix for surfix symbol currency deletion.(#6)(#7) Huge Thanks! @drbizeps
- Change version for readme installation.
- Fix returns an extra space with '' symbol.(#9) and Add test code. Huge Thanks! @luistrivelatto
- Change to ignore symbol only.(#11)
- Refactor codes. Huge Thanks! @luistrivelatto
- Add option grouping turn off. Huge Thanks! @yuriescl
- Update intl package to 0.17.0.(#15)
- Apply null safety. and Make default symbol is null. Add more parameters for NumberFormat currency.
- Remove decimalDigits's default value for locale.
- Add
format
method for initialValue (#20). Huge Thanks! @khsater, @FilipKvestak - Add
getFormattedValue
method. - Add
getUnformattedValue
method.
- Merge pull request handle num parsing error (#23). Huge Thanks! @al-fin
- Fix text selection bug (#24). Huge Thanks! @Pomb
- Add an example of built-in methods in readme.
- Fix for negative value of
getUnformattedValue
method (#26). Huge Thanks! @kgabol
- Fix for negative value of
format
method. Huge Thanks! @jahoefne