Releases: flexdrive/f1-utils
Releases · flexdrive/f1-utils
v1.2.2
v1.2.1
v1.2.0
- Add currency config for EUR
Fix formatting for numbers > 999.99
When dealing with NOK and trying to format numbers above 999.99 (equivalent would be 999,99 kr), the string would for thousands would appear as '1 00,00' which is valid for NOK but the formatting function would only replace the decimal in the string leaving '1 000.00' to be the input into the parseFloat javascript function...which returns 1.
I am positive this is not the only issue present in this library for this sort of issue, but this needs to be released ASAP.