Skip to content

Releases: flexdrive/f1-utils

v1.2.2

18 Dec 22:40

Choose a tag to compare

Fixes v1.2.1 by actually building dist files.

v1.2.1

18 Dec 22:01

Choose a tag to compare

Adds more locale configuration, so numeral can still function.

v1.2.0

12 Nov 15:04
cf8c3eb

Choose a tag to compare

  • Add currency config for EUR

Fix formatting for numbers > 999.99

06 May 17:49

Choose a tag to compare

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.